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-8913-9bswp-r0ts8-hn32k Agent pingcap-tidb-ghpr-unit-test-8913-9bswp-r0ts8-hn32k is provisioned from template pingcap_tidb_ghpr_unit_test_8913-9bswp-r0ts8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8913/" runUrl: "job/pingcap/job/tidb/job/ghpr_unit_test/8913/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "94eff03138bffe0fb5670c3813b915ea2b2da598" jenkins/label: "pingcap_tidb_ghpr_unit_test_8913-9bswp" name: "pingcap-tidb-ghpr-unit-test-8913-9bswp-r0ts8-hn32k" 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-8913-9bswp-r0ts8-hn32k" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-unit-test-8913-9bswp-r0ts8-hn32k" - 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-8913-9bswp-r0ts8-hn32k in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > 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=be5aafff-9262-4069-ba20-2678c81d03eb JENKINS_NODE_COOKIE=ce5c87cd-fa6c-43c3-b562-acb468114e20 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8913/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-ghpr-unit-test-8913-9bswp-r0ts8-hn32k HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT=tcp://10.233.0.1:443 KUBERNETES_PORT_443_TCP_PORT=443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-ghpr_unit_test-8913 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_unit_test","buildid":"1787325005223170054","prowjobid":"be5aafff-9262-4069-ba20-2678c81d03eb","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"06ee59bd9c683757f75fdd3469f37f50988a1a2f","base_link":"https://github.com/pingcap/tidb/commit/06ee59bd9c683757f75fdd3469f37f50988a1a2f","pulls":[{"number":52910,"author":"rleungx","sha":"8fa4463348030209289aed2a793a397c1bf0964c","title":"executor: improve set config error message for ms","link":"https://github.com/pingcap/tidb/pull/52910","commit_link":"https://github.com/pingcap/tidb/pull/52910/commits/8fa4463348030209289aed2a793a397c1bf0964c","author_link":"https://github.com/rleungx"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8913/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8913/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/8913/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=#8913 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787325005223170054 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/8913/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_ghpr_unit_test_8913-9bswp 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-8913-9bswp-r0ts8-hn32k pingcap_tidb_ghpr_unit_test_8913-9bswp GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-ghpr-unit-test-8913-9bswp-r0ts8-hn32k GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/display/redirect BUILD_NUMBER=8913 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-build2447765905=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 1001 root 1, 3 May 6 11:34 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8913-9bswp-r0ts8-hn32k bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-unit-test-8913-9bswp-r0ts8-hn32k 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: 6208 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: c6999b458c2c71c4 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 25 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 03:34:52 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-06ee59b) 459935744 bytes in 4.45 secs (103363658 bytes/sec) [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SSH_KEY [Pipeline] { [Pipeline] sh + '[' -d /home/jenkins/.ssh ']' + mkdir /home/jenkins/.ssh + chmod 0700 /home/jenkins/.ssh + cp **** /home/jenkins/.ssh/id_rsa + chmod 400 /home/jenkins/.ssh/id_rsa + ssh-keyscan -t rsa,dsa github.com # github.com:22 SSH-2.0-babeld-9713928c # github.com:22 SSH-2.0-babeld-9713928c [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { [Pipeline] sh git version 2.37.2 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.git/ .git HEAD is now at 06ee59bd9c planner: add projections to keep join keys as `col=col` (#52989) POST git-upload-pack (656 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master = [up to date] refs/pull/52910/head -> origin/pr/52910/head HEAD is now at 06ee59bd9c planner: add projections to keep join keys as `col=col` (#52989) ๐Ÿšง Checkouting to base SHA:06ee59bd9c683757f75fdd3469f37f50988a1a2f... HEAD is now at 06ee59bd9c planner: add projections to keep join keys as `col=col` (#52989) โœ… Checked. ๐ŸŽ‰ ๐Ÿงพ HEAD info: 06ee59bd9c683757f75fdd3469f37f50988a1a2f 06ee59bd9c planner: add projections to keep join keys as `col=col` (#52989) 600b2ed4bf *: bump client-go to fix #53011 (#53012) c24dca58f5 infoschema: load auto id related changes for multi-schema-change diff (#52967) ๐Ÿšง Pre-merge heads of pull requests to base SHA: 06ee59bd9c683757f75fdd3469f37f50988a1a2f ... Merge made by the 'ort' strategy. pkg/executor/set_config.go | 5 ++++- pkg/executor/set_test.go | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) ๐Ÿงพ Pre-merged result: c9aef171de9232215ff3eaf650812f7817469bb7 c9aef171de Merge commit '8fa4463348030209289aed2a793a397c1bf0964c' into HEAD 06ee59bd9c planner: add projections to keep join keys as `col=col` (#52989) 600b2ed4bf *: bump client-go to fix #53011 (#53012) โœ… Pre merged ๐ŸŽ‰ ๐Ÿ“ update submodules ... โœ… update submodules done โœ… ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-06ee59b-8fa4463) 459942400 bytes in 7.82 secs (58781138 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: 36faa033-e8f8-42ed-afba-b8483d92742a INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_03_34_41.4174403499/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (100 packages loaded, 10464 targets configured) Analyzing: target //:gazelle (207 packages loaded, 11373 targets configured) INFO: Analyzed target //:gazelle (270 packages loaded, 11965 targets configured). INFO: Found 1 target... [0 / 261] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 4.9 MiB / 10.3 MiB; 0s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 10.0 MiB / 17.2 MiB; 1s remote-cache ... (3 actions, 0 running) [24 / 316] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 2s remote-cache ... (3 actions, 0 running) [316 / 316] checking cached actions Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 24.384s, Critical Path: 3.95s 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: b79c71b6-d60b-4dc2-84d9-afd928d6ffc5 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'run' from /data/..2024_05_06_03_34_41.4174403499/bazel: Inherited 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'run' from /home/jenkins/.bazelrc: Inherited 'build' options: --local_ram_resources=315385 --local_cpu_resources=70 --jobs=70 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --color=yes Loading: Loading: Loading: 0 packages loaded INFO: Build option --run_under has changed, discarding analysis cache. Analyzing: target //tools/tazel:tazel (1 packages loaded, 0 targets configured) Analyzing: target //tools/tazel:tazel (178 packages loaded, 13360 targets configured) INFO: Analyzed target //tools/tazel:tazel (320 packages loaded, 14292 targets configured). INFO: Found 1 target... [0 / 6] [Prepa] BazelWorkspaceStatusAction stable-status.txt [273 / 607] [Prepa] GoCompilePkg external/com_github_tikv_client_go_v2/oracle/oracle.a ... (21 actions, 0 running) [575 / 607] [Prepa] GoCompilePkg external/com_github_pingcap_kvproto/pkg/keyspacepb/keyspacepb.a Target //tools/tazel:tazel up-to-date: bazel-bin/tools/tazel/tazel_/tazel INFO: Elapsed time: 4.760s, Critical Path: 2.90s 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: b8997a2c-430e-49e7-b69c-ae8527391728 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'coverage' from /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb/.bazelrc: Inherited 'build' options: --announce_rc --experimental_guard_against_concurrent_changes --experimental_remote_merkle_tree_cache --java_language_version=17 --java_runtime_version=17 --tool_java_language_version=17 --tool_java_runtime_version=17 --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'coverage' from /data/..2024_05_06_03_34_41.4174403499/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 (1323 packages loaded, 17117 targets configured) Analyzing: 411 targets (1598 packages loaded, 22801 targets configured) Analyzing: 411 targets (1688 packages loaded, 24014 targets configured) Analyzing: 411 targets (1917 packages loaded, 25541 targets configured) Analyzing: 411 targets (1917 packages loaded, 25541 targets configured) Analyzing: 411 targets (1981 packages loaded, 26907 targets configured) INFO: Analyzed 411 targets (1981 packages loaded, 26989 targets configured). INFO: Found 411 test targets... [0 / 412] [Prepa] Writing file br/pkg/checkpoint/checkpoint_test/baseline_coverage.dat ... (15 actions, 0 running) [1,403 / 9,763] GoTestGenTest br/pkg/aws/aws_test_/testmain.go; Downloading br/pkg/aws/aws_test_/testmain.go; 0s remote-cache ... (35 actions, 0 running) [1,435 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 13.7 MiB / 17.2 MiB; 1s remote-cache ... (35 actions, 0 running) [1,447 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/go/internal/gcimporter.a, 1023.8 KiB / 1.0 MiB; 2s remote-cache ... (35 actions, 0 running) [1,477 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 5.0 MiB / 17.2 MiB; 3s remote-cache ... (34 actions, 0 running) [1,698 / 9,763] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 4s remote-cache ... (33 actions, 0 running) [2,278 / 9,763] GoCompilePkg external/com_github_pingcap_goleveldb/leveldb/cache/cache.a; 0s remote-cache ... (34 actions, 0 running) [2,921 / 9,769] GoCompilePkg external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a; Downloading external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a, 6.0 MiB / 7.1 MiB; 0s remote-cache ... (35 actions, 0 running) [3,263 / 9,799] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 37.0 MiB / 96.2 MiB; 0s remote-cache ... (35 actions, 0 running) [3,578 / 9,824] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; Downloading external/bazel_tools/tools/jdk/platformclasspath.jar, 74.0 MiB / 96.2 MiB; 1s remote-cache ... (35 actions, 0 running) [3,826 / 9,848] JavaToolchainCompileBootClasspath external/bazel_tools/tools/jdk/platformclasspath.jar [for tool]; 2s remote-cache ... (35 actions, 0 running) [4,063 / 9,874] 11 / 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, 52.5 MiB / 69.8 MiB; 0s remote-cache ... (35 actions, 0 running) [4,281 / 9,891] 21 / 411 tests; GoLink pkg/util/cgroup/cgroup_test_/cgroup_test; Downloading pkg/util/cgroup/cgroup_test_/cgroup_test, 9.0 MiB / 10.4 MiB; 0s remote-cache ... (35 actions, 0 running) [4,522 / 9,940] 50 / 411 tests; GoLink pkg/util/etcd/etcd_test_/etcd_test; Downloading pkg/util/etcd/etcd_test_/etcd_test, 13.3 MiB / 21.5 MiB; 0s remote-cache ... (35 actions, 0 running) [4,782 / 9,999] 70 / 411 tests; GoLink pkg/util/cdcutil/cdcutil_test_/cdcutil_test; Downloading pkg/util/cdcutil/cdcutil_test_/cdcutil_test, 7.9 MiB / 21.6 MiB; 0s remote-cache ... (35 actions, 0 running) [4,920 / 10,015] 74 / 411 tests; GoCompilePkg pkg/parser/parser.a; Downloading pkg/parser/parser.a, 11.0 MiB / 11.4 MiB; 0s remote-cache ... (35 actions, 0 running) [5,044 / 10,015] 76 / 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, 28.0 MiB / 75.3 MiB; 1s remote-cache ... (35 actions, 0 running) [5,160 / 10,119] 77 / 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, 47.0 MiB / 75.3 MiB; 2s remote-cache ... (35 actions, 0 running) [5,291 / 10,133] 80 / 411 tests; GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 64.3 MiB / 75.3 MiB; 3s remote-cache ... (35 actions, 0 running) [5,424 / 10,138] 81 / 411 tests; GoLink pkg/util/collate/collate_test_/collate_test; Downloading pkg/util/collate/collate_test_/collate_test, 14.0 MiB / 26.1 MiB; 0s remote-cache ... (34 actions, 0 running) [5,475 / 10,138] 82 / 411 tests; GoLink pkg/util/collate/collate_test_/collate_test; Downloading pkg/util/collate/collate_test_/collate_test, 24.7 MiB / 26.1 MiB; 1s remote-cache ... (34 actions, 0 running) [5,520 / 10,183] 83 / 411 tests; GoLink pkg/ttl/metrics/metrics_test_/metrics_test; 2s remote-cache ... (35 actions, 0 running) [5,571 / 10,200] 91 / 411 tests; GoLink pkg/types/types_test_/types_test; Downloading pkg/types/types_test_/types_test, 25.0 MiB / 29.2 MiB; 3s remote-cache ... (34 actions, 0 running) [5,605 / 10,251] 96 / 411 tests; GoLink pkg/util/timeutil/timeutil_test_/timeutil_test; Downloading pkg/util/timeutil/timeutil_test_/timeutil_test, 24.0 MiB / 27.9 MiB; 3s remote-cache ... (35 actions, 0 running) [5,658 / 10,265] 98 / 411 tests; GoLink pkg/util/parser/parser_test_/parser_test; Downloading pkg/util/parser/parser_test_/parser_test, 35.0 MiB / 37.3 MiB; 4s remote-cache ... (34 actions, 0 running) [5,720 / 10,282] 106 / 411 tests; GoLink pkg/util/logutil/logutil_test_/logutil_test; Downloading pkg/util/logutil/logutil_test_/logutil_test, 29.0 MiB / 29.0 MiB; 3s remote-cache ... (35 actions, 0 running) [5,770 / 10,297] 108 / 411 tests; GoLink pkg/kv/kv_test_/kv_test; Downloading pkg/kv/kv_test_/kv_test, 21.0 MiB / 31.1 MiB; 2s remote-cache ... (34 actions, 0 running) [5,822 / 10,299] 111 / 411 tests; GoLink pkg/kv/kv_test_/kv_test; Downloading pkg/kv/kv_test_/kv_test, 31.0 MiB / 31.1 MiB; 3s remote-cache ... (35 actions, 0 running) [5,888 / 10,335] 114 / 411 tests; GoLink pkg/tablecodec/tablecodec_test_/tablecodec_test; Downloading pkg/tablecodec/tablecodec_test_/tablecodec_test, 23.9 MiB / 31.0 MiB; 2s remote-cache ... (35 actions, 0 running) [5,965 / 10,359] 115 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 12.4 MiB / 78.6 MiB; 1s remote-cache ... (34 actions, 0 running) [6,030 / 10,361] 117 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 25.0 MiB / 78.6 MiB; 2s remote-cache ... (34 actions, 0 running) [6,077 / 10,363] 118 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 35.0 MiB / 78.6 MiB; 3s remote-cache ... (35 actions, 0 running) [6,106 / 10,363] 118 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 43.0 MiB / 78.6 MiB; 4s remote-cache ... (35 actions, 0 running) [6,146 / 10,404] 118 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 52.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [6,184 / 10,404] 120 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 60.0 MiB / 78.6 MiB; 6s remote-cache ... (34 actions, 0 running) [6,218 / 10,415] 120 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 68.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [6,249 / 10,417] 124 / 411 tests; GoCompilePkg pkg/metrics/expression.recompile578.a; Downloading pkg/metrics/expression.recompile578.a, 76.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running) [6,281 / 10,460] 126 / 411 tests; GoCompilePkg pkg/structure/expression.recompile1098.a; Downloading pkg/structure/expression.recompile1098.a, 77.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running) [6,310 / 10,460] 126 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; Downloading pkg/util/expression.recompile557.a, 71.6 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running) [6,339 / 10,513] 126 / 411 tests; GoCompilePkg pkg/util/expression.recompile557.a; 10s remote-cache ... (35 actions, 0 running) [6,378 / 10,519] 128 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; Downloading pkg/sessionctx/variable/expression.recompile1100.a, 49.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running) [6,423 / 10,521] 131 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; Downloading pkg/sessionctx/variable/expression.recompile1100.a, 58.7 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [6,472 / 10,532] 133 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; Downloading pkg/sessionctx/variable/expression.recompile1100.a, 69.0 MiB / 78.6 MiB; 8s remote-cache ... (35 actions, 0 running) [6,524 / 10,534] 134 / 411 tests; GoCompilePkg pkg/sessionctx/variable/expression.recompile1100.a; 9s remote-cache ... (35 actions, 0 running) [6,575 / 10,534] 135 / 411 tests; GoCompilePkg pkg/sessionctx/sessionstates/expression.recompile1158.a; 9s remote-cache ... (34 actions, 0 running) [6,630 / 10,534] 136 / 411 tests; GoCompilePkg pkg/meta/expression.recompile557.a; Downloading pkg/meta/expression.recompile557.a, 72.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [6,697 / 10,569] 137 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 58.0 MiB / 78.6 MiB; 5s remote-cache ... (35 actions, 0 running) [6,743 / 10,584] 138 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 69.0 MiB / 78.6 MiB; 6s remote-cache ... (35 actions, 0 running) [6,779 / 10,589] 138 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 78.0 MiB / 78.6 MiB; 7s remote-cache ... (35 actions, 0 running) [6,807 / 10,589] 139 / 411 tests; GoLink pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test; Downloading pkg/executor/internal/pdhelper/pdhelper_test_/pdhelper_test, 41.0 MiB / 43.2 MiB; 4s remote-cache ... (35 actions, 0 running) [6,838 / 10,593] 140 / 411 tests; GoLink br/pkg/utils/iter/iter_test_/iter_test; 4s remote-cache ... (35 actions, 0 running) [6,871 / 10,622] 141 / 411 tests; GoLink pkg/expression/contextsession/contextsession_test_/contextsession_test; Downloading pkg/expression/contextsession/contextsession_test_/contextsession_test, 35.0 MiB / 43.5 MiB; 4s remote-cache ... (35 actions, 0 running) [6,910 / 10,624] 143 / 411 tests; GoLink pkg/expression/contextsession/contextsession_test_/contextsession_test; Downloading pkg/expression/contextsession/contextsession_test_/contextsession_test, 43.0 MiB / 43.5 MiB; 5s remote-cache ... (35 actions, 0 running) [6,941 / 10,630] 143 / 411 tests; GoLink pkg/metrics/metrics_test_/metrics_test; Downloading pkg/metrics/metrics_test_/metrics_test, 50.0 MiB / 54.8 MiB; 6s remote-cache ... (35 actions, 0 running) [6,991 / 10,651] 145 / 411 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 45.0 MiB / 61.2 MiB; 5s remote-cache ... (35 actions, 0 running) [7,018 / 10,651] 147 / 411 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 52.0 MiB / 61.2 MiB; 6s remote-cache ... (35 actions, 0 running) [7,055 / 10,651] 150 / 411 tests; GoLink pkg/util/util_test_/util_test; Downloading pkg/util/util_test_/util_test, 61.0 MiB / 61.2 MiB; 7s remote-cache ... (35 actions, 0 running) [7,115 / 10,706] 153 / 411 tests; GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; 6s remote-cache ... (35 actions, 0 running) [7,157 / 10,712] 156 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 42.0 MiB / 80.2 MiB; 4s remote-cache ... (35 actions, 0 running) [7,209 / 10,712] 156 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 52.0 MiB / 80.2 MiB; 5s remote-cache ... (34 actions, 0 running) [7,265 / 10,714] 158 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 63.0 MiB / 80.2 MiB; 6s remote-cache ... (35 actions, 0 running) [7,316 / 10,729] 159 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 72.0 MiB / 80.2 MiB; 7s remote-cache ... (35 actions, 0 running) [7,364 / 10,731] 159 / 411 tests; GoCompilePkg pkg/ddl/placement/expression.recompile554.a; Downloading pkg/ddl/placement/expression.recompile554.a, 80.0 MiB / 80.2 MiB; 8s remote-cache ... (35 actions, 0 running) [7,417 / 10,731] 160 / 411 tests; GoLink pkg/meta/meta_test_/meta_test; Downloading pkg/meta/meta_test_/meta_test, 56.0 MiB / 61.2 MiB; 6s remote-cache ... (35 actions, 0 running) [7,463 / 10,744] 160 / 411 tests; GoLink pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test; Downloading pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test, 43.0 MiB / 55.1 MiB; 5s remote-cache ... (35 actions, 0 running) [7,504 / 10,751] 160 / 411 tests; GoLink pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test; Downloading pkg/store/mockstore/unistore/cophandler/cophandler_test_/cophandler_test, 52.0 MiB / 55.1 MiB; 6s remote-cache ... (35 actions, 0 running) [7,538 / 10,756] 160 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 57.0 MiB / 80.2 MiB; 7s remote-cache ... (35 actions, 0 running) [7,572 / 10,787] 160 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 67.0 MiB / 80.2 MiB; 8s remote-cache ... (35 actions, 0 running) [7,573 / 10,787] 160 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 67.0 MiB / 80.2 MiB; 9s remote-cache ... (35 actions, 0 running) [7,578 / 10,787] 160 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 68.0 MiB / 80.2 MiB; 10s remote-cache ... (34 actions, 0 running) [7,608 / 10,787] 161 / 411 tests; GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 77.0 MiB / 80.2 MiB; 11s remote-cache ... (35 actions, 0 running) [7,643 / 10,796] 162 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 52.0 MiB / 151.3 MiB; 8s remote-cache ... (35 actions, 0 running) [7,677 / 10,796] 163 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 61.0 MiB / 151.3 MiB; 9s remote-cache ... (35 actions, 0 running) [7,721 / 10,850] 164 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 69.0 MiB / 151.3 MiB; 10s remote-cache ... (35 actions, 0 running) [7,775 / 10,862] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 78.0 MiB / 151.3 MiB; 11s remote-cache ... (35 actions, 0 running) [7,809 / 10,862] 165 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 87.0 MiB / 151.3 MiB; 12s remote-cache ... (35 actions, 0 running) [7,849 / 10,866] 166 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 97.0 MiB / 151.3 MiB; 13s remote-cache ... (35 actions, 0 running) [7,878 / 10,866] 167 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 106.0 MiB / 151.3 MiB; 14s remote-cache ... (35 actions, 0 running) [7,902 / 10,866] 167 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 114.0 MiB / 151.3 MiB; 15s remote-cache ... (35 actions, 0 running) [7,942 / 10,868] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 122.0 MiB / 151.3 MiB; 16s remote-cache ... (35 actions, 0 running) [7,976 / 10,868] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 131.2 MiB / 151.3 MiB; 17s remote-cache ... (35 actions, 0 running) [8,004 / 10,878] 171 / 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) [8,032 / 10,878] 171 / 411 tests; GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 149.0 MiB / 151.3 MiB; 19s remote-cache ... (35 actions, 0 running) [8,072 / 10,906] 171 / 411 tests; GoLink pkg/ddl/placement/placement_test_/placement_test; 9s remote-cache ... (35 actions, 0 running) [8,107 / 10,932] 171 / 411 tests; GoLink pkg/distsql/distsql_test_/distsql_test; Downloading pkg/distsql/distsql_test_/distsql_test, 62.0 MiB / 68.0 MiB; 8s remote-cache ... (34 actions, 0 running) [8,136 / 10,960] 172 / 411 tests; GoLink br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test; Downloading br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test, 49.0 MiB / 58.6 MiB; 6s remote-cache ... (36 actions, 2 running) [8,170 / 10,965] 173 / 411 tests; GoLink br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test; Downloading br/pkg/backup/prepare_snap/prepare_snap_test_/prepare_snap_test, 57.0 MiB / 58.6 MiB; 7s remote-cache ... (36 actions, 2 running) [8,196 / 10,976] 174 / 411 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 50.0 MiB / 60.9 MiB; 6s remote-cache ... (36 actions, 2 running) [8,236 / 10,989] 175 / 411 tests; GoLink pkg/store/mockstore/mockstore_test_/mockstore_test; Downloading pkg/store/mockstore/mockstore_test_/mockstore_test, 60.0 MiB / 60.9 MiB; 7s remote-cache ... (36 actions, 2 running) [8,271 / 10,991] 176 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 5s remote-cache, linux-sandbox ... (36 actions, 2 running) [8,300 / 10,991] 177 / 411 tests; GoCompilePkg pkg/sessionctx/stmtctx/executor.recompile1254.a; 6s remote-cache, linux-sandbox ... (36 actions, 2 running) [8,335 / 10,991] 178 / 411 tests; GoLink pkg/store/copr/copr_test/copr_test_test_/copr_test_test; Downloading pkg/store/copr/copr_test/copr_test_test_/copr_test_test, 54.0 MiB / 61.0 MiB; 6s remote-cache ... (36 actions, 2 running) [8,371 / 10,991] 178 / 411 tests; GoLink pkg/store/copr/copr_test/copr_test_test_/copr_test_test; 7s remote-cache ... (36 actions, 4 running) [8,420 / 10,993] 178 / 411 tests; GoLink pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test; Downloading pkg/statistics/handle/cache/internal/lfu/lfu_test_/lfu_test, 67.0 MiB / 67.9 MiB; 8s remote-cache ... (37 actions, 4 running) [8,468 / 11,003] 180 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 2s remote-cache, linux-sandbox ... (37 actions, 4 running) [8,517 / 11,003] 180 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 3s remote-cache, linux-sandbox ... (37 actions, 4 running) [8,555 / 11,003] 181 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 4s remote-cache, linux-sandbox ... (38 actions, 6 running) [8,586 / 11,003] 181 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 5s remote-cache, linux-sandbox ... (38 actions, 6 running) [8,622 / 11,003] 182 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 6s remote-cache, linux-sandbox ... (40 actions, 9 running) [8,662 / 11,007] 184 / 411 tests; GoCompilePkg pkg/structure/executor.recompile1254.a; 7s remote-cache, linux-sandbox ... (40 actions, 10 running) [8,700 / 11,007] 184 / 411 tests; GoCompilePkg pkg/extension/executor.recompile1285.a; 5s remote-cache, linux-sandbox ... (40 actions, 10 running) [8,737 / 11,007] 184 / 411 tests; GoCompilePkg pkg/extension/executor.recompile1285.a; 6s remote-cache, linux-sandbox ... (39 actions, 10 running) [8,765 / 11,007] 184 / 411 tests; GoCompilePkg pkg/extension/executor.recompile1285.a; 7s remote-cache, linux-sandbox ... (41 actions, 12 running) [8,793 / 11,007] 185 / 411 tests; GoCompilePkg pkg/extension/executor.recompile1285.a; 8s remote-cache, linux-sandbox ... (40 actions, 12 running) [8,826 / 11,009] 186 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 66.0 MiB / 99.9 MiB; 8s remote-cache ... (41 actions, 12 running) [8,856 / 11,009] 187 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 74.0 MiB / 99.9 MiB; 9s remote-cache ... (41 actions, 12 running) [8,886 / 11,009] 187 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 80.0 MiB / 99.9 MiB; 10s remote-cache ... (42 actions, 14 running) [8,917 / 11,017] 187 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 86.0 MiB / 99.9 MiB; 11s remote-cache ... (40 actions, 12 running) [8,929 / 11,017] 187 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 92.0 MiB / 99.9 MiB; 12s remote-cache ... (42 actions, 14 running) [8,947 / 11,019] 187 / 411 tests; GoLink pkg/planner/util/util_test_/util_test; Downloading pkg/planner/util/util_test_/util_test, 98.0 MiB / 99.9 MiB; 13s remote-cache ... (42 actions, 14 running) [8,967 / 11,035] 187 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 59.0 MiB / 70.3 MiB; 9s remote-cache ... (42 actions, 14 running) [8,988 / 11,063] 188 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 64.0 MiB / 70.3 MiB; 10s remote-cache ... (42 actions, 14 running) [9,005 / 11,112] 188 / 411 tests; GoLink pkg/statistics/handle/handle_test_/handle_test; Downloading pkg/statistics/handle/handle_test_/handle_test, 70.0 MiB / 70.3 MiB; 11s remote-cache ... (41 actions, 12 running) [9,022 / 11,117] 189 / 411 tests; GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 12s remote-cache, linux-sandbox ... (42 actions, 14 running) [9,041 / 11,130] 189 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 62.0 MiB / 107.0 MiB; 10s remote-cache ... (40 actions, 11 running) [9,054 / 11,130] 189 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 68.0 MiB / 107.0 MiB; 11s remote-cache ... (40 actions, 10 running) [9,065 / 11,130] 189 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 73.0 MiB / 107.0 MiB; 12s remote-cache ... (43 actions, 16 running) [9,084 / 11,134] 189 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 79.0 MiB / 107.0 MiB; 13s remote-cache ... (40 actions, 10 running) [9,096 / 11,134] 189 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 86.0 MiB / 107.0 MiB; 15s remote-cache ... (42 actions, 14 running) [9,117 / 11,185] 189 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 92.0 MiB / 107.0 MiB; 16s remote-cache ... (41 actions, 12 running) [9,129 / 11,185] 189 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 98.0 MiB / 107.0 MiB; 17s remote-cache ... (44 actions, 18 running) [9,153 / 11,238] 190 / 411 tests; GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; Downloading br/pkg/checkpoint/checkpoint_test_/checkpoint_test, 105.0 MiB / 107.0 MiB; 18s remote-cache ... (42 actions, 14 running) [9,160 / 11,244] 191 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 98.0 MiB / 113.1 MiB; 17s remote-cache ... (43 actions, 16 running) [9,181 / 11,244] 193 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 105.0 MiB / 113.1 MiB; 18s remote-cache ... (41 actions, 13 running) [9,195 / 11,249] 193 / 411 tests; GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; Downloading pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test, 112.0 MiB / 113.1 MiB; 19s remote-cache ... (44 actions, 18 running) [9,217 / 11,328] 193 / 411 tests; GoLink pkg/lightning/backend/tidb/tidb_test_/tidb_test; Downloading pkg/lightning/backend/tidb/tidb_test_/tidb_test, 74.0 MiB / 78.2 MiB; 12s remote-cache ... (43 actions, 16 running) [9,228 / 11,344] 193 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 6s remote-cache, linux-sandbox ... (43 actions, 17 running) [9,242 / 11,344] 195 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 7s remote-cache, linux-sandbox ... (43 actions, 16 running) [9,251 / 11,344] 195 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 8s remote-cache, linux-sandbox ... (44 actions, 18 running) [9,268 / 11,344] 195 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 9s remote-cache, linux-sandbox ... (44 actions, 18 running) [9,277 / 11,344] 195 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 11s remote-cache, linux-sandbox ... (43 actions, 16 running) [9,297 / 11,344] 196 / 411 tests; GoLink pkg/sessionctx/variable/variable_test_/variable_test; 12s remote-cache, linux-sandbox ... (43 actions, 16 running) [9,316 / 11,438] 197 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 58.0 MiB / 120.2 MiB; 10s remote-cache ... (40 actions, 10 running) [9,333 / 11,438] 198 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 64.0 MiB / 120.2 MiB; 11s remote-cache ... (44 actions, 18 running) [9,348 / 11,457] 198 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 69.0 MiB / 120.2 MiB; 12s remote-cache ... (44 actions, 18 running) [9,357 / 11,457] 198 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 75.0 MiB / 120.2 MiB; 13s remote-cache ... (44 actions, 18 running) [9,373 / 11,457] 199 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 80.0 MiB / 120.2 MiB; 14s remote-cache ... (44 actions, 18 running) [9,389 / 11,457] 199 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 87.0 MiB / 120.2 MiB; 15s remote-cache ... (44 actions, 18 running) [9,410 / 11,457] 200 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 94.0 MiB / 120.2 MiB; 16s remote-cache ... (42 actions, 14 running) [9,423 / 11,503] 200 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 100.0 MiB / 120.2 MiB; 17s remote-cache ... (41 actions, 12 running) [9,444 / 11,513] 200 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 107.0 MiB / 120.2 MiB; 19s remote-cache ... (43 actions, 16 running) [9,454 / 11,513] 200 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 113.0 MiB / 120.2 MiB; 20s remote-cache ... (42 actions, 15 running) [9,477 / 11,513] 201 / 411 tests; GoLink pkg/lightning/backend/local/local_test_/local_test; 21s remote-cache ... (43 actions, 16 running) [9,498 / 11,564] 201 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 114.0 MiB / 142.4 MiB; 19s remote-cache ... (44 actions, 18 running) [9,517 / 11,564] 201 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 121.0 MiB / 142.4 MiB; 20s remote-cache ... (43 actions, 16 running) [9,534 / 11,564] 201 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 129.0 MiB / 142.4 MiB; 21s remote-cache ... (43 actions, 16 running) [9,554 / 11,564] 203 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; Downloading pkg/lightning/backend/kv/kv_test_/kv_test, 137.0 MiB / 142.4 MiB; 22s remote-cache ... (41 actions, 13 running) [9,571 / 11,564] 203 / 411 tests; GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 24s remote-cache ... (44 actions, 18 running) [9,593 / 11,584] 203 / 411 tests; GoLink pkg/util/dbutil/dbutil_test_/dbutil_test; Downloading pkg/util/dbutil/dbutil_test_/dbutil_test, 99.0 MiB / 100.1 MiB; 16s remote-cache ... (42 actions, 14 running) [9,609 / 11,586] 203 / 411 tests; Testing //pkg/sessionctx/sessionstates:sessionstates_test (shard 17 of 17); 10s remote-cache, linux-sandbox ... (44 actions, 18 running) [9,633 / 11,586] 203 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; 9s remote-cache, linux-sandbox ... (42 actions, 14 running) [9,646 / 11,586] 203 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; 10s remote-cache, linux-sandbox ... (43 actions, 17 running) [9,657 / 11,586] 204 / 411 tests; GoLink pkg/table/tables/tables_test_/tables_test; 11s remote-cache, linux-sandbox ... (44 actions, 18 running) [9,672 / 11,618] 204 / 411 tests; GoLink pkg/lightning/common/common_test_/common_test; Downloading pkg/lightning/common/common_test_/common_test, 77.0 MiB / 103.7 MiB; 12s remote-cache ... (46 actions, 22 running) [9,688 / 11,618] 204 / 411 tests; GoLink pkg/lightning/common/common_test_/common_test; Downloading pkg/lightning/common/common_test_/common_test, 84.0 MiB / 103.7 MiB; 13s remote-cache ... (45 actions, 22 running) [9,698 / 11,618] 204 / 411 tests; GoLink pkg/lightning/common/common_test_/common_test; Downloading pkg/lightning/common/common_test_/common_test, 91.0 MiB / 103.7 MiB; 14s remote-cache ... (46 actions, 22 running) [9,717 / 11,620] 204 / 411 tests; GoLink pkg/lightning/common/common_test_/common_test; Downloading pkg/lightning/common/common_test_/common_test, 97.0 MiB / 103.7 MiB; 15s remote-cache ... (45 actions, 20 running) [9,730 / 11,620] 204 / 411 tests; GoLink pkg/lightning/common/common_test_/common_test; 16s remote-cache ... (46 actions, 22 running) [9,743 / 11,650] 204 / 411 tests; GoCompilePkg br/pkg/storage/executor.recompile1296.a; 7s remote-cache, linux-sandbox ... (46 actions, 22 running) [9,762 / 11,650] 207 / 411 tests; GoLink pkg/lightning/errormanager/errormanager_test_/errormanager_test; Downloading pkg/lightning/errormanager/errormanager_test_/errormanager_test, 48.0 MiB / 80.0 MiB; 7s remote-cache ... (49 actions, 28 running) [9,770 / 11,650] 207 / 411 tests; GoLink pkg/lightning/errormanager/errormanager_test_/errormanager_test; Downloading pkg/lightning/errormanager/errormanager_test_/errormanager_test, 55.0 MiB / 80.0 MiB; 8s remote-cache ... (49 actions, 28 running) [9,787 / 11,650] 209 / 411 tests; GoLink pkg/lightning/errormanager/errormanager_test_/errormanager_test; Downloading pkg/lightning/errormanager/errormanager_test_/errormanager_test, 60.0 MiB / 80.0 MiB; 9s remote-cache ... (47 actions, 24 running) [9,799 / 11,650] 209 / 411 tests; GoLink pkg/lightning/errormanager/errormanager_test_/errormanager_test; Downloading pkg/lightning/errormanager/errormanager_test_/errormanager_test, 67.0 MiB / 80.0 MiB; 10s remote-cache ... (48 actions, 26 running) [9,814 / 11,650] 210 / 411 tests; GoLink pkg/lightning/errormanager/errormanager_test_/errormanager_test; Downloading pkg/lightning/errormanager/errormanager_test_/errormanager_test, 73.0 MiB / 80.0 MiB; 11s remote-cache ... (46 actions, 22 running) [9,831 / 11,650] 212 / 411 tests; GoLink pkg/lightning/errormanager/errormanager_test_/errormanager_test; 13s remote-cache ... (49 actions, 29 running) [9,851 / 11,660] 212 / 411 tests; GoCompilePkg pkg/statistics/handle/globalstats/core.recompile1243.a; Downloading pkg/statistics/handle/globalstats/core.recompile1243.a, 35.0 MiB / 43.8 MiB; 5s remote-cache ... (51 actions, 33 running) [9,862 / 11,660] 213 / 411 tests; GoCompilePkg pkg/statistics/handle/globalstats/core.recompile1243.a; Downloading pkg/statistics/handle/globalstats/core.recompile1243.a, 41.0 MiB / 43.8 MiB; 6s remote-cache ... (49 actions, 29 running) [9,882 / 11,660] 213 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 5s remote-cache, linux-sandbox ... (47 actions, 25 running) [9,898 / 11,660] 213 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 6s remote-cache, linux-sandbox ... (50 actions, 31 running) [9,915 / 11,660] 214 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 7s remote-cache, linux-sandbox ... (55 actions, 40 running) [9,927 / 11,660] 214 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 8s remote-cache, linux-sandbox ... (55 actions, 40 running) [9,942 / 11,660] 214 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 9s remote-cache, linux-sandbox ... (54 actions, 40 running) [9,965 / 11,660] 214 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 10s remote-cache, linux-sandbox ... (53 actions, 37 running) [9,976 / 11,660] 214 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 11s remote-cache, linux-sandbox ... (54 actions, 38 running) [9,990 / 11,660] 214 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 12s remote-cache, linux-sandbox ... (56 actions, 42 running) [10,008 / 11,660] 214 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 13s remote-cache, linux-sandbox ... (55 actions, 40 running) [10,026 / 11,660] 215 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 14s remote-cache, linux-sandbox ... (57 actions, 44 running) [10,038 / 11,662] 215 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 15s remote-cache, linux-sandbox ... (56 actions, 42 running) [10,054 / 11,662] 215 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 16s remote-cache, linux-sandbox ... (54 actions, 39 running) [10,072 / 11,662] 217 / 411 tests; GoCompilePkg pkg/expression/executor.recompile1259.a; 17s remote-cache, linux-sandbox ... (55 actions, 40 running) [10,093 / 11,662] 219 / 411 tests; GoCompilePkg pkg/statistics/handle/globalstats/executor.recompile1256.a; 7s remote-cache, linux-sandbox ... (56 actions, 42 running) [10,106 / 11,662] 219 / 411 tests; GoCompilePkg pkg/statistics/handle/globalstats/executor.recompile1256.a; 8s remote-cache, linux-sandbox ... (57 actions, 44 running) [10,125 / 11,662] 219 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 7s remote-cache, linux-sandbox ... (57 actions, 44 running) [10,144 / 11,662] 219 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 8s remote-cache, linux-sandbox ... (56 actions, 42 running) [10,160 / 11,662] 219 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 9s remote-cache, linux-sandbox ... (54 actions, 38 running) [10,173 / 11,662] 219 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 10s remote-cache, linux-sandbox ... (54 actions, 38 running) [10,202 / 11,662] 220 / 411 tests; GoLink pkg/infoschema/infoschema_test_/infoschema_test; 11s remote-cache, linux-sandbox ... (47 actions, 24 running) [10,223 / 11,683] 220 / 411 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 12s remote-cache, linux-sandbox ... (46 actions, 22 running) [10,233 / 11,683] 220 / 411 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 13s remote-cache, linux-sandbox ... (48 actions, 26 running) [10,249 / 11,687] 220 / 411 tests; Testing //pkg/table/tables:tables_test (shard 3 of 31); 14s remote-cache, linux-sandbox ... (50 actions, 30 running) [10,270 / 11,687] 221 / 411 tests; Testing //pkg/table/tables:tables_test (shard 5 of 31); 12s remote-cache, linux-sandbox ... (46 actions, 22 running) [10,285 / 11,687] 221 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 11s remote-cache, linux-sandbox ... (48 actions, 26 running) [10,304 / 11,687] 221 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 12s remote-cache, linux-sandbox ... (48 actions, 27 running) [10,317 / 11,687] 221 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 13s remote-cache, linux-sandbox ... (47 actions, 24 running) [10,337 / 11,740] 221 / 411 tests; GoLink br/pkg/checksum/checksum_test_/checksum_test; 14s remote-cache, linux-sandbox ... (48 actions, 27 running) [10,358 / 11,742] 221 / 411 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 54.0 MiB / 104.0 MiB; 9s remote-cache ... (49 actions, 28 running) [10,373 / 11,742] 222 / 411 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 61.0 MiB / 104.0 MiB; 10s remote-cache ... (49 actions, 28 running) [10,393 / 11,742] 222 / 411 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 67.0 MiB / 104.0 MiB; 11s remote-cache ... (47 actions, 24 running) [10,406 / 11,742] 223 / 411 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 73.0 MiB / 104.0 MiB; 12s remote-cache ... (47 actions, 24 running) [10,426 / 11,742] 223 / 411 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 79.0 MiB / 104.0 MiB; 13s remote-cache ... (47 actions, 24 running) [10,440 / 11,742] 223 / 411 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 86.0 MiB / 104.0 MiB; 14s remote-cache ... (48 actions, 26 running) [10,462 / 11,742] 225 / 411 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 93.0 MiB / 104.0 MiB; 15s remote-cache ... (45 actions, 20 running) [10,475 / 11,750] 225 / 411 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; Downloading pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test, 99.0 MiB / 104.0 MiB; 16s remote-cache ... (44 actions, 18 running) [10,487 / 11,750] 225 / 411 tests; GoLink pkg/plugin/conn_ip_example/conn_ip_example_test_/conn_ip_example_test; 17s remote-cache ... (44 actions, 18 running) [10,500 / 11,752] 225 / 411 tests; GoLink br/pkg/utils/storewatch/storewatch_test_/storewatch_test; Downloading br/pkg/utils/storewatch/storewatch_test_/storewatch_test, 84.0 MiB / 86.3 MiB; 14s remote-cache ... (45 actions, 20 running) [10,517 / 11,756] 226 / 411 tests; GoLink pkg/executor/lockstats/lockstats_test_/lockstats_test; Downloading pkg/executor/lockstats/lockstats_test_/lockstats_test, 80.0 MiB / 80.9 MiB; 13s remote-cache ... (45 actions, 22 running) [10,539 / 11,785] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 11s remote-cache, linux-sandbox ... (43 actions, 17 running) [10,550 / 11,785] 227 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 12s remote-cache, linux-sandbox ... (46 actions, 22 running) [10,572 / 11,785] 228 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 13s remote-cache, linux-sandbox ... (45 actions, 20 running) [10,595 / 11,785] 228 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 14s remote-cache, linux-sandbox ... (45 actions, 22 running) [10,612 / 11,785] 228 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 15s remote-cache, linux-sandbox ... (47 actions, 24 running) [10,632 / 11,785] 228 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 16s remote-cache, linux-sandbox ... (44 actions, 19 running) [10,648 / 11,785] 228 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 17s remote-cache, linux-sandbox ... (44 actions, 21 running) [10,664 / 11,785] 229 / 411 tests; GoLink pkg/expression/expression_test_/expression_test; 19s remote-cache, linux-sandbox ... (49 actions, 28 running) [10,682 / 11,838] 229 / 411 tests; GoLink pkg/planner/pattern/pattern_test_/pattern_test; Downloading pkg/planner/pattern/pattern_test_/pattern_test, 97.0 MiB / 99.8 MiB; 16s remote-cache ... (46 actions, 22 running) [10,700 / 11,844] 230 / 411 tests; GoLink pkg/planner/memo/memo_test_/memo_test; Downloading pkg/planner/memo/memo_test_/memo_test, 80.0 MiB / 100.0 MiB; 13s remote-cache ... (49 actions, 28 running) [10,713 / 11,844] 232 / 411 tests; GoLink pkg/planner/memo/memo_test_/memo_test; Downloading pkg/planner/memo/memo_test_/memo_test, 88.0 MiB / 100.0 MiB; 14s remote-cache ... (51 actions, 32 running) [10,727 / 11,844] 232 / 411 tests; GoLink pkg/planner/memo/memo_test_/memo_test; Downloading pkg/planner/memo/memo_test_/memo_test, 95.0 MiB / 100.0 MiB; 15s remote-cache ... (50 actions, 31 running) [10,737 / 11,844] 232 / 411 tests; GoLink pkg/planner/memo/memo_test_/memo_test; 16s remote-cache ... (50 actions, 30 running) [10,750 / 11,862] 232 / 411 tests; GoLink br/pkg/conn/conn_test_/conn_test; Downloading br/pkg/conn/conn_test_/conn_test, 81.0 MiB / 86.6 MiB; 12s remote-cache ... (50 actions, 30 running) [10,762 / 11,862] 232 / 411 tests; GoLink br/pkg/conn/conn_test_/conn_test; 13s remote-cache ... (50 actions, 31 running) [10,775 / 11,871] 232 / 411 tests; GoLink pkg/planner/implementation/implementation_test_/implementation_test; Downloading pkg/planner/implementation/implementation_test_/implementation_test, 91.0 MiB / 99.9 MiB; 14s remote-cache ... (51 actions, 32 running) [10,782 / 11,871] 232 / 411 tests; GoLink pkg/planner/implementation/implementation_test_/implementation_test; Downloading pkg/planner/implementation/implementation_test_/implementation_test, 97.0 MiB / 99.9 MiB; 15s remote-cache ... (51 actions, 33 running) [10,793 / 11,873] 232 / 411 tests; GoLink pkg/planner/cascades/cascades_test_/cascades_test; Downloading pkg/planner/cascades/cascades_test_/cascades_test, 92.0 MiB / 100.4 MiB; 14s remote-cache ... (49 actions, 28 running) [10,811 / 11,908] 232 / 411 tests; GoLink pkg/planner/cascades/cascades_test_/cascades_test; 15s remote-cache ... (50 actions, 30 running) [10,825 / 11,936] 232 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 12s remote-cache, linux-sandbox ... (50 actions, 31 running) [10,840 / 11,936] 233 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 13s remote-cache, linux-sandbox ... (52 actions, 34 running) [10,855 / 11,938] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 14s remote-cache, linux-sandbox ... (51 actions, 32 running) [10,875 / 11,951] 235 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 15s remote-cache, linux-sandbox ... (52 actions, 34 running) [10,885 / 11,953] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 50 of 50); 16s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,908 / 11,992] 237 / 411 tests; GoLink pkg/executor/aggregate/aggregate_test_/aggregate_test; Downloading pkg/executor/aggregate/aggregate_test_/aggregate_test, 85.0 MiB / 100.6 MiB; 12s remote-cache ... (50 actions, 30 running) [10,922 / 11,992] 238 / 411 tests; GoLink pkg/executor/aggregate/aggregate_test_/aggregate_test; Downloading pkg/executor/aggregate/aggregate_test_/aggregate_test, 94.0 MiB / 100.6 MiB; 13s remote-cache ... (53 actions, 36 running) [10,938 / 11,996] 238 / 411 tests; GoLink pkg/executor/aggregate/aggregate_test_/aggregate_test; 14s remote-cache ... (53 actions, 36 running) [10,957 / 12,017] 238 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 7s remote-cache, linux-sandbox ... (54 actions, 38 running) [10,968 / 12,017] 239 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 8s remote-cache, linux-sandbox ... (53 actions, 36 running) [10,985 / 12,017] 239 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 9s remote-cache, linux-sandbox ... (55 actions, 41 running) [10,998 / 12,017] 240 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 10s remote-cache, linux-sandbox ... (54 actions, 39 running) [11,010 / 12,017] 240 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 12s remote-cache, linux-sandbox ... (57 actions, 44 running) [11,025 / 12,017] 241 / 411 tests; GoLink pkg/ddl/ddl_test_/ddl_test; 13s remote-cache, linux-sandbox ... (59 actions, 48 running) [11,044 / 12,083] 243 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 12s remote-cache, linux-sandbox ... (61 actions, 53 running) [11,063 / 12,083] 244 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 14s remote-cache, linux-sandbox ... (62 actions, 54 running) [11,072 / 12,083] 244 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 15s remote-cache, linux-sandbox ... (62 actions, 54 running) [11,092 / 12,111] 244 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 16s remote-cache, linux-sandbox ... (62 actions, 55 running) [11,101 / 12,111] 244 / 411 tests; GoCompilePkg pkg/ttl/ttlworker/executor.recompile1254.a; 17s remote-cache, linux-sandbox ... (64 actions, 58 running) [11,112 / 12,162] 244 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 15s remote-cache, linux-sandbox ... (65 actions, 60 running) [11,130 / 12,162] 245 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 16s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,138 / 12,162] 245 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 17s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,145 / 12,162] 245 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 18s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,154 / 12,162] 245 / 411 tests; GoCompilePkg pkg/disttask/framework/storage/executor.recompile1258.a; 19s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,162 / 12,162] 246 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 20s remote-cache, linux-sandbox ... (66 actions, 63 running) [11,167 / 12,162] 246 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 21s remote-cache, linux-sandbox ... (67 actions, 65 running) [11,173 / 12,162] 247 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 22s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,193 / 12,178] 247 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 23s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,198 / 12,178] 247 / 411 tests; Testing //pkg/expression:expression_test (shard 49 of 50); 24s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,227 / 12,195] 247 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 18s remote-cache, linux-sandbox ... (67 actions, 64 running) [11,234 / 12,195] 247 / 411 tests; Testing //pkg/expression:expression_test (shard 1 of 50); 19s remote-cache, linux-sandbox ... (67 actions, 65 running) [11,252 / 12,206] 249 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 16s remote-cache, linux-sandbox ... (62 actions, 56 running) [11,263 / 12,206] 250 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,273 / 12,206] 250 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,282 / 12,206] 251 / 411 tests; GoCompilePkg pkg/bindinfo/executor.recompile1285.a; 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,297 / 12,206] 251 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,303 / 12,206] 251 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 18s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,307 / 12,206] 251 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 19s remote-cache, linux-sandbox ... (70 actions running) [11,320 / 12,206] 252 / 411 tests; GoCompilePkg br/pkg/backup/executor.recompile1286.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,322 / 12,206] 252 / 411 tests; GoCompilePkg pkg/executor/executor.a; 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,344 / 12,218] 252 / 411 tests; Testing //pkg/expression:expression_test (shard 48 of 50); 13s remote-cache, linux-sandbox ... (67 actions, 65 running) [11,358 / 12,271] 252 / 411 tests; Testing //pkg/expression:expression_test (shard 48 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,364 / 12,271] 253 / 411 tests; Testing //pkg/expression:expression_test (shard 48 of 50); 15s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,370 / 12,271] 253 / 411 tests; Testing //pkg/expression:expression_test (shard 48 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,374 / 12,271] 253 / 411 tests; Testing //pkg/expression:expression_test (shard 48 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,387 / 12,271] 255 / 411 tests; Testing //pkg/expression:expression_test (shard 48 of 50); 18s remote-cache, linux-sandbox ... (66 actions, 62 running) [11,396 / 12,271] 255 / 411 tests; Testing //pkg/expression:expression_test (shard 48 of 50); 19s remote-cache, linux-sandbox ... (70 actions, 69 running) [11,402 / 12,271] 255 / 411 tests; Testing //pkg/expression:expression_test (shard 48 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,414 / 12,324] 255 / 411 tests; Testing //pkg/expression:expression_test (shard 48 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,425 / 12,324] 256 / 411 tests; GoCompilePkg pkg/disttask/importinto/executor.recompile1256.a; 20s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,433 / 12,324] 256 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,435 / 12,326] 256 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 20s remote-cache, linux-sandbox ... (70 actions running) [11,450 / 12,326] 256 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,454 / 12,349] 256 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,469 / 12,402] 257 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,479 / 12,402] 258 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 25s remote-cache, linux-sandbox ... (70 actions running) [11,489 / 12,402] 258 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,505 / 12,402] 258 / 411 tests; Testing //pkg/ddl:ddl_test (shard 2 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,517 / 12,411] 258 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,523 / 12,411] 258 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 22s remote-cache, linux-sandbox ... (70 actions running) [11,529 / 12,411] 258 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 23s remote-cache, linux-sandbox ... (70 actions running) [11,542 / 12,411] 259 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 24s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,549 / 12,411] 259 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,555 / 12,429] 259 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,561 / 12,431] 259 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,569 / 12,438] 259 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 29s remote-cache, linux-sandbox ... (70 actions running) [11,573 / 12,438] 260 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 30s remote-cache, linux-sandbox ... (70 actions running) [11,590 / 12,479] 260 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,594 / 12,505] 261 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,605 / 12,505] 263 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,609 / 12,505] 263 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,620 / 12,555] 264 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,624 / 12,555] 265 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 36s remote-cache, linux-sandbox ... (70 actions running) [11,632 / 12,584] 265 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,637 / 12,597] 265 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,640 / 12,597] 265 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [11,648 / 12,599] 265 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 41s remote-cache, linux-sandbox ... (69 actions running) [11,649 / 12,599] 265 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,664 / 12,650] 266 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,676 / 12,728] 266 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,679 / 12,728] 267 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 46s remote-cache, linux-sandbox ... (67 actions running) [11,687 / 12,728] 267 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,696 / 12,728] 267 / 411 tests; Testing //pkg/ddl:ddl_test (shard 3 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,702 / 12,728] 267 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 36s remote-cache, linux-sandbox ... (70 actions running) [11,707 / 12,728] 267 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 37s remote-cache, linux-sandbox ... (70 actions running) [11,713 / 12,728] 267 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,719 / 12,728] 267 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [11,731 / 12,728] 267 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [11,732 / 12,728] 267 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 42s remote-cache, linux-sandbox ... (70 actions running) [11,735 / 12,737] 267 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 43s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,745 / 12,737] 267 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,751 / 12,737] 267 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,761 / 12,795] 267 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,768 / 12,795] 267 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 48s remote-cache, linux-sandbox ... (69 actions running) [11,774 / 12,795] 268 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,782 / 12,795] 268 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [11,791 / 12,795] 269 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,800 / 12,795] 269 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 52s remote-cache, linux-sandbox ... (69 actions running) [11,806 / 12,795] 269 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,815 / 12,795] 269 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [11,815 / 12,795] 269 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [11,816 / 12,795] 269 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [11,831 / 12,795] 269 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 59s remote-cache, linux-sandbox ... (68 actions, 66 running) [11,835 / 12,795] 269 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,844 / 12,795] 271 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,850 / 12,795] 271 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,861 / 12,795] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,870 / 12,795] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,874 / 12,795] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [11,881 / 12,795] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [11,884 / 12,795] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,886 / 12,795] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,893 / 12,795] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,901 / 12,846] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,906 / 12,846] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,906 / 12,846] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 74s remote-cache, linux-sandbox ... (70 actions running) [11,911 / 12,846] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 76s remote-cache, linux-sandbox ... (70 actions running) [11,924 / 12,846] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,934 / 12,877] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,937 / 12,877] 272 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,941 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 81s remote-cache, linux-sandbox ... (70 actions running) [11,946 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,951 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,955 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 84s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,955 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 86s remote-cache, linux-sandbox ... (70 actions running) [11,966 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 87s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,971 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,979 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 90s remote-cache, linux-sandbox ... (70 actions running) [11,979 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 91s remote-cache, linux-sandbox ... (70 actions running) [11,983 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 92s remote-cache, linux-sandbox ... (70 actions running) [11,987 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 93s remote-cache, linux-sandbox ... (70 actions running) [11,990 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 94s remote-cache, linux-sandbox ... (70 actions running) [11,996 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [11,998 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,006 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,008 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 99s remote-cache, linux-sandbox ... (70 actions running) [12,014 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,018 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 101s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,021 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,028 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 104s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,032 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 105s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,036 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 106s remote-cache, linux-sandbox ... (70 actions running) [12,045 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,048 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 108s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,051 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 110s remote-cache, linux-sandbox ... (70 actions running) [12,057 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 111s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,060 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 113s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,068 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,072 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 115s remote-cache, linux-sandbox ... (70 actions running) [12,078 / 12,877] 273 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,081 / 12,877] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 118s remote-cache, linux-sandbox ... (70 actions running) [12,085 / 12,877] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 119s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,090 / 12,877] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,096 / 12,877] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,097 / 12,877] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 123s remote-cache, linux-sandbox ... (70 actions running) [12,108 / 12,877] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 124s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,115 / 12,877] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 126s remote-cache, linux-sandbox ... (70 actions running) [12,119 / 12,890] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 105s remote-cache, linux-sandbox ... (70 actions running) [12,121 / 12,890] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,123 / 12,890] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 108s remote-cache, linux-sandbox ... (70 actions running) [12,123 / 12,890] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 109s remote-cache, linux-sandbox ... (70 actions running) [12,126 / 12,890] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,137 / 12,890] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 112s remote-cache, linux-sandbox ... (70 actions running) [12,141 / 12,890] 274 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 114s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,146 / 12,890] 275 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 115s remote-cache, linux-sandbox ... (70 actions running) [12,149 / 12,892] 275 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,154 / 12,892] 275 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 118s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,157 / 12,892] 275 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 119s remote-cache, linux-sandbox ... (70 actions running) [12,163 / 12,892] 276 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 120s remote-cache, linux-sandbox ... (70 actions running) [12,170 / 12,892] 276 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 121s remote-cache, linux-sandbox ... (70 actions running) [12,173 / 12,892] 276 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 123s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,178 / 12,892] 276 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 124s remote-cache, linux-sandbox ... (70 actions running) [12,181 / 12,892] 276 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 125s remote-cache, linux-sandbox ... (70 actions running) [12,181 / 12,892] 276 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 126s remote-cache, linux-sandbox ... (70 actions running) [12,182 / 12,892] 276 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 18 of 22); 32s remote-cache, linux-sandbox ... (70 actions running) [12,192 / 12,892] 276 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 18 of 22); 33s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,193 / 12,892] 276 / 411 tests; Testing //pkg/disttask/framework/storage:storage_test (shard 18 of 22); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,195 / 12,892] 276 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 31s remote-cache, linux-sandbox ... (70 actions running) [12,196 / 12,892] 276 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,202 / 12,892] 276 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 34s remote-cache, linux-sandbox ... (70 actions running) [12,208 / 12,892] 277 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 35s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,211 / 12,917] 277 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 37s remote-cache, linux-sandbox ... (70 actions running) [12,221 / 12,917] 277 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 39s remote-cache, linux-sandbox ... (70 actions running) [12,223 / 12,917] 277 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 40s remote-cache, linux-sandbox ... (70 actions running) [12,226 / 12,917] 277 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,232 / 12,917] 277 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,235 / 12,917] 277 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 44s remote-cache, linux-sandbox ... (70 actions running) [12,235 / 12,917] 277 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 45s remote-cache, linux-sandbox ... (70 actions running) [12,239 / 12,917] 277 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 46s remote-cache, linux-sandbox ... (70 actions running) [12,245 / 12,917] 277 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,246 / 12,923] 277 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,252 / 12,923] 277 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,257 / 12,923] 278 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 13 of 17); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,261 / 12,923] 278 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 35s remote-cache, linux-sandbox ... (70 actions running) [12,264 / 12,923] 278 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 7 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,269 / 12,923] 278 / 411 tests; Testing //br/pkg/backup:backup_test (shard 3 of 8); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,273 / 12,923] 278 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,273 / 12,923] 278 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 39s remote-cache, linux-sandbox ... (70 actions running) [12,277 / 12,923] 278 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,280 / 12,923] 278 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,282 / 12,923] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 42s remote-cache, linux-sandbox ... (70 actions running) [12,286 / 12,923] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 44s remote-cache, linux-sandbox ... (70 actions running) [12,287 / 12,923] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 45s remote-cache, linux-sandbox ... (70 actions running) [12,293 / 12,923] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,295 / 12,923] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 48s remote-cache, linux-sandbox ... (70 actions running) [12,306 / 12,923] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,310 / 12,923] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,314 / 12,923] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 52s remote-cache, linux-sandbox ... (70 actions running) [12,318 / 12,923] 279 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,324 / 12,923] 280 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,329 / 12,950] 280 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,331 / 12,950] 280 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 57s remote-cache, linux-sandbox ... (70 actions running) [12,336 / 12,950] 280 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,339 / 12,950] 280 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 60s remote-cache, linux-sandbox ... (70 actions running) [12,350 / 12,950] 281 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 61s remote-cache, linux-sandbox ... (70 actions running) [12,353 / 12,950] 281 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,362 / 12,950] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,365 / 12,952] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,371 / 12,952] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,373 / 12,952] 282 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 67s remote-cache, linux-sandbox ... (70 actions running) [12,375 / 12,952] 283 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 68s remote-cache, linux-sandbox ... (69 actions running) [12,382 / 12,952] 286 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,386 / 12,952] 286 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,389 / 12,952] 286 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,393 / 12,952] 286 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,397 / 12,952] 286 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,400 / 12,952] 286 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 75s remote-cache, linux-sandbox ... (70 actions running) [12,406 / 12,952] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 76s remote-cache, linux-sandbox ... (67 actions, 64 running) [12,414 / 12,978] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,423 / 12,990] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 78s remote-cache, linux-sandbox ... (67 actions, 66 running) [12,432 / 12,990] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 79s remote-cache, linux-sandbox ... (67 actions, 66 running) [12,435 / 13,019] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 81s remote-cache, linux-sandbox ... (70 actions running) [12,437 / 13,019] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 82s remote-cache, linux-sandbox ... (70 actions running) [12,441 / 13,019] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 83s remote-cache, linux-sandbox ... (69 actions running) [12,445 / 13,019] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 85s remote-cache, linux-sandbox ... (70 actions running) [12,445 / 13,019] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 86s remote-cache, linux-sandbox ... (70 actions running) [12,453 / 13,032] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 87s remote-cache, linux-sandbox ... (70 actions running) [12,461 / 13,053] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 88s remote-cache, linux-sandbox ... (70 actions running) [12,465 / 13,053] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 89s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,467 / 13,053] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,470 / 13,053] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,474 / 13,102] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,478 / 13,108] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 94s remote-cache, linux-sandbox ... (68 actions running) [12,480 / 13,114] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 95s remote-cache, linux-sandbox ... (70 actions running) [12,483 / 13,114] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,486 / 13,114] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 98s remote-cache, linux-sandbox ... (70 actions running) [12,487 / 13,114] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 99s remote-cache, linux-sandbox ... (70 actions running) [12,489 / 13,114] 287 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 100s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,495 / 13,114] 287 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,499 / 13,114] 287 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 50); 26s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,499 / 13,114] 287 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 50); 27s remote-cache, linux-sandbox ... (70 actions running) [12,501 / 13,114] 287 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 50); 28s remote-cache, linux-sandbox ... (70 actions running) [12,504 / 13,114] 287 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 50); 29s remote-cache, linux-sandbox ... (70 actions running) [12,507 / 13,114] 287 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,511 / 13,114] 287 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,513 / 13,114] 287 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 50); 33s remote-cache, linux-sandbox ... (70 actions running) [12,514 / 13,114] 287 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 50); 34s remote-cache, linux-sandbox ... (70 actions running) [12,515 / 13,114] 287 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 50); 35s remote-cache, linux-sandbox ... (70 actions running) [12,518 / 13,114] 287 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 50); 37s remote-cache, linux-sandbox ... (67 actions, 66 running) [12,521 / 13,114] 287 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 40 of 50); 38s remote-cache, linux-sandbox ... (70 actions running) [12,523 / 13,114] 287 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,526 / 13,114] 288 / 411 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 11 of 11); 39s remote-cache, linux-sandbox ... (70 actions running) [12,528 / 13,114] 288 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,532 / 13,114] 288 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,533 / 13,114] 288 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,536 / 13,133] 288 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,540 / 13,133] 288 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,542 / 13,133] 288 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [12,546 / 13,133] 289 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [12,548 / 13,133] 289 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,556 / 13,133] 289 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [12,559 / 13,133] 289 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,560 / 13,133] 290 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [12,562 / 13,133] 290 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [12,564 / 13,133] 290 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [12,567 / 13,133] 290 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,569 / 13,133] 290 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [12,569 / 13,133] 290 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [12,573 / 13,133] 290 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,573 / 13,133] 290 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [12,577 / 13,135] 290 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 63s remote-cache, linux-sandbox ... (70 actions running) [12,582 / 13,141] 290 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,584 / 13,141] 290 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,586 / 13,141] 290 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,590 / 13,141] 290 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,593 / 13,141] 290 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 64s remote-cache, linux-sandbox ... (70 actions running) [12,594 / 13,141] 291 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [12,595 / 13,141] 291 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,601 / 13,141] 291 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,604 / 13,141] 291 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [12,607 / 13,141] 291 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,608 / 13,141] 291 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,609 / 13,141] 292 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 73s remote-cache, linux-sandbox ... (70 actions running) [12,611 / 13,141] 292 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 74s remote-cache, linux-sandbox ... (67 actions, 66 running) [12,617 / 13,141] 292 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,620 / 13,141] 292 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 76s remote-cache, linux-sandbox ... (70 actions running) [12,622 / 13,141] 292 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,627 / 13,141] 292 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 79s remote-cache, linux-sandbox ... (70 actions running) [12,632 / 13,159] 292 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 63s remote-cache, linux-sandbox ... (70 actions running) [12,632 / 13,159] 292 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [12,636 / 13,159] 292 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [12,639 / 13,159] 292 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [12,644 / 13,161] 292 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,647 / 13,161] 292 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,650 / 13,161] 293 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 72s remote-cache, linux-sandbox ... (70 actions running) [12,650 / 13,161] 293 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 73s remote-cache, linux-sandbox ... (70 actions running) [12,654 / 13,161] 293 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,656 / 13,161] 293 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,658 / 13,161] 295 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 77s remote-cache, linux-sandbox ... (70 actions running) [12,658 / 13,161] 295 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [12,662 / 13,161] 296 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,669 / 13,161] 296 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,674 / 13,161] 296 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,675 / 13,161] 296 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 84s remote-cache, linux-sandbox ... (70 actions running) [12,678 / 13,161] 296 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,680 / 13,161] 296 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 87s remote-cache, linux-sandbox ... (70 actions running) [12,682 / 13,161] 296 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 88s remote-cache, linux-sandbox ... (70 actions running) [12,682 / 13,161] 296 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 89s remote-cache, linux-sandbox ... (70 actions running) [12,683 / 13,161] 296 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 90s remote-cache, linux-sandbox ... (70 actions running) [12,688 / 13,167] 296 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,691 / 13,167] 296 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,699 / 13,218] 296 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,704 / 13,218] 297 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 94s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,710 / 13,226] 297 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 96s remote-cache, linux-sandbox ... (70 actions running) [12,713 / 13,226] 297 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 97s remote-cache, linux-sandbox ... (70 actions running) [12,719 / 13,226] 297 / 411 tests; Testing //pkg/executor/aggfuncs:aggfuncs_test (shard 27 of 50); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,722 / 13,226] 298 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 42s remote-cache, linux-sandbox ... (70 actions running) [12,725 / 13,226] 298 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 43s remote-cache, linux-sandbox ... (70 actions running) [12,727 / 13,226] 299 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 45s remote-cache, linux-sandbox ... (70 actions running) [12,732 / 13,226] 299 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 46s remote-cache, linux-sandbox ... (70 actions running) [12,733 / 13,226] 299 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,737 / 13,276] 299 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,739 / 13,276] 299 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 2 of 5); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,743 / 13,276] 301 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,745 / 13,276] 301 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [12,748 / 13,276] 301 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [12,751 / 13,276] 301 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,756 / 13,276] 301 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,758 / 13,276] 302 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 47s remote-cache, linux-sandbox ... (68 actions running) [12,765 / 13,283] 302 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [12,769 / 13,283] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,772 / 13,283] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,774 / 13,283] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [12,777 / 13,283] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [12,778 / 13,283] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [12,779 / 13,283] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [12,780 / 13,283] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 58s remote-cache, linux-sandbox ... (70 actions running) [12,782 / 13,283] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [12,786 / 13,301] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [12,788 / 13,301] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,795 / 13,322] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,795 / 13,322] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 65s remote-cache, linux-sandbox ... (70 actions running) [12,802 / 13,322] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [12,806 / 13,322] 303 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,809 / 13,322] 304 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 69s remote-cache, linux-sandbox ... (70 actions running) [12,812 / 13,322] 304 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 11 of 50); 70s remote-cache, linux-sandbox ... (70 actions running) [12,820 / 13,322] 304 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,823 / 13,322] 305 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 43s remote-cache, linux-sandbox ... (70 actions running) [12,826 / 13,322] 305 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,828 / 13,322] 306 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 46s remote-cache, linux-sandbox ... (69 actions running) [12,832 / 13,322] 306 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,834 / 13,322] 306 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 48s remote-cache, linux-sandbox ... (70 actions running) [12,835 / 13,322] 306 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,837 / 13,322] 306 / 411 tests; Testing //pkg/executor/test/distsqltest:distsqltest_test; 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,842 / 13,322] 307 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 17 of 20); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,845 / 13,328] 307 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 17 of 20); 38s remote-cache, linux-sandbox ... (69 actions running) [12,845 / 13,328] 307 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 17 of 20); 39s remote-cache, linux-sandbox ... (70 actions running) [12,848 / 13,328] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 5 of 12); 39s remote-cache, linux-sandbox ... (70 actions running) [12,854 / 13,328] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 5 of 12); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,856 / 13,328] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 6 of 12); 38s remote-cache, linux-sandbox ... (69 actions running) [12,859 / 13,351] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 6 of 12); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,862 / 13,357] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 6 of 12); 41s remote-cache, linux-sandbox ... (70 actions running) [12,865 / 13,357] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 6 of 12); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,867 / 13,357] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 6 of 12); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,870 / 13,357] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 6 of 12); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,873 / 13,357] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 6 of 12); 46s remote-cache, linux-sandbox ... (70 actions running) [12,874 / 13,357] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 6 of 12); 47s remote-cache, linux-sandbox ... (70 actions running) [12,878 / 13,357] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 6 of 12); 48s remote-cache, linux-sandbox ... (70 actions running) [12,880 / 13,357] 307 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 6 of 12); 49s remote-cache, linux-sandbox ... (70 actions running) [12,883 / 13,377] 307 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 18 of 18); 35s remote-cache, linux-sandbox ... (70 actions running) [12,886 / 13,377] 307 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 18 of 18); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,887 / 13,377] 307 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 18 of 18); 38s remote-cache, linux-sandbox ... (70 actions running) [12,892 / 13,377] 307 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 18 of 18); 39s remote-cache, linux-sandbox ... (70 actions running) [12,896 / 13,377] 308 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 18 of 18); 40s remote-cache, linux-sandbox ... (70 actions running) [12,897 / 13,377] 308 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 18 of 18); 41s remote-cache, linux-sandbox ... (70 actions running) [12,904 / 13,377] 308 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 18 of 18); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,907 / 13,377] 308 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 18 of 18); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,914 / 13,386] 308 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 18 of 18); 44s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,916 / 13,386] 308 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [12,917 / 13,386] 308 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [12,919 / 13,386] 308 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,925 / 13,386] 308 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,929 / 13,386] 308 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,930 / 13,386] 308 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [12,931 / 13,386] 308 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [12,931 / 13,386] 308 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 53s remote-cache, linux-sandbox ... (70 actions running) [12,934 / 13,386] 308 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [12,936 / 13,393] 308 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [12,938 / 13,393] 308 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [12,938 / 13,393] 308 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 36 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [12,944 / 13,393] 308 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 43s remote-cache, linux-sandbox ... (70 actions running) [12,948 / 13,393] 309 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [12,951 / 13,393] 309 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,951 / 13,393] 309 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 47s remote-cache, linux-sandbox ... (70 actions running) [12,956 / 13,393] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [12,958 / 13,393] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [12,960 / 13,393] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [12,962 / 13,393] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [12,965 / 13,393] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,968 / 13,393] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 54s remote-cache, linux-sandbox ... (70 actions running) [12,969 / 13,393] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 55s remote-cache, linux-sandbox ... (70 actions running) [12,969 / 13,393] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 57s remote-cache, linux-sandbox ... (70 actions running) [12,973 / 13,393] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 58s remote-cache, linux-sandbox ... (67 actions, 65 running) [12,975 / 13,395] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,977 / 13,395] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [12,979 / 13,395] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 62s remote-cache, linux-sandbox ... (70 actions running) [12,983 / 13,404] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,985 / 13,404] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [12,987 / 13,404] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 66s remote-cache, linux-sandbox ... (70 actions running) [12,989 / 13,404] 311 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [12,996 / 13,404] 312 / 411 tests; Testing //pkg/executor:executor_test (shard 9 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [13,002 / 13,404] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 52s remote-cache, linux-sandbox ... (70 actions running) [13,008 / 13,404] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,010 / 13,409] 312 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 55s remote-cache, linux-sandbox ... (70 actions running) [13,018 / 13,409] 314 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 56s remote-cache, linux-sandbox ... (70 actions running) [13,022 / 13,409] 315 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,028 / 13,409] 315 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,032 / 13,409] 315 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 51s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,035 / 13,409] 316 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 52s remote-cache, linux-sandbox ... (70 actions running) [13,036 / 13,409] 316 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 53s remote-cache, linux-sandbox ... (70 actions running) [13,039 / 13,437] 316 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 52s remote-cache, linux-sandbox ... (70 actions running) [13,040 / 13,437] 316 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,046 / 13,445] 316 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 55s remote-cache, linux-sandbox ... (70 actions running) [13,050 / 13,445] 316 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,052 / 13,445] 316 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 58s remote-cache, linux-sandbox ... (70 actions running) [13,052 / 13,445] 316 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 59s remote-cache, linux-sandbox ... (70 actions running) [13,058 / 13,445] 316 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 60s remote-cache, linux-sandbox ... (70 actions running) [13,067 / 13,471] 316 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,070 / 13,471] 316 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,072 / 13,471] 317 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,075 / 13,471] 317 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,077 / 13,471] 317 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,081 / 13,471] 317 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 67s remote-cache, linux-sandbox ... (70 actions running) [13,082 / 13,471] 317 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,084 / 13,471] 317 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,085 / 13,471] 317 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 71s remote-cache, linux-sandbox ... (70 actions running) [13,087 / 13,471] 317 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,095 / 13,471] 318 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,098 / 13,471] 318 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,102 / 13,497] 318 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 76s remote-cache, linux-sandbox ... (70 actions running) [13,105 / 13,497] 318 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 77s remote-cache, linux-sandbox ... (70 actions running) [13,105 / 13,497] 319 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 78s remote-cache, linux-sandbox ... (70 actions running) [13,112 / 13,497] 321 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 80s remote-cache, linux-sandbox ... (70 actions running) [13,118 / 13,497] 321 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 81s remote-cache, linux-sandbox ... (70 actions running) [13,126 / 13,497] 321 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,130 / 13,497] 321 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 84s remote-cache, linux-sandbox ... (70 actions running) [13,132 / 13,497] 321 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,133 / 13,497] 321 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 86s remote-cache, linux-sandbox ... (69 actions running) [13,137 / 13,497] 321 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,142 / 13,509] 321 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 89s remote-cache, linux-sandbox ... (70 actions running) [13,143 / 13,509] 321 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 90s remote-cache, linux-sandbox ... (70 actions running) [13,143 / 13,509] 322 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 91s remote-cache, linux-sandbox ... (70 actions running) [13,152 / 13,511] 322 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 93s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,155 / 13,516] 322 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 94s remote-cache, linux-sandbox ... (69 actions running) [13,159 / 13,516] 322 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,161 / 13,524] 322 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 96s remote-cache, linux-sandbox ... (70 actions running) [13,163 / 13,524] 322 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 97s remote-cache, linux-sandbox ... (70 actions running) [13,167 / 13,524] 322 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 98s remote-cache, linux-sandbox ... (70 actions running) [13,167 / 13,524] 322 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 99s remote-cache, linux-sandbox ... (70 actions running) [13,174 / 13,524] 323 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,179 / 13,524] 323 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,180 / 13,524] 323 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,182 / 13,524] 323 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 57s remote-cache, linux-sandbox ... (70 actions running) [13,184 / 13,524] 323 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,187 / 13,524] 323 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 60s remote-cache, linux-sandbox ... (70 actions running) [13,192 / 13,524] 324 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,196 / 13,546] 324 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,200 / 13,546] 324 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,207 / 13,546] 324 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,212 / 13,546] 325 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,217 / 13,583] 325 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,218 / 13,583] 325 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,222 / 13,583] 326 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,222 / 13,583] 326 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 70s remote-cache, linux-sandbox ... (70 actions running) [13,227 / 13,583] 326 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 71s remote-cache, linux-sandbox ... (70 actions running) [13,230 / 13,583] 326 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 72s remote-cache, linux-sandbox ... (70 actions running) [13,230 / 13,583] 326 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 74s remote-cache, linux-sandbox ... (70 actions running) [13,232 / 13,583] 326 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 75s remote-cache, linux-sandbox ... (70 actions running) [13,239 / 13,585] 326 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 77s remote-cache, linux-sandbox ... (70 actions running) [13,242 / 13,585] 326 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 5 of 20); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,247 / 13,587] 326 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 5 of 20); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,253 / 13,587] 326 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,253 / 13,587] 326 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 44s remote-cache, linux-sandbox ... (70 actions running) [13,253 / 13,587] 326 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 45s remote-cache, linux-sandbox ... (70 actions running) [13,257 / 13,587] 328 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,270 / 13,611] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,273 / 13,611] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,274 / 13,611] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 50s remote-cache, linux-sandbox ... (70 actions running) [13,277 / 13,611] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,281 / 13,611] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,282 / 13,611] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 54s remote-cache, linux-sandbox ... (70 actions running) [13,284 / 13,611] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,288 / 13,611] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,289 / 13,611] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,292 / 13,611] 329 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 59s remote-cache, linux-sandbox ... (70 actions running) [13,296 / 13,613] 330 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 60s remote-cache, linux-sandbox ... (70 actions running) [13,303 / 13,617] 330 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,305 / 13,617] 330 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 63s remote-cache, linux-sandbox ... (69 actions running) [13,309 / 13,617] 330 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,311 / 13,617] 331 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 65s remote-cache, linux-sandbox ... (70 actions running) [13,316 / 13,617] 334 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,330 / 13,617] 334 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 68s remote-cache, linux-sandbox ... (70 actions running) [13,332 / 13,619] 334 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 69s remote-cache, linux-sandbox ... (70 actions running) [13,334 / 13,619] 334 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 70s remote-cache, linux-sandbox ... (70 actions running) [13,337 / 13,619] 334 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,341 / 13,619] 335 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,345 / 13,643] 335 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,347 / 13,643] 335 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,348 / 13,643] 335 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 76s remote-cache, linux-sandbox ... (70 actions running) [13,350 / 13,643] 335 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 14 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [13,358 / 13,643] 335 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,360 / 13,643] 335 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 21 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,373 / 13,684] 335 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 40s remote-cache, linux-sandbox ... (70 actions running) [13,374 / 13,684] 335 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 41s remote-cache, linux-sandbox ... (70 actions running) [13,375 / 13,684] 335 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,376 / 13,684] 336 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 44s remote-cache, linux-sandbox ... (70 actions running) [13,387 / 13,684] 337 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 45s remote-cache, linux-sandbox ... (70 actions running) [13,390 / 13,684] 337 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 46s remote-cache, linux-sandbox ... (70 actions running) [13,392 / 13,684] 337 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 48s remote-cache, linux-sandbox ... (70 actions running) [13,398 / 13,684] 337 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 49s remote-cache, linux-sandbox ... (70 actions running) [13,398 / 13,684] 337 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 50s remote-cache, linux-sandbox ... (70 actions running) [13,398 / 13,684] 337 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 51s remote-cache, linux-sandbox ... (70 actions running) [13,401 / 13,684] 338 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 52s remote-cache, linux-sandbox ... (70 actions running) [13,412 / 13,690] 338 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,415 / 13,690] 338 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,417 / 13,692] 338 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 56s remote-cache, linux-sandbox ... (70 actions running) [13,419 / 13,694] 339 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,428 / 13,694] 339 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 59s remote-cache, linux-sandbox ... (70 actions running) [13,429 / 13,694] 339 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 60s remote-cache, linux-sandbox ... (70 actions running) [13,429 / 13,694] 340 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 61s remote-cache, linux-sandbox ... (70 actions running) [13,433 / 13,694] 340 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,435 / 13,694] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,442 / 13,694] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,445 / 13,694] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,449 / 13,707] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 67s remote-cache, linux-sandbox ... (70 actions running) [13,458 / 13,722] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 68s remote-cache, linux-sandbox ... (70 actions running) [13,460 / 13,722] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,464 / 13,722] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,465 / 13,722] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,471 / 13,722] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 73s remote-cache, linux-sandbox ... (67 actions, 66 running) [13,478 / 13,722] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 74s remote-cache, linux-sandbox ... (67 actions running) [13,482 / 13,740] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 75s remote-cache, linux-sandbox ... (70 actions running) [13,485 / 13,740] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 77s remote-cache, linux-sandbox ... (70 actions running) [13,490 / 13,740] 342 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 78s remote-cache, linux-sandbox ... (70 actions running) [13,491 / 13,740] 343 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,494 / 13,740] 343 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,498 / 13,740] 343 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,503 / 13,740] 344 / 411 tests; Testing //pkg/executor:executor_test (shard 22 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,506 / 13,740] 345 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,508 / 13,740] 345 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 38s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,509 / 13,773] 345 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,514 / 13,773] 346 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 40s remote-cache, linux-sandbox ... (70 actions running) [13,516 / 13,773] 346 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 41s remote-cache, linux-sandbox ... (70 actions running) [13,524 / 13,773] 346 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 43s remote-cache, linux-sandbox ... (70 actions running) [13,525 / 13,773] 346 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 44s remote-cache, linux-sandbox ... (70 actions running) [13,528 / 13,773] 347 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 45s remote-cache, linux-sandbox ... (70 actions running) [13,531 / 13,773] 347 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 46s remote-cache, linux-sandbox ... (70 actions running) [13,536 / 13,773] 347 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,539 / 13,773] 347 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,542 / 13,773] 347 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 50s remote-cache, linux-sandbox ... (70 actions running) [13,542 / 13,773] 347 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 51s remote-cache, linux-sandbox ... (70 actions running) [13,544 / 13,773] 347 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,546 / 13,773] 347 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,549 / 13,773] 347 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,554 / 13,777] 347 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,556 / 13,820] 347 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 57s remote-cache, linux-sandbox ... (70 actions running) [13,557 / 13,820] 347 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 58s remote-cache, linux-sandbox ... (70 actions running) [13,560 / 13,820] 348 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,562 / 13,820] 348 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 61s remote-cache, linux-sandbox ... (70 actions running) [13,565 / 13,838] 348 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 63s remote-cache, linux-sandbox ... (70 actions running) [13,573 / 13,838] 348 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 64s remote-cache, linux-sandbox ... (70 actions running) [13,573 / 13,838] 348 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 65s remote-cache, linux-sandbox ... (70 actions running) [13,574 / 13,838] 348 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 66s remote-cache, linux-sandbox ... (70 actions running) [13,575 / 13,838] 349 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 67s remote-cache, linux-sandbox ... (70 actions running) [13,577 / 13,838] 349 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 68s remote-cache, linux-sandbox ... (70 actions running) [13,578 / 13,838] 349 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 69s remote-cache, linux-sandbox ... (70 actions running) [13,584 / 13,838] 350 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,587 / 13,838] 351 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 72s remote-cache, linux-sandbox ... (70 actions running) [13,589 / 13,838] 351 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 74s remote-cache, linux-sandbox ... (70 actions running) [13,590 / 13,838] 351 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 75s remote-cache, linux-sandbox ... (70 actions running) [13,597 / 13,838] 351 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,599 / 13,838] 351 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 78s remote-cache, linux-sandbox ... (70 actions running) [13,601 / 13,838] 351 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 79s remote-cache, linux-sandbox ... (70 actions running) [13,602 / 13,838] 351 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,602 / 13,838] 351 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 83s remote-cache, linux-sandbox ... (70 actions running) [13,605 / 13,838] 351 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 84s remote-cache, linux-sandbox ... (70 actions running) [13,606 / 13,838] 352 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 65s remote-cache, linux-sandbox ... (70 actions running) [13,606 / 13,838] 352 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 67s remote-cache, linux-sandbox ... (70 actions running) [13,609 / 13,838] 353 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 69s remote-cache, linux-sandbox ... (70 actions running) [13,612 / 13,840] 354 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 70s remote-cache, linux-sandbox ... (70 actions running) [13,614 / 13,840] 354 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 71s remote-cache, linux-sandbox ... (70 actions running) [13,615 / 13,840] 354 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 72s remote-cache, linux-sandbox ... (70 actions running) [13,616 / 13,840] 354 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 74s remote-cache, linux-sandbox ... (70 actions running) [13,616 / 13,840] 354 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 75s remote-cache, linux-sandbox ... (70 actions running) [13,617 / 13,840] 354 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 76s remote-cache, linux-sandbox ... (70 actions running) [13,619 / 13,840] 354 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 77s remote-cache, linux-sandbox ... (70 actions running) [13,623 / 13,842] 354 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,625 / 13,865] 354 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,627 / 13,865] 354 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 56s remote-cache, linux-sandbox ... (70 actions running) [13,627 / 13,865] 354 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 57s remote-cache, linux-sandbox ... (70 actions running) [13,630 / 13,865] 355 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,635 / 13,867] 356 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 60s remote-cache, linux-sandbox ... (70 actions running) [13,640 / 13,867] 356 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,644 / 13,867] 356 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 63s remote-cache, linux-sandbox ... (70 actions running) [13,649 / 13,867] 358 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 65s remote-cache, linux-sandbox ... (70 actions running) [13,650 / 13,867] 358 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 66s remote-cache, linux-sandbox ... (70 actions running) [13,653 / 13,867] 358 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,654 / 13,867] 358 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,659 / 13,872] 359 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,663 / 13,872] 359 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,667 / 13,872] 359 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,669 / 13,872] 359 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 73s remote-cache, linux-sandbox ... (68 actions running) [13,671 / 13,876] 359 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,672 / 13,878] 359 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,676 / 13,878] 359 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 77s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,678 / 13,878] 359 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,680 / 13,878] 359 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 79s remote-cache, linux-sandbox ... (70 actions running) [13,681 / 13,878] 360 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 80s remote-cache, linux-sandbox ... (70 actions running) [13,682 / 13,878] 360 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,686 / 13,878] 360 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 68s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,688 / 13,878] 360 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,691 / 13,882] 360 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 71s remote-cache, linux-sandbox ... (70 actions running) [13,691 / 13,882] 360 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 72s remote-cache, linux-sandbox ... (70 actions running) [13,694 / 13,882] 361 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,696 / 13,882] 361 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,699 / 13,882] 361 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,701 / 13,882] 362 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 77s remote-cache, linux-sandbox ... (70 actions running) [13,705 / 13,884] 363 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 78s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,707 / 13,884] 363 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 80s remote-cache, linux-sandbox ... (70 actions running) [13,708 / 13,884] 363 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,708 / 13,884] 363 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 84s remote-cache, linux-sandbox ... (70 actions running) [13,712 / 13,884] 364 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 85s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,716 / 13,886] 365 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 39s remote-cache, linux-sandbox ... (70 actions running) [13,718 / 13,886] 365 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 40s remote-cache, linux-sandbox ... (70 actions running) [13,724 / 13,895] 365 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,726 / 13,946] 366 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 42s remote-cache, linux-sandbox ... (70 actions running) [13,727 / 13,946] 366 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 44s remote-cache, linux-sandbox ... (70 actions running) [13,729 / 13,946] 366 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,729 / 13,946] 366 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 47s remote-cache, linux-sandbox ... (70 actions running) [13,729 / 13,946] 367 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 48s remote-cache, linux-sandbox ... (70 actions running) [13,736 / 13,970] 367 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 47s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,738 / 13,970] 367 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 49s remote-cache, linux-sandbox ... (70 actions running) [13,739 / 13,970] 367 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 51s remote-cache, linux-sandbox ... (70 actions running) [13,741 / 13,970] 367 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 52s remote-cache, linux-sandbox ... (70 actions running) [13,747 / 14,013] 367 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 53s remote-cache, linux-sandbox ... (70 actions running) [13,749 / 14,013] 367 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,750 / 14,013] 367 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,757 / 14,013] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,758 / 14,013] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 55s remote-cache, linux-sandbox ... (70 actions running) [13,759 / 14,013] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 56s remote-cache, linux-sandbox ... (70 actions running) [13,760 / 14,013] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,763 / 14,013] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,763 / 14,013] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 60s remote-cache, linux-sandbox ... (70 actions running) [13,764 / 14,013] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 61s remote-cache, linux-sandbox ... (70 actions running) [13,765 / 14,013] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 62s remote-cache, linux-sandbox ... (70 actions running) [13,766 / 14,013] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 64s remote-cache, linux-sandbox ... (70 actions running) [13,766 / 14,013] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 66s remote-cache, linux-sandbox ... (70 actions running) [13,768 / 14,013] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 67s remote-cache, linux-sandbox ... (70 actions running) [13,771 / 14,019] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 69s remote-cache, linux-sandbox ... (70 actions running) [13,773 / 14,019] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 70s remote-cache, linux-sandbox ... (70 actions running) [13,775 / 14,019] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,776 / 14,019] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 73s remote-cache, linux-sandbox ... (70 actions running) [13,777 / 14,019] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 74s remote-cache, linux-sandbox ... (70 actions running) [13,779 / 14,019] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,780 / 14,019] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 77s remote-cache, linux-sandbox ... (70 actions running) [13,781 / 14,019] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 78s remote-cache, linux-sandbox ... (70 actions running) [13,784 / 14,019] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 79s remote-cache, linux-sandbox ... (70 actions running) [13,784 / 14,019] 367 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 80s remote-cache, linux-sandbox ... (70 actions running) [13,787 / 14,019] 367 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 56s remote-cache, linux-sandbox ... (70 actions running) [13,789 / 14,019] 367 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,792 / 14,019] 367 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,796 / 14,019] 369 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 60s remote-cache, linux-sandbox ... (70 actions running) [13,800 / 14,019] 369 / 411 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 37s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,802 / 14,019] 369 / 411 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 38s remote-cache, linux-sandbox ... (70 actions running) [13,804 / 14,019] 369 / 411 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 39s remote-cache, linux-sandbox ... (70 actions running) [13,807 / 14,019] 369 / 411 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 41s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,812 / 14,019] 369 / 411 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,812 / 14,019] 369 / 411 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 43s remote-cache, linux-sandbox ... (70 actions running) [13,813 / 14,019] 369 / 411 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 45s remote-cache, linux-sandbox ... (70 actions running) [13,820 / 14,070] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 41s remote-cache, linux-sandbox ... (70 actions running) [13,821 / 14,070] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 43s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,822 / 14,070] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 44s remote-cache, linux-sandbox ... (70 actions running) [13,825 / 14,070] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 46s remote-cache, linux-sandbox ... (70 actions running) [13,826 / 14,070] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 48s remote-cache, linux-sandbox ... (70 actions running) [13,826 / 14,070] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 50s remote-cache, linux-sandbox ... (70 actions running) [13,829 / 14,070] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 51s remote-cache, linux-sandbox ... (69 actions running) [13,833 / 14,092] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 52s remote-cache, linux-sandbox ... (70 actions running) [13,833 / 14,092] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 53s remote-cache, linux-sandbox ... (70 actions running) [13,836 / 14,092] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,837 / 14,092] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 56s remote-cache, linux-sandbox ... (70 actions running) [13,840 / 14,092] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 58s remote-cache, linux-sandbox ... (70 actions running) [13,840 / 14,092] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 59s remote-cache, linux-sandbox ... (70 actions running) [13,845 / 14,092] 371 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 7 of 8); 39s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,848 / 14,092] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 14 of 42); 36s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,849 / 14,092] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 14 of 42); 38s remote-cache, linux-sandbox ... (70 actions running) [13,851 / 14,092] 371 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 14 of 42); 39s remote-cache, linux-sandbox ... (70 actions running) [13,853 / 14,092] 371 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 38s remote-cache, linux-sandbox ... (70 actions running) [13,855 / 14,092] 371 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 39s remote-cache, linux-sandbox ... (70 actions running) [13,857 / 14,092] 372 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 40s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,859 / 14,092] 372 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 42s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,861 / 14,092] 372 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 43s remote-cache, linux-sandbox ... (70 actions running) [13,861 / 14,092] 372 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 44s remote-cache, linux-sandbox ... (70 actions running) [13,862 / 14,092] 372 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,870 / 14,092] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 45s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,874 / 14,096] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 46s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,874 / 14,096] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 48s remote-cache, linux-sandbox ... (70 actions running) [13,876 / 14,096] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 50s remote-cache, linux-sandbox ... (70 actions running) [13,877 / 14,096] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 51s remote-cache, linux-sandbox ... (70 actions running) [13,879 / 14,096] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 53s remote-cache, linux-sandbox ... (70 actions running) [13,883 / 14,096] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 54s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,885 / 14,096] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,887 / 14,096] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 57s remote-cache, linux-sandbox ... (70 actions running) [13,887 / 14,096] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 58s remote-cache, linux-sandbox ... (70 actions running) [13,888 / 14,096] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 59s remote-cache, linux-sandbox ... (70 actions running) [13,890 / 14,096] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,891 / 14,096] 373 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 62s remote-cache, linux-sandbox ... (70 actions running) [13,895 / 14,096] 374 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,897 / 14,096] 374 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 64s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,900 / 14,096] 374 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 66s remote-cache, linux-sandbox ... (70 actions running) [13,901 / 14,096] 374 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 68s remote-cache, linux-sandbox ... (70 actions running) [13,902 / 14,096] 374 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 46s remote-cache, linux-sandbox ... (70 actions running) [13,903 / 14,096] 374 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 48s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,906 / 14,096] 374 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 49s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,908 / 14,096] 375 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 50s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,909 / 14,096] 375 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 51s remote-cache, linux-sandbox ... (70 actions running) [13,910 / 14,096] 375 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 52s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,915 / 14,108] 375 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 54s remote-cache, linux-sandbox ... (70 actions running) [13,915 / 14,108] 375 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 55s remote-cache, linux-sandbox ... (70 actions running) [13,917 / 14,108] 375 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 56s remote-cache, linux-sandbox ... (70 actions running) [13,918 / 14,114] 375 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,925 / 14,114] 375 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,926 / 14,114] 375 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 60s remote-cache, linux-sandbox ... (70 actions running) [13,926 / 14,114] 375 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 62s remote-cache, linux-sandbox ... (70 actions running) [13,928 / 14,160] 375 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 63s remote-cache, linux-sandbox ... (70 actions running) [13,932 / 14,160] 375 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 64s remote-cache, linux-sandbox ... (70 actions running) [13,936 / 14,160] 376 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 54s remote-cache, linux-sandbox ... (70 actions running) [13,937 / 14,160] 376 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 55s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,941 / 14,160] 376 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,941 / 14,160] 376 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 58s remote-cache, linux-sandbox ... (70 actions running) [13,944 / 14,160] 376 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 59s remote-cache, linux-sandbox ... (70 actions running) [13,945 / 14,160] 377 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 60s remote-cache, linux-sandbox ... (70 actions running) [13,946 / 14,160] 377 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 61s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,947 / 14,160] 377 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 63s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,947 / 14,160] 377 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 64s remote-cache, linux-sandbox ... (70 actions running) [13,949 / 14,160] 377 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 65s remote-cache, linux-sandbox ... (69 actions running) [13,952 / 14,162] 377 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 66s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,957 / 14,162] 377 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,960 / 14,162] 377 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 69s remote-cache, linux-sandbox ... (70 actions running) [13,964 / 14,162] 377 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,965 / 14,162] 378 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 71s remote-cache, linux-sandbox ... (70 actions running) [13,970 / 14,166] 378 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,975 / 14,166] 379 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,976 / 14,166] 379 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 75s remote-cache, linux-sandbox ... (70 actions running) [13,978 / 14,166] 379 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,983 / 14,166] 380 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 78s remote-cache, linux-sandbox ... (70 actions running) [13,985 / 14,166] 380 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 79s remote-cache, linux-sandbox ... (70 actions running) [13,986 / 14,166] 380 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 80s remote-cache, linux-sandbox ... (70 actions running) [13,988 / 14,166] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 82s remote-cache, linux-sandbox ... (69 actions, 68 running) [13,991 / 14,206] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 83s remote-cache, linux-sandbox ... (69 actions running) [13,994 / 14,239] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 84s remote-cache, linux-sandbox ... (70 actions running) [13,994 / 14,239] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 85s remote-cache, linux-sandbox ... (70 actions running) [13,996 / 14,251] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 87s remote-cache, linux-sandbox ... (70 actions running) [14,003 / 14,251] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 88s remote-cache, linux-sandbox ... (70 actions running) [14,006 / 14,271] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 89s remote-cache, linux-sandbox ... (70 actions running) [14,010 / 14,271] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,013 / 14,271] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 92s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,020 / 14,273] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 93s remote-cache, linux-sandbox ... (70 actions running) [14,021 / 14,273] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 94s remote-cache, linux-sandbox ... (70 actions running) [14,023 / 14,285] 381 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 95s remote-cache, linux-sandbox ... (69 actions running) [14,027 / 14,285] 382 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 52s remote-cache, linux-sandbox ... (70 actions running) [14,031 / 14,285] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 53s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,033 / 14,285] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 54s remote-cache, linux-sandbox ... (70 actions running) [14,034 / 14,285] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 56s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,038 / 14,285] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 57s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,038 / 14,285] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 58s remote-cache, linux-sandbox ... (70 actions running) [14,040 / 14,312] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 59s remote-cache, linux-sandbox ... (70 actions running) [14,042 / 14,312] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 60s remote-cache, linux-sandbox ... (68 actions, 66 running) FAIL: //pkg/session/test/txn:txn_test (shard 4 of 8) (see /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_4_of_8/test_attempts/attempt_1.log) [14,047 / 14,312] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 62s remote-cache, linux-sandbox ... (70 actions running) [14,049 / 14,312] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 63s remote-cache, linux-sandbox ... (70 actions running) [14,054 / 14,348] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 64s remote-cache, linux-sandbox ... (70 actions running) [14,058 / 14,348] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 65s remote-cache, linux-sandbox ... (70 actions running) [14,060 / 14,348] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,064 / 14,348] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 68s remote-cache, linux-sandbox ... (70 actions running) [14,065 / 14,348] 383 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 69s remote-cache, linux-sandbox ... (70 actions running) [14,070 / 14,348] 384 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 70s remote-cache, linux-sandbox ... (70 actions running) [14,074 / 14,348] 384 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 72s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,076 / 14,348] 384 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 73s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,080 / 14,348] 384 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 56s remote-cache, linux-sandbox ... (70 actions running) [14,086 / 14,350] 384 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 57s remote-cache, linux-sandbox ... (70 actions running) [14,089 / 14,350] 384 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 58s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,090 / 14,350] 384 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 59s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,094 / 14,350] 384 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 60s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,101 / 14,350] 384 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 62s remote-cache, linux-sandbox ... (70 actions running) [14,108 / 14,350] 384 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 63s remote-cache, linux-sandbox ... (70 actions running) [14,110 / 14,350] 386 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 64s remote-cache, linux-sandbox ... (70 actions running) [14,115 / 14,350] 386 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 66s remote-cache, linux-sandbox ... (70 actions running) [14,125 / 14,350] 387 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 67s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,128 / 14,350] 387 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 68s remote-cache, linux-sandbox ... (67 actions, 66 running) [14,137 / 14,350] 387 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 69s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,141 / 14,350] 387 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 70s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,146 / 14,360] 388 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 71s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,155 / 14,369] 388 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 73s remote-cache, linux-sandbox ... (70 actions running) [14,162 / 14,369] 391 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 74s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,168 / 14,376] 391 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 75s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,171 / 14,376] 391 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 76s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,176 / 14,405] 391 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 78s remote-cache, linux-sandbox ... (70 actions running) [14,183 / 14,405] 391 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 79s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,193 / 14,418] 391 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 80s remote-cache, linux-sandbox ... (69 actions, 68 running) FLAKY: //pkg/session/test/txn:txn_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_4_of_8/test_attempts/attempt_1.log INFO: From Testing //pkg/session/test/txn:txn_test (shard 4 of 8): ==================== Test output for //pkg/session/test/txn:txn_test (shard 4 of 8): === RUN TestAutoCommitRespectsReadOnly [2024/05/06 03:55:56.069 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 03:55:56.074 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:55:56.075 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:55:56.087 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:55:56.087 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:55:56.094 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:55:56.130 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=36cb36ab-6913-4f02-8590-9a277a760b33] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 03:55:56.519 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 03:55:56.519 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 03:55:56.521 +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/session/test/txn/txn_test.TestAutoCommitRespectsReadOnly\n\tpkg/session/test/txn/txn_test.go:284\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 03:55:56.551 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=30.157678ms] [2024/05/06 03:55:56.557 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:55:56.557 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=6fae1226-754b-4a5d-8897-4060c9e19f91] [runWorker=true] [2024/05/06 03:55:56.557 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 03:55:56.557 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 03:55:56.557 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:55:56.557 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:55:56.558 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:55:56.558 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:55:56.558 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 03:55:56.558 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:55:56.559 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:55:56.558 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:55:56.559 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:55:56.559 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:55:56.559 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:55:56.559 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:55:56.559 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 03:55:56.559 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 03:55:56.559 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:55:56.567 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/06 03:55:56.602 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:55:56.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:56.602 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:55:56.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 03:55:56.683 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:56.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:56.757 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=34.509906ms] [2024/05/06 03:55:56.763 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:55:56.776 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:56.776 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 03:55:56.778 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=56.633258ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:55:56.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:56.845 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:56.585 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:56.874 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 03:55:56.874 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:56.876 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.309323423\n# Parse_time: 0\n# Compile_time: 0.000761728\n# Rewrite_time: 0.000029153\n# Optimize_time: 0\n# Wait_TS: 0.000150725\n# DB: mysql\n# Is_internal: true\n# Digest: 0a22979ad136f741465cf206b13e5717b9758dda34f7cae5a7a925f91711d6a0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse mysql;\n;"] [2024/05/06 03:55:56.878 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/06 03:55:56.913 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [user=] [2024/05/06 03:55:57.234 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:56.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:57.235 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:56.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [2024/05/06 03:55:57.291 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:56.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:57.567 +00:00] [WARN] [runaway.go:166] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:141\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:67\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1993\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1958\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1944\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1948\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:655\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:543\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:526\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:509\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:177\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:55:57.821 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=9.891763ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:57.846 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:57.846 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 03:55:57.848 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=38.435986ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:56.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:57.904 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:56.934 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:58.166 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 03:55:58.167 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:58.169 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 1.269798682\n# Parse_time: 0\n# Compile_time: 0.014512623\n# Rewrite_time: 0.0000129\n# Optimize_time: 0\n# Wait_TS: 0.000168229\n# DB: mysql\n# Is_internal: true\n# Digest: 1dcdddcae0fb6a3fa29440fed26e29fecfb2c265d457dd4657cef0ce99abd274\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:55:58.175 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2024/05/06 03:55:58.272 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:58.23 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:58.272 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:58.23 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2024/05/06 03:55:58.351 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:58.23 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:58.459 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=2.740021ms] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:58.488 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:58.488 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 03:55:58.490 +00:00] [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"=34.122131ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:58.23 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:58.558 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 03:55:58.595 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:58.23 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:58.659 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 03:55:58.659 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:58.660 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.488370761\n# Parse_time: 0\n# Compile_time: 0.002849247\n# Rewrite_time: 0.000013613\n# Optimize_time: 0\n# Wait_TS: 0.000136756\n# DB: mysql\n# Is_internal: true\n# Digest: eeb59bc0d98f65a2a5aef8eaa99596260e746b00eed183baf856558ef03533ac\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:55:58.665 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [user=] [2024/05/06 03:55:58.716 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:58.68 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:58.716 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:58.68 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [2024/05/06 03:55:58.771 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:58.68 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:58.866 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=2.15159ms] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:58.930 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:58.930 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 03:55:58.931 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=68.094209ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:58.68 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:59.010 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:58.68 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:59.081 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 03:55:59.081 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:59.083 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.420142341\n# Parse_time: 0\n# Compile_time: 0.00198894\n# Rewrite_time: 0.000017134\n# Optimize_time: 0\n# Wait_TS: 0.000136028\n# DB: mysql\n# Is_internal: true\n# Digest: 3bc9b46cf9e300a8d240915cf47216424544ed9f992c07151fba2e2cadc41632\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Warning\",\"Message\":\"BLOB/TEXT/JSON column 'Priv' can't have a default value\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:55:59.103 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [user=] [2024/05/06 03:55:59.249 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:59.119 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:59.249 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:59.119 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [2024/05/06 03:55:59.389 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:59.119 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:59.620 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=5.427479ms] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:59.634 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:59.634 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 03:55:59.636 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=22.427371ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:59.119 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:59.703 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:59.119 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:59.886 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 03:55:59.887 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:59.889 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.794947925\n# Parse_time: 0\n# Compile_time: 0.009474089\n# Rewrite_time: 0.000013183\n# Optimize_time: 0\n# Wait_TS: 0.00013307\n# DB: mysql\n# Is_internal: true\n# Digest: e02ee30435ff06e52f357a0a68828973f373118f7009cbdfbeb747a4e7d91418\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:55:59.898 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [user=] [2024/05/06 03:55:59.980 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:59.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:59.980 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:59.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [2024/05/06 03:56:00.044 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:59.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:00.171 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=3.267287ms] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:00.193 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:00.193 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 03:56:00.195 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=28.558326ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:59.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:00.285 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:59.915 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:00.370 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 03:56:00.371 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:00.372 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.478790088\n# Parse_time: 0\n# Compile_time: 0.004646992\n# Rewrite_time: 0.000019488\n# Optimize_time: 0\n# Wait_TS: 0.000171617\n# DB: mysql\n# Is_internal: true\n# Digest: 5759132672d59a4de3b27e6fbbd8f039e7489d9187962651ede26b9390589e5c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:00.381 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [user=] [2024/05/06 03:56:00.489 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:00.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:00.490 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:00.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [2024/05/06 03:56:00.547 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:00.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:00.681 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=3.354389ms] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:00.697 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:00.698 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 03:56:00.698 +00:00] [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"=20.683858ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:00.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:00.757 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:00.396 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:00.874 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 03:56:00.874 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:00.884 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.507419897\n# Parse_time: 0\n# Compile_time: 0.004005821\n# Rewrite_time: 0.000016591\n# Optimize_time: 0\n# Wait_TS: 0.000150975\n# DB: mysql\n# Is_internal: true\n# Digest: 36f214f75d4d00ba6ac1ac7b8c95c01ec9574a40c07a536b2afe7a72144551b8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:00.889 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2024/05/06 03:56:00.945 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:00.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:00.945 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:00.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2024/05/06 03:56:01.026 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:00.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:01.115 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=2.198996ms] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:01.146 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:01.146 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 03:56:01.148 +00:00] [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"=36.481994ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:00.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:01.279 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:00.907 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:01.334 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 03:56:01.334 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:01.336 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.44925803\n# Parse_time: 0\n# Compile_time: 0.001896172\n# Rewrite_time: 0.000016756\n# Optimize_time: 0\n# Wait_TS: 0.000131654\n# DB: mysql\n# Is_internal: true\n# Digest: 1b59564c29970a0a8880792322e02b7df09888f7d0a2dfc190f3ed0ff12369d4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:01.341 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2024/05/06 03:56:01.416 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:01.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:01.416 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:01.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2024/05/06 03:56:01.490 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:01.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:01.617 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=8.450441ms] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:01.634 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:01.634 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 03:56:01.634 +00:00] [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"=26.855654ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:01.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:01.751 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:01.374 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:01.814 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 03:56:01.814 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:01.817 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.478197463\n# Parse_time: 0\n# Compile_time: 0.002202535\n# Rewrite_time: 0.000015671\n# Optimize_time: 0\n# Wait_TS: 0.00047603\n# DB: mysql\n# Is_internal: true\n# Digest: ade124588c0253b12ce82702300a98a0ff778787142ce450039efbd6347664dc\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:01.853 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2024/05/06 03:56:01.923 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:01.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:01.923 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:01.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2024/05/06 03:56:01.984 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:01.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:02.134 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=2.536247ms] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:02.148 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:02.148 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 03:56:02.149 +00:00] [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"=18.385785ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:01.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:02.213 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:01.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:02.283 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 03:56:02.284 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:02.286 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.461696215\n# Parse_time: 0\n# Compile_time: 0.028837503\n# Rewrite_time: 0.000018549\n# Optimize_time: 0\n# Wait_TS: 0.000187422\n# DB: mysql\n# Is_internal: true\n# Digest: be740d9d66f07e7842e3b48027d6fb3ef54623295384e63dcbf3e1c8a9f15c10\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:02.304 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2024/05/06 03:56:02.375 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:02.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:02.375 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:02.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2024/05/06 03:56:02.484 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:02.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:02.596 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=2.876102ms] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:02.611 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:02.611 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 03:56:02.612 +00:00] [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"=20.22036ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:02.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:02.715 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:02.32 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:02.787 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 03:56:02.787 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:02.789 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.488227149\n# Parse_time: 0\n# Compile_time: 0.003290431\n# Rewrite_time: 0.000017606\n# Optimize_time: 0\n# Wait_TS: 0.000148852\n# DB: mysql\n# Is_internal: true\n# Digest: 2db2929397c955d277d1b5400209b98787aa0797f979b9c213e3924c27b82ea9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:02.800 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 03:56:02.802 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:56:02.933 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:02.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:02.933 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:02.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 03:56:02.984 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:02.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:03.174 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=4.033113ms] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:03.188 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:03.189 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 03:56:03.189 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=20.21234ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:02.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:03.300 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:02.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:03.398 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 03:56:03.398 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:03.400 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.603947773\n# Parse_time: 0\n# Compile_time: 0.004697831\n# Rewrite_time: 0.000016502\n# Optimize_time: 0\n# Wait_TS: 0.000126606\n# DB: mysql\n# Is_internal: true\n# Digest: e038e634a5f1b7e5429d1252be7edf0ffb0922e8636032b9c68fd59f0484f6ef\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:03.410 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2024/05/06 03:56:03.504 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:03.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:03.504 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:03.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2024/05/06 03:56:03.605 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:03.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:03.747 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=3.583602ms] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:03.762 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:03.762 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 03:56:03.762 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=20.073253ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:03.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:03.882 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:03.428 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:03.959 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 03:56:03.960 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:03.961 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.554676976\n# Parse_time: 0\n# Compile_time: 0.003753506\n# Rewrite_time: 0.000014904\n# Optimize_time: 0\n# Wait_TS: 0.00014283\n# DB: mysql\n# Is_internal: true\n# Digest: 84a28596914df45e10de865c11a515d8595f2c38a422f5c8d8fb86a470ba5cad\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:03.988 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2024/05/06 03:56:04.048 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:04.003 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:04.049 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:04.003 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2024/05/06 03:56:04.143 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:04.003 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:04.237 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=2.514425ms] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:04.251 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:04.251 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 03:56:04.251 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=18.222857ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:04.003 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:04.357 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:04.003 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:04.429 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 03:56:04.430 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:04.431 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.465597735\n# Parse_time: 0\n# Compile_time: 0.022411724\n# Rewrite_time: 0.000019007\n# Optimize_time: 0\n# Wait_TS: 0.000227051\n# DB: mysql\n# Is_internal: true\n# Digest: 4407fc98c36858aed19a41d8ab6383e7885e71a2edd2716950a8847ee0c4ccd2\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:04.438 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2024/05/06 03:56:04.497 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:04.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:04.497 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:04.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2024/05/06 03:56:04.568 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:04.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:04.666 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=2.333596ms] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:04.681 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:04.682 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 03:56:04.682 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=19.013081ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:04.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:04.790 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:04.451 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:04.859 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 03:56:04.860 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:04.862 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.426855273\n# Parse_time: 0\n# Compile_time: 0.00301079\n# Rewrite_time: 0.000014454\n# Optimize_time: 0\n# Wait_TS: 0.000116213\n# DB: mysql\n# Is_internal: true\n# Digest: 6f80e6944eacefde08a31e8364b171d37e77c4bebc7757ae375b47812ca371cb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:04.873 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 03:56:04.935 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:04.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:04.935 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:04.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2024/05/06 03:56:05.007 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:04.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:05.116 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=2.392143ms] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:05.128 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:05.128 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 03:56:05.128 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=15.917487ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:04.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:05.230 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:04.886 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:05.286 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 03:56:05.286 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:05.287 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.417239411\n# Parse_time: 0\n# Compile_time: 0.002503743\n# Rewrite_time: 0.000015907\n# Optimize_time: 0\n# Wait_TS: 0.000142576\n# DB: mysql\n# Is_internal: true\n# Digest: ae00140f19e8173091b9a44ece06f4d51ecf640b3c9c924a7be8a7394182215f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:05.297 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2024/05/06 03:56:05.350 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:05.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:05.350 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:05.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2024/05/06 03:56:05.401 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:05.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:05.479 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=2.060987ms] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:05.492 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:05.492 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 03:56:05.493 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=16.323498ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:05.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:05.543 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:05.311 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:05.622 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 03:56:05.622 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:05.624 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.330552905\n# Parse_time: 0\n# Compile_time: 0.003419478\n# Rewrite_time: 0.000013975\n# Optimize_time: 0\n# Wait_TS: 0.000150312\n# DB: mysql\n# Is_internal: true\n# Digest: b0ac22a8699b953eeb48be3f830e94a20801551f37159b586c40d30dc883661d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:05.630 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [user=] [2024/05/06 03:56:05.683 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:05.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:05.683 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:05.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [2024/05/06 03:56:05.747 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:05.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:05.854 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=2.345002ms] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:05.869 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:05.869 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 03:56:05.871 +00:00] [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"=20.696308ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:05.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:05.975 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:05.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:06.037 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 03:56:06.037 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:06.039 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.411147435\n# Parse_time: 0\n# Compile_time: 0.002529165\n# Rewrite_time: 0.000010742\n# Optimize_time: 0\n# Wait_TS: 0.000131417\n# DB: mysql\n# Is_internal: true\n# Digest: 9e6b544fb0287e9d8a74031560ed0cd6a5b4e54db073b893a68a76b05d929781\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:06.050 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 03:56:06.143 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:06.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:06.144 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:06.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 03:56:06.219 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:06.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:06.376 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=3.656257ms] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:06.392 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:06.392 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 03:56:06.392 +00:00] [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"=20.146051ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:06.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:06.441 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:06.065 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:06.535 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 03:56:06.535 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:06.537 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.491058992\n# Parse_time: 0\n# Compile_time: 0.004637411\n# Rewrite_time: 0.000015078\n# Optimize_time: 0\n# Wait_TS: 0.000150793\n# DB: mysql\n# Is_internal: true\n# Digest: 906c8d2d8937c4ba0f1e3f03de3e50407e0940fb66383a443b19d383373b2bb9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:06.557 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 03:56:06.616 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:06.569 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:06.617 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:06.569 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 03:56:06.664 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:06.569 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:06.763 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=1.799419ms] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:06.777 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:06.777 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 03:56:06.779 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=18.313133ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:06.569 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:06.879 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:06.569 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:06.947 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 03:56:06.947 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:06.949 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.394595921\n# Parse_time: 0\n# Compile_time: 0.002202254\n# Rewrite_time: 0.000011337\n# Optimize_time: 0\n# Wait_TS: 0.000123873\n# DB: mysql\n# Is_internal: true\n# Digest: df1a9dde39341a07eb2fb8ef599e6652770203b79af3e1800917053820a3b51c\n# Num_cop_tasks: 0\n# Mem_max: 4096\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:06.953 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2024/05/06 03:56:07.024 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:06.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:07.024 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:06.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2024/05/06 03:56:07.105 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:06.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:07.169 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=1.52931ms] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:07.182 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:07.182 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 03:56:07.184 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=16.960199ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:06.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:07.277 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:06.974 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:07.331 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 03:56:07.331 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:07.332 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.380997401\n# Parse_time: 0\n# Compile_time: 0.001908222\n# Rewrite_time: 0.000014347\n# Optimize_time: 0\n# Wait_TS: 0.000145716\n# DB: mysql\n# Is_internal: true\n# Digest: 988ff7e96344f475621bfec9765ba7b507e76d86daa1e3fdf0f9eadbd538afd0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:07.335 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2024/05/06 03:56:07.388 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:07.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:07.388 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:07.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2024/05/06 03:56:07.472 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:07.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:07.524 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=1.159193ms] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:07.537 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:07.538 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 03:56:07.538 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=16.061331ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:07.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:07.649 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:07.356 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:07.692 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 03:56:07.693 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:07.694 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.360162614\n# Parse_time: 0\n# Compile_time: 0.001548992\n# Rewrite_time: 0.000016529\n# Optimize_time: 0\n# Wait_TS: 0.00015177\n# DB: mysql\n# Is_internal: true\n# Digest: 58329d63c08bcbc761a6b408e882dc874ae0220c9a2aaaeab91d992543fef52b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:07.701 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2024/05/06 03:56:07.790 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:07.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:07.790 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:07.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2024/05/06 03:56:07.853 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:07.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:07.972 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=2.739706ms] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:07.987 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:07.987 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 03:56:07.987 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=18.797631ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:07.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:08.098 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:07.716 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:08.176 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 03:56:08.177 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:08.178 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.480363442\n# Parse_time: 0\n# Compile_time: 0.003564564\n# Rewrite_time: 0.00001573\n# Optimize_time: 0\n# Wait_TS: 0.000124735\n# DB: mysql\n# Is_internal: true\n# Digest: 9c4f6672f019f6d6c588a6b2eb00b13f041ee54cb97f253f85d7ae52df9d23c6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:08.182 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 03:56:08.236 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:08.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:08.236 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:08.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 03:56:08.308 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:08.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:08.396 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=2.459169ms] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:08.410 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:08.410 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 03:56:08.411 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=18.948069ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:08.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:08.518 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:08.195 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:08.571 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 03:56:08.571 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:08.573 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.392397649\n# Parse_time: 0\n# Compile_time: 0.001625854\n# Rewrite_time: 0.000012007\n# Optimize_time: 0\n# Wait_TS: 0.000120899\n# DB: mysql\n# Is_internal: true\n# Digest: 9e692f90f6e351e4eecf3fbff7177acf0a166d0cd79badb0ce0ced2bb754eb99\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:08.580 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [user=] [2024/05/06 03:56:08.641 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:08.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:08.642 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:08.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [2024/05/06 03:56:08.713 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:08.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:08.803 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=2.435869ms] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:08.819 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:08.819 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 03:56:08.820 +00:00] [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"=20.055793ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:08.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:08.941 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:08.595 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:09.022 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 03:56:09.023 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:09.026 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.44841298\n# Parse_time: 0\n# Compile_time: 0.002840514\n# Rewrite_time: 0.000016522\n# Optimize_time: 0\n# Wait_TS: 0.000150523\n# DB: mysql\n# Is_internal: true\n# Digest: fb2ab8d9eb87bcf45e5bc65e3dbe38a6d629c319d70fb6f44a741534bb3455a6\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:09.034 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2024/05/06 03:56:09.094 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:09.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:09.094 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:09.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2024/05/06 03:56:09.153 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:09.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:09.219 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=1.804197ms] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:09.234 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:09.234 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 03:56:09.235 +00:00] [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"=18.220818ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:09.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:09.335 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:09.049 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:09.400 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 03:56:09.401 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:09.402 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.371223638\n# Parse_time: 0\n# Compile_time: 0.003302008\n# Rewrite_time: 0.00001842\n# Optimize_time: 0\n# Wait_TS: 0.000236934\n# DB: mysql\n# Is_internal: true\n# Digest: 1fac41a3d4a89e3e4da2393e1f69d1aacfec8886db749d6329e9bf677df777b8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:09.406 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2024/05/06 03:56:09.470 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:09.418 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:09.470 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:09.418 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2024/05/06 03:56:09.525 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:09.418 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:09.606 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=2.337163ms] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:09.621 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:09.621 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 03:56:09.623 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=20.364308ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:09.418 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:09.711 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:09.418 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:09.789 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 03:56:09.790 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:09.792 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.38744195\n# Parse_time: 0\n# Compile_time: 0.001665852\n# Rewrite_time: 0.000013251\n# Optimize_time: 0\n# Wait_TS: 0.00013721\n# DB: mysql\n# Is_internal: true\n# Digest: 06962f34c69b85ab590c2556bdffd68d7705d56a70a3b0522b0ba5bc55363fd3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:09.798 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2024/05/06 03:56:09.852 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:09.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:09.852 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:09.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2024/05/06 03:56:09.930 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:09.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:10.016 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=2.134487ms] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:10.030 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:10.030 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 03:56:10.031 +00:00] [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"=18.313409ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:09.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:10.095 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:09.812 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:10.148 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 03:56:10.148 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:10.150 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.353926905\n# Parse_time: 0\n# Compile_time: 0.002686104\n# Rewrite_time: 0.000014258\n# Optimize_time: 0\n# Wait_TS: 0.000147494\n# DB: mysql\n# Is_internal: true\n# Digest: a30fd7e284f356f111cb15459926cdbebb3d6f24c950b6f3b9729d8b5f13ee4f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:10.158 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2024/05/06 03:56:10.160 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:56:10.229 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:10.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:10.229 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:10.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2024/05/06 03:56:10.287 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:10.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:10.388 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=2.820939ms] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:10.401 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:10.401 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 03:56:10.402 +00:00] [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"=18.606249ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:10.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:10.517 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:10.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:10.604 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 03:56:10.604 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:10.606 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.451715934\n# Parse_time: 0\n# Compile_time: 0.003569409\n# Rewrite_time: 0.00001424\n# Optimize_time: 0\n# Wait_TS: 0.000146946\n# DB: mysql\n# Is_internal: true\n# Digest: c862b6db4c0b104bd6ade1db78bbe1f6a12a30584d750044f3eec57a1a86580e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:10.615 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 03:56:10.701 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:10.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:10.701 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:10.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 03:56:10.800 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:10.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:10.932 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=3.174373ms] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:10.948 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:10.948 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 03:56:10.949 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=20.90164ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:10.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:11.056 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:10.627 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:11.138 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 03:56:11.138 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:11.140 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.528666813\n# Parse_time: 0\n# Compile_time: 0.004083113\n# Rewrite_time: 0.000016672\n# Optimize_time: 0\n# Wait_TS: 0.000149591\n# DB: mysql\n# Is_internal: true\n# Digest: eceb528bf68c7d9b100b120b5113005ea7f5a4c6c1f4834403330ff156d0a3aa\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:11.158 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 03:56:11.235 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:11.173 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:11.235 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:11.173 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 03:56:11.290 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:11.173 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:11.417 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=3.329949ms] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:11.433 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:11.433 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 03:56:11.434 +00:00] [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"=22.132858ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:11.173 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:11.578 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:11.173 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:11.654 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 03:56:11.654 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:11.656 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.511332638\n# Parse_time: 0\n# Compile_time: 0.013641991\n# Rewrite_time: 0.000014722\n# Optimize_time: 0\n# Wait_TS: 0.000168833\n# DB: mysql\n# Is_internal: true\n# Digest: 752363602773b9b875eec93769301ada55a059e0b28c5434de98fdbbc6af54cb\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:11.669 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=] [2024/05/06 03:56:11.788 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:11.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:11.789 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:11.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [2024/05/06 03:56:11.943 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:11.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:12.107 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=3.939066ms] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:12.122 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:12.122 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 03:56:12.123 +00:00] [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"=20.05958ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:11.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:12.225 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:11.703 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:12.333 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 03:56:12.333 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:12.337 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.673196374\n# Parse_time: 0\n# Compile_time: 0.005667464\n# Rewrite_time: 0.00001183\n# Optimize_time: 0\n# Wait_TS: 0.000112568\n# DB: mysql\n# Is_internal: true\n# Digest: 1127cc15f332cc4c1c6b97d06d92880902c2f7e015188cc29392a62748dd8ae0\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:12.340 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2024/05/06 03:56:12.431 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:12.359 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:12.431 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:12.359 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2024/05/06 03:56:12.475 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:12.359 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:12.533 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=1.367005ms] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:12.553 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:12.553 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 03:56:12.553 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=22.173653ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:12.359 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:12.658 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:12.359 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:12.722 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 03:56:12.722 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:12.724 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.385167298\n# Parse_time: 0\n# Compile_time: 0.001522592\n# Rewrite_time: 0.000015334\n# Optimize_time: 0\n# Wait_TS: 0.000156061\n# DB: mysql\n# Is_internal: true\n# Digest: 6eab04864600dfa37145d44689995984eecc83e3dc6ce49c1e75d23567f8bac3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:12.855 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 03:56:12.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:12.855 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 03:56:12.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), ',') != 0\n\t);"] [2024/05/06 03:56:12.961 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:12.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:13.092 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=2.761411ms] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 03:56:13.107 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:13.107 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 03:56:13.107 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=18.630345ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 03:56:12.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:13.228 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:12.79 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:13.312 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 03:56:13.313 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:13.314 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.552346882\n# Parse_time: 0\n# Compile_time: 0.011571456\n# Rewrite_time: 0.005728136\n# Optimize_time: 0\n# Wait_TS: 0.00020343\n# DB: mysql\n# Is_internal: true\n# Digest: 96862a845511a9a5adb6aee43dd8eb50968e12bb7d22d4585df8d692780c2f3e\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:13.322 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=34] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2024/05/06 03:56:13.398 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:13.337 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:13.398 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:13.337 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2024/05/06 03:56:13.444 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:13.337 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:13.544 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=2.532541ms] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:13.558 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:13.558 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 03:56:13.564 +00:00] [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"=22.906552ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:13.337 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:13.658 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:13.337 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:13.746 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 03:56:13.747 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:13.748 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.429752484\n# Parse_time: 0\n# Compile_time: 0.004028267\n# Rewrite_time: 0.000014258\n# Optimize_time: 0\n# Wait_TS: 0.000128527\n# DB: mysql\n# Is_internal: true\n# Digest: d88a70e9c5bb5a28f5a1d1f52613093328fd73c5e78668fab2b1a9c260ab506b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:13.753 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2024/05/06 03:56:13.813 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:13.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:13.813 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:13.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2024/05/06 03:56:13.895 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:13.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:13.975 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=2.230381ms] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:13.988 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:13.988 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 03:56:13.990 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=18.333719ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:13.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:14.051 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:13.767 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:14.101 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 03:56:14.101 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:14.108 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.356736331\n# Parse_time: 0\n# Compile_time: 0.00242075\n# Rewrite_time: 0.00001367\n# Optimize_time: 0\n# Wait_TS: 0.000141368\n# DB: mysql\n# Is_internal: true\n# Digest: 1ce2bb4fd69df5a5aeb254910aeeab700c1408b8c2de8f7dbe3ebbc11a4b1542\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:14.115 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2024/05/06 03:56:14.177 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:14.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:14.177 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:14.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2024/05/06 03:56:14.242 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:14.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:14.327 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=2.336326ms] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:14.341 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:14.341 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 03:56:14.342 +00:00] [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"=28.137488ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:14.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:14.421 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:14.127 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:14.481 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 03:56:14.481 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:14.483 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.370319771\n# Parse_time: 0\n# Compile_time: 0.002337429\n# Rewrite_time: 0.00001089\n# Optimize_time: 0\n# Wait_TS: 0.000132242\n# DB: mysql\n# Is_internal: true\n# Digest: f2c0bd78cfe8f7e6b4f8b30f83a48ff4c49a1a9de1c1a0c721ec3561ac42865a\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:14.498 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2024/05/06 03:56:14.632 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:14.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:14.633 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:14.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2024/05/06 03:56:14.690 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:14.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:14.881 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=4.829327ms] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:14.895 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:14.896 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 03:56:14.896 +00:00] [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"=20.383856ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:14.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:15.025 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:14.512 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:15.144 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 03:56:15.144 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:15.147 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.654780071\n# Parse_time: 0\n# Compile_time: 0.006286463\n# Rewrite_time: 0.000023657\n# Optimize_time: 0\n# Wait_TS: 0.000169748\n# DB: mysql\n# Is_internal: true\n# Digest: 923db1cc9d609e172ea493293255661f5a9679f95604192db50211d133741170\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:15.157 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2024/05/06 03:56:15.255 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:15.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:15.256 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:15.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2024/05/06 03:56:15.346 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:15.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:15.546 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=4.16158ms] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:15.564 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:15.564 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 03:56:15.564 +00:00] [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"=22.979687ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:15.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:15.680 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:15.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:15.795 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 03:56:15.795 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:15.797 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.644848083\n# Parse_time: 0\n# Compile_time: 0.004701775\n# Rewrite_time: 0.000015566\n# Optimize_time: 0\n# Wait_TS: 0.000153688\n# DB: mysql\n# Is_internal: true\n# Digest: 99a5c0e89a0b881a0fa10de262495ae25955edb2a7ef8776054ab57aca80e0d7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:15.810 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2024/05/06 03:56:15.921 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:15.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:15.922 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:15.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2024/05/06 03:56:15.998 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:15.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:16.199 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=4.943905ms] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:16.216 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:16.216 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 03:56:16.221 +00:00] [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"=28.755403ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:15.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:16.328 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:15.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:16.471 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 03:56:16.472 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:16.474 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.669973922\n# Parse_time: 0\n# Compile_time: 0.006632984\n# Rewrite_time: 0.000011091\n# Optimize_time: 0\n# Wait_TS: 0.000115261\n# DB: mysql\n# Is_internal: true\n# Digest: a59d1fe47cade4697d39b0374d27cfee2fa302a4c752a5ae5073cecda386a0e8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:16.486 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 03:56:16.606 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:16.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:16.606 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:16.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 03:56:16.672 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:16.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:16.853 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=4.346109ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:16.867 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:16.867 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 03:56:16.868 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=20.279498ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:16.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:16.969 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:16.502 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:17.084 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 03:56:17.084 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:17.086 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.604725905\n# Parse_time: 0\n# Compile_time: 0.004505556\n# Rewrite_time: 0.000030181\n# Optimize_time: 0\n# Wait_TS: 0.00015587\n# DB: mysql\n# Is_internal: true\n# Digest: 8b936e70dba13ed841799b00055530a734435802a5e9b11c1092357e8a0974ea\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:17.096 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 03:56:17.219 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:17.112 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:17.219 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:17.112 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 03:56:17.305 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:17.112 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:17.488 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=3.848923ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:17.500 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:17.500 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 03:56:17.502 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=19.096982ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:17.112 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:17.612 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:17.112 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:17.720 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 03:56:17.720 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:17.722 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.630231162\n# Parse_time: 0\n# Compile_time: 0.004370198\n# Rewrite_time: 0.000017617\n# Optimize_time: 0\n# Wait_TS: 0.000131843\n# DB: mysql\n# Is_internal: true\n# Digest: 666f922981f05f40c7604fdcedd884ec9f6dd414d45b0b8215b19cbf33205685\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:17.734 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2024/05/06 03:56:17.841 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:17.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:17.841 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:17.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2024/05/06 03:56:17.893 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:17.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:18.094 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=3.255631ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:18.106 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:18.106 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 03:56:18.106 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=16.506031ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:17.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:18.220 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:17.75 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:18.335 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 03:56:18.335 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:18.337 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.60832206\n# Parse_time: 0\n# Compile_time: 0.005494167\n# Rewrite_time: 0.00001413\n# Optimize_time: 0\n# Wait_TS: 0.000130468\n# DB: mysql\n# Is_internal: true\n# Digest: 1865863db4761960f0296bcf5386c3bb0c98aa299ac12888aa8054dc66681ee3\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:18.347 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 03:56:18.433 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:18.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:18.434 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:18.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 03:56:18.478 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:18.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:18.616 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=2.740615ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:18.628 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:18.628 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 03:56:18.630 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=16.983731ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:18.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:18.716 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:18.362 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:18.798 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 03:56:18.798 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:18.800 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.456765357\n# Parse_time: 0\n# Compile_time: 0.004465535\n# Rewrite_time: 0.000016072\n# Optimize_time: 0\n# Wait_TS: 0.000151872\n# DB: mysql\n# Is_internal: true\n# Digest: a2de40f38c40a12cca2de8ba7dffa75407607354a3f9335d67717fa5648c5128\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:18.809 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 03:56:18.909 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:18.822 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:18.910 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:18.822 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 03:56:18.974 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:18.822 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:19.095 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=2.896742ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:19.110 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:19.110 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 03:56:19.112 +00:00] [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"=20.105953ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:18.822 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:19.172 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:18.822 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:19.266 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 03:56:19.266 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:19.268 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.463341422\n# Parse_time: 0\n# Compile_time: 0.003806046\n# Rewrite_time: 0.000014846\n# Optimize_time: 0\n# Wait_TS: 0.000143239\n# DB: mysql\n# Is_internal: true\n# Digest: 138d4c5637e5b37a1254d33767e808750320baffba8200a31ad2008bb2b5df97\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:19.283 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2024/05/06 03:56:19.440 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:19.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:19.440 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:19.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2024/05/06 03:56:19.486 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:19.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:19.736 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=4.899094ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:19.749 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:19.750 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 03:56:19.752 +00:00] [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"=22.098108ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:19.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:19.874 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:19.326 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:20.042 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 03:56:20.043 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:20.045 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.76844775\n# Parse_time: 0\n# Compile_time: 0.006469296\n# Rewrite_time: 0.00001476\n# Optimize_time: 0\n# Wait_TS: 0.000148401\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:20.055 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 03:56:20.132 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:20.069 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:20.132 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:20.069 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 03:56:20.240 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:20.069 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:20.432 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=3.242044ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:20.446 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:20.446 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 03:56:20.448 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=20.157819ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:20.069 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:20.507 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:20.069 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:20.589 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 03:56:20.589 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 03:56:20.589 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 03:56:20.589 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:56:20.600 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 03:56:20.600 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:20.602 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.551376716\n# Parse_time: 0\n# Compile_time: 0.003895839\n# Rewrite_time: 0.000014448\n# Optimize_time: 0\n# Wait_TS: 0.000150486\n# DB: mysql\n# Is_internal: true\n# Digest: 18ab068c70cca87bd99eadc5e483c12b4b41273470a58870b5f4e6eaf6322ce4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:20.607 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2024/05/06 03:56:20.663 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:20.622 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:20.664 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:20.622 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2024/05/06 03:56:20.744 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:20.622 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:20.836 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=2.102758ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:20.852 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:20.852 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 03:56:20.853 +00:00] [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"=20.141071ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:20.622 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:20.968 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:20.622 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:21.033 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 03:56:21.033 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:21.035 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.430135786\n# Parse_time: 0\n# Compile_time: 0.0022056\n# Rewrite_time: 0.000013023\n# Optimize_time: 0\n# Wait_TS: 0.00013986\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:21.041 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2024/05/06 03:56:21.115 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:21.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:21.115 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:21.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2024/05/06 03:56:21.190 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:21.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:21.283 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=2.379775ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:21.297 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:21.297 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 03:56:21.298 +00:00] [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"=18.298946ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:21.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:21.356 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:21.055 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:21.421 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 03:56:21.421 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:21.423 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.383927221\n# Parse_time: 0\n# Compile_time: 0.002719178\n# Rewrite_time: 0.000014796\n# Optimize_time: 0\n# Wait_TS: 0.000124203\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:21.425 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2024/05/06 03:56:21.453 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:56:21.438 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:21.453 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:56:21.438 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 03:56:21.549 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:21.438 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:21.592 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=489.965ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 03:56:21.611 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:21.611 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 03:56:21.612 +00:00] [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"=34.619974ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:56:21.438 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:21.665 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:21.438 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:21.697 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 03:56:21.697 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:21.793 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 03:56:21.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:21.793 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 03:56:21.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2024/05/06 03:56:21.865 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:21.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:21.961 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=1.574393ms] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 03:56:21.973 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:56:21.973 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 03:56:21.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=51] ["take time"=16.227849ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 03:56:21.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:22.091 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:21.722 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:22.143 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 03:56:22.143 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:22.145 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.442689181\n# Parse_time: 0\n# Compile_time: 0.006025817\n# Rewrite_time: 0.002945353\n# Optimize_time: 0\n# Wait_TS: 0.000150605\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"] [2024/05/06 03:56:22.993 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449568514283143168\n# Query_time: 0.59000497\n# Parse_time: 0\n# Compile_time: 0.292639617\n# Rewrite_time: 0.008541056\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Num_cop_tasks: 0\n# Mem_max: 360062\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('pQPwPDAJMjdfMQkwCTAJTi9BCTAJdGltZToyNzkuNW1zLCBsb29wczoxLCBwcmVwYXJlOiB7dG90YWw6IDQ3LjEBIkxhdXRvX2lkX2FsbG9jYXRvcjogewUMZF9jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0AUEAXwlouDE2LjHCtXN9LCBjb21taXRfdHhuOiB7cHJld3JpdGU6NDU4LjfCtXMsIGdldF9jDSQUczoxMy45BRcJNxQ6NDg5LjgFERxzbG93ZXN0XxFDBXYAIBG2YDAuMDAwcywgcmVnaW9uX2lkOiAyLCBzdG8B2wUHCDEsIBmOGHByaW1hcnnWRAANZAhudW0B9gXQDF9rZXklTwkOnGJ5dGU6MzJ9fX0sIGluc2VydDoyMzIuNG1zCTEwMy42IEtCCU4vQQo=')\n# Resource_group: default\n;"] [2024/05/06 03:56:23.215 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=26.655117186s] [2024/05/06 03:56:23.267 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=6fae1226-754b-4a5d-8897-4060c9e19f91] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 03:56:23.267 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:56:23.267 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=29.854ยตs] [2024/05/06 03:56:23.267 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=13.006ยตs] [2024/05/06 03:56:23.267 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=11.699ยตs] [2024/05/06 03:56:23.267 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=16.399ยตs] [2024/05/06 03:56:23.267 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:56:23.268 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=19.481ยตs] [2024/05/06 03:56:23.268 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:56:23.268 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 03:56:23.268 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 03:56:23.319 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=6fae1226-754b-4a5d-8897-4060c9e19f91] ["take time"=99.593102ms] [2024/05/06 03:56:23.319 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=6fae1226-754b-4a5d-8897-4060c9e19f91] [2024/05/06 03:56:23.319 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 03:56:23.319 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:56:23.319 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 03:56:23.319 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:56:23.320 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 03:56:23.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:56:23.320 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 03:56:23.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:56:23.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 03:56:23.320 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 03:56:23.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:56:23.320 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 03:56:23.320 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:56:23.326 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 03:56:23.326 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:56:23.327 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=107.591488ms] [2024/05/06 03:56:23.327 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=36cb36ab-6913-4f02-8590-9a277a760b33] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 03:56:23.561 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 03:56:23.561 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 03:56:23.705 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=141.432373ms] [2024/05/06 03:56:23.710 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:56:23.710 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=0350fb9d-8db1-470e-ad7c-d707c91803d6] [runWorker=true] [2024/05/06 03:56:23.710 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 03:56:23.711 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 03:56:23.711 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 03:56:23.711 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:56:23.711 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:56:23.711 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:56:23.711 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:56:23.711 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:56:23.711 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:56:23.712 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:56:23.711 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:56:23.712 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:56:23.712 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 03:56:23.712 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:56:23.712 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:56:23.712 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:56:23.712 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 03:56:23.741 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 03:56:23.742 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 03:56:23.783 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/06 03:56:23.785 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 03:56:23.932 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 03:56:23.978 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 03:56:23.995 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 03:56:23.997 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 03:56:24.000 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 03:56:24.000 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 03:56:24.004 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 03:56:24.007 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 03:56:24.015 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 03:56:24.015 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 03:56:24.020 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 03:56:24.020 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 03:56:24.020 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 03:56:24.094 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.100 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=] [sql="create table test.auto_commit_test (a int)"] [user=root@%] [2024/05/06 03:56:24.137 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:24.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:56:24.137 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:24.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table test.auto_commit_test (a int)"] [2024/05/06 03:56:24.225 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:24.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:24.746 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 03:56:24.746 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 03:56:24.746 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 03:56:24.746 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:56:24.817 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=51] ["start time"=603.504151ms] [2024/05/06 03:56:24.879 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:56:24.880 +00:00] [WARN] [domain.go:647] ["loading schema takes a long time"] ["take time"=667.459691ms] [2024/05/06 03:56:24.897 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=1.806729ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:56:24.917 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 03:56:24.920 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=651.839424ms] [job="ID:105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 03:56:24.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:25.017 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 03:56:24.113 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:56:25.022 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 03:56:25.022 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 03:56:25.041 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/06 03:56:25.061 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/06 03:56:25.061 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/06 03:56:25.061 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/06 03:56:25.061 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/06 03:56:25.085 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 03:56:25.085 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:56:25.087 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.98790383\n# Parse_time: 0.000547389\n# Compile_time: 0.001059009\n# Rewrite_time: 0.0000777\n# Optimize_time: 0.0005994\n# Wait_TS: 0.000101025\n# Is_internal: false\n# Digest: 2a2e85e46b07d28963b702e709f6cca7212e4787b8bbad18e8ed4320e19a521c\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\ncreate table test.auto_commit_test (a int);"] POTENTIAL DEADLOCK: Recursive locking: current goroutine 12 lock 0xc006e602c8 pkg/domain/sysvar_cache.go:120 domain.(*Domain).rebuildSysVarCache ??? <<<<< pkg/domain/sysvar_cache.go:119 domain.(*Domain).rebuildSysVarCache ??? pkg/domain/domain.go:2605 domain.(*Domain).NotifyUpdateSysVarCache ??? pkg/session/session.go:1282 session.(*session).replaceGlobalVariablesTableValue ??? pkg/session/session.go:1343 session.(*session).SetGlobalSysVar ??? pkg/sessionctx/variable/sysvar.go:823 variable.glob..func164 ??? pkg/domain/sysvar_cache.go:146 domain.(*Domain).rebuildSysVarCache ??? pkg/domain/domain.go:2605 domain.(*Domain).NotifyUpdateSysVarCache ??? pkg/session/session.go:1282 session.(*session).replaceGlobalVariablesTableValue ??? pkg/session/session.go:1343 session.(*session).SetGlobalSysVar ??? pkg/executor/set.go:155 executor.(*SetExecutor).setSysVariable ??? pkg/executor/set.go:104 executor.(*SetExecutor).Next ??? pkg/executor/internal/exec/executor.go:409 exec.Next ??? pkg/executor/adapter.go:1212 executor.(*ExecStmt).next ??? pkg/executor/adapter.go:960 executor.(*ExecStmt).handleNoDelayExecutor ??? pkg/executor/adapter.go:794 executor.(*ExecStmt).handleNoDelay ??? pkg/executor/adapter.go:558 executor.(*ExecStmt).Exec ??? pkg/session/session.go:2279 session.runStmt ??? pkg/session/session.go:2157 session.(*session).ExecuteStmt ??? pkg/testkit/testkit.go:401 testkit.(*TestKit).ExecWithContext ??? external/com_github_pingcap_errors/juju_adaptor.go:112 errors.ErrorStack ??? pkg/testkit/testkit.go:157 testkit.(*TestKit).MustExec ??? pkg/session/test/txn/txn_test.go:298 txn_test.TestAutoCommitRespectsReadOnly ??? Previous place where the lock was grabbed (same goroutine) pkg/domain/sysvar_cache.go:120 domain.(*Domain).rebuildSysVarCache ??? <<<<< pkg/domain/sysvar_cache.go:119 domain.(*Domain).rebuildSysVarCache ??? pkg/domain/domain.go:2605 domain.(*Domain).NotifyUpdateSysVarCache ??? pkg/session/session.go:1282 session.(*session).replaceGlobalVariablesTableValue ??? pkg/session/session.go:1343 session.(*session).SetGlobalSysVar ??? pkg/executor/set.go:155 executor.(*SetExecutor).setSysVariable ??? pkg/executor/set.go:104 executor.(*SetExecutor).Next ??? pkg/executor/internal/exec/executor.go:409 exec.Next ??? pkg/executor/adapter.go:1212 executor.(*ExecStmt).next ??? pkg/executor/adapter.go:960 executor.(*ExecStmt).handleNoDelayExecutor ??? pkg/executor/adapter.go:794 executor.(*ExecStmt).handleNoDelay ??? pkg/executor/adapter.go:558 executor.(*ExecStmt).Exec ??? pkg/session/session.go:2279 session.runStmt ??? pkg/session/session.go:2157 session.(*session).ExecuteStmt ??? pkg/testkit/testkit.go:401 testkit.(*TestKit).ExecWithContext ??? external/com_github_pingcap_errors/juju_adaptor.go:112 errors.ErrorStack ??? pkg/testkit/testkit.go:157 testkit.(*TestKit).MustExec ??? pkg/session/test/txn/txn_test.go:298 txn_test.TestAutoCommitRespectsReadOnly ??? -- Coverage runner: Not collecting coverage for failed test. The following commands failed with status 2 /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/12993/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/session/test/txn/txn_test_/txn_test.runfiles/__main__/pkg/session/test/txn/txn_test_/txn_test ================================================================================ [14,194 / 14,418] 392 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 81s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,201 / 14,420] 392 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 83s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,205 / 14,420] 393 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 84s remote-cache, linux-sandbox ... (70 actions running) [14,221 / 14,457] 394 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 85s remote-cache, linux-sandbox ... (70 actions running) [14,228 / 14,457] 394 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 87s remote-cache, linux-sandbox ... (70 actions running) [14,236 / 14,457] 394 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 88s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,236 / 14,457] 395 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 89s remote-cache, linux-sandbox ... (70 actions running) [14,251 / 14,457] 395 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 90s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,256 / 14,457] 395 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 91s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,259 / 14,457] 395 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 93s remote-cache, linux-sandbox ... (70 actions running) [14,266 / 14,457] 395 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 94s remote-cache, linux-sandbox ... (70 actions running) [14,269 / 14,457] 395 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 95s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,279 / 14,457] 395 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 96s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,289 / 14,457] 395 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 98s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,292 / 14,457] 395 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 99s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,293 / 14,457] 395 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 100s remote-cache, linux-sandbox ... (70 actions running) [14,304 / 14,508] 395 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 101s remote-cache, linux-sandbox ... (70 actions running) [14,311 / 14,508] 396 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 102s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,318 / 14,508] 396 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 103s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,321 / 14,508] 396 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 105s remote-cache, linux-sandbox ... (70 actions running) [14,321 / 14,508] 397 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 106s remote-cache, linux-sandbox ... (70 actions running) [14,343 / 14,508] 398 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 107s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,344 / 14,508] 398 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 108s remote-cache, linux-sandbox ... (69 actions running) [14,352 / 14,508] 398 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 109s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,356 / 14,508] 398 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 110s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,368 / 14,508] 398 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 112s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,374 / 14,508] 399 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 113s remote-cache, linux-sandbox ... (70 actions running) [14,383 / 14,508] 399 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 114s remote-cache, linux-sandbox ... (69 actions running) [14,390 / 14,508] 400 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 115s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,398 / 14,508] 401 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 116s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,402 / 14,508] 402 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 117s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,409 / 14,508] 402 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 118s remote-cache, linux-sandbox ... (69 actions running) [14,414 / 14,508] 402 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 120s remote-cache, linux-sandbox ... (70 actions running) [14,427 / 14,508] 402 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 121s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,434 / 14,508] 403 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 122s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,435 / 14,508] 403 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 123s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,436 / 14,508] 403 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 125s remote-cache, linux-sandbox ... (70 actions running) [14,451 / 14,508] 403 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 126s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,461 / 14,508] 403 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 127s remote-cache, linux-sandbox ... (69 actions, 68 running) [14,471 / 14,521] 403 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 128s remote-cache, linux-sandbox ... (67 actions, 66 running) [14,479 / 14,521] 404 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 130s remote-cache, linux-sandbox ... (70 actions running) [14,493 / 14,521] 406 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 131s remote-cache, linux-sandbox ... (56 actions running) [14,499 / 14,521] 406 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 133s remote-cache, linux-sandbox ... (44 actions running) [14,510 / 14,521] 407 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 135s remote-cache, linux-sandbox ... (22 actions running) [14,512 / 14,521] 408 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 137s remote-cache, linux-sandbox ... (18 actions running) [14,513 / 14,521] 408 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 138s remote-cache, linux-sandbox ... (16 actions running) [14,515 / 14,521] 408 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 140s remote-cache, linux-sandbox ... (12 actions running) [14,516 / 14,521] 408 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 142s remote-cache, linux-sandbox ... (10 actions running) [14,517 / 14,521] 409 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 144s remote-cache, linux-sandbox ... (8 actions running) [14,517 / 14,521] 409 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 149s remote-cache, linux-sandbox ... (8 actions running) [14,519 / 14,521] 410 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 150s remote-cache, linux-sandbox ... (4 actions running) [14,519 / 14,521] 410 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 32s remote-cache, linux-sandbox ... (4 actions running) [14,520 / 14,521] 410 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45); 1s remote-cache, linux-sandbox FLAKY: //pkg/ddl/tests/partition:partition_test (Summary) /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_43_of_45/test_attempts/attempt_1.log INFO: From Testing //pkg/ddl/tests/partition:partition_test (shard 43 of 45): ==================== Test output for //pkg/ddl/tests/partition:partition_test (shard 43 of 45): === RUN TestRemovePartitioningAutoIDs [2024/05/06 03:55:42.178 +00:00] [INFO] [store_cache.go:510] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 03:55:42.178 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:55:42.179 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:55:42.180 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:55:42.180 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:55:42.181 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:55:42.182 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=47c211a9-2fbc-41e5-87dc-0a9a908c8144] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 03:55:42.194 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 03:55:42.194 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 03:55:42.195 +00:00] [WARN] [domain.go:245] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [errorVerbose="There is no Write MVCC info for the schema version\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).getTimestampForSchemaVersionWithNonEmptyDiff\n\tpkg/domain/domain.go:335\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:242\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init\n\tpkg/domain/domain.go:1260\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get.func1\n\tpkg/session/tidb.go:92\ngithub.com/pingcap/tidb/pkg/util.RunWithRetry\n\tpkg/util/misc.go:70\ngithub.com/pingcap/tidb/pkg/session.(*domainMap).Get\n\tpkg/session/tidb.go:79\ngithub.com/pingcap/tidb/pkg/session.createSessionWithOpt\n\tpkg/session/session.go:3620\ngithub.com/pingcap/tidb/pkg/session.createSession\n\tpkg/session/session.go:3612\ngithub.com/pingcap/tidb/pkg/session.runInBootstrapSession\n\tpkg/session/session.go:3562\ngithub.com/pingcap/tidb/pkg/session.bootstrapSessionImpl\n\tpkg/session/session.go:3346\ngithub.com/pingcap/tidb/pkg/session.BootstrapSession\n\tpkg/session/session.go:3312\ngithub.com/pingcap/tidb/pkg/testkit.bootstrap\n\tpkg/testkit/mockstore.go:294\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStoreAndDomain\n\tpkg/testkit/mockstore.go:265\ngithub.com/pingcap/tidb/pkg/testkit.CreateMockStore\n\tpkg/testkit/mockstore.go:72\npkg/ddl/tests/partition/partition_test.TestRemovePartitioningAutoIDs\n\tpkg/ddl/tests/partition/db_partition_test.go:3181\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [version=0] [2024/05/06 03:55:42.198 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=3.342659ms] [2024/05/06 03:55:42.199 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:55:42.199 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=1e20ec1a-3530-4059-a776-68927c8924c3] [runWorker=true] [2024/05/06 03:55:42.199 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 03:55:42.199 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 03:55:42.199 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:55:42.199 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:55:42.199 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:55:42.199 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:55:42.199 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:55:42.199 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:55:42.199 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:55:42.199 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:55:42.199 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:55:42.199 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 03:55:42.200 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 03:55:42.200 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:55:42.201 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 03:55:42.201 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:55:42.256 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:55:42.256 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:55:42.405 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/06 03:55:42.408 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:55:42.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.408 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:55:42.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 03:55:42.419 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.424 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=2.595946ms] [2024/05/06 03:55:42.424 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:55:42.426 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.426 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2024/05/06 03:55:42.428 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=6.207408ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:55:42.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.435 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.407 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.439 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 03:55:42.439 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.439 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/06 03:55:42.440 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [user=] [2024/05/06 03:55:42.447 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.442 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.447 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.442 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [2024/05/06 03:55:42.455 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.442 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.469 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=1.116384ms] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.471 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.471 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2024/05/06 03:55:42.473 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=4.929581ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.442 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.480 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.442 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.489 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 03:55:42.489 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.489 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [user=] [2024/05/06 03:55:42.493 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.493 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2024/05/06 03:55:42.499 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.502 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=240.997ยตs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.503 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.503 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2024/05/06 03:55:42.504 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.709182ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.516 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.491 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.523 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 03:55:42.523 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.523 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [user=] [2024/05/06 03:55:42.528 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.528 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [2024/05/06 03:55:42.548 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.553 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=244.838ยตs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.555 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.555 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2024/05/06 03:55:42.557 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=4.274975ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.566 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.525 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.570 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 03:55:42.570 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.571 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [user=] [2024/05/06 03:55:42.586 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.586 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [2024/05/06 03:55:42.596 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.606 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=710.734ยตs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.608 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.608 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2024/05/06 03:55:42.610 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=4.944622ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.620 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.626 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 03:55:42.626 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.627 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [user=] [2024/05/06 03:55:42.630 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.630 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [2024/05/06 03:55:42.639 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.643 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=375.137ยตs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.644 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.644 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2024/05/06 03:55:42.647 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=4.427819ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.653 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.628 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.658 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 03:55:42.658 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.658 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [user=] [2024/05/06 03:55:42.662 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.662 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [2024/05/06 03:55:42.674 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.678 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=365.207ยตs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.680 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.680 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2024/05/06 03:55:42.693 +00:00] [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"=14.902128ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.702 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.66 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.706 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 03:55:42.706 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.707 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2024/05/06 03:55:42.710 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.711 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [2024/05/06 03:55:42.721 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.735 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=225.818ยตs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.736 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.736 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2024/05/06 03:55:42.739 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=4.556375ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.747 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.709 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.752 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 03:55:42.752 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.752 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [user=] [2024/05/06 03:55:42.763 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.763 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2024/05/06 03:55:42.772 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.776 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=283.857ยตs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.777 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.777 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2024/05/06 03:55:42.782 +00:00] [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"=6.402016ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.788 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.761 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.793 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 03:55:42.793 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.793 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [user=] [2024/05/06 03:55:42.796 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.796 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2024/05/06 03:55:42.806 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.810 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=279.911ยตs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.811 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.811 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2024/05/06 03:55:42.812 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.017777ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.817 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.795 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.821 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 03:55:42.821 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.822 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [user=] [2024/05/06 03:55:42.825 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.825 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2024/05/06 03:55:42.836 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.846 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=261.805ยตs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.847 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.847 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2024/05/06 03:55:42.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=11] ["take time"=2.022699ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.855 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.824 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.862 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 03:55:42.862 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.863 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 03:55:42.863 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:55:42.869 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.869 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 03:55:42.885 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.892 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=504.438ยตs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.894 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.894 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2024/05/06 03:55:42.896 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=4.264844ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.906 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.865 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.911 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 03:55:42.911 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.912 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [user=] [2024/05/06 03:55:42.915 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.915 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2024/05/06 03:55:42.926 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.930 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=383.278ยตs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.932 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.932 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2024/05/06 03:55:42.936 +00:00] [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"=6.310397ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.946 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.950 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 03:55:42.950 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.951 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [user=] [2024/05/06 03:55:42.956 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.954 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.956 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.954 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2024/05/06 03:55:42.966 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.954 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.970 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=365.472ยตs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:42.971 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:42.971 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2024/05/06 03:55:42.976 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=6.832261ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.954 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.985 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.954 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:42.989 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 03:55:42.989 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:42.990 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [user=] [2024/05/06 03:55:42.993 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:42.993 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2024/05/06 03:55:43.002 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.006 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=320.68ยตs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.008 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.008 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2024/05/06 03:55:43.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=15] ["take time"=2.019263ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:42.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.018 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:42.991 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.025 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 03:55:43.025 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.025 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 03:55:43.030 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.030 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2024/05/06 03:55:43.038 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.041 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=252.376ยตs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.042 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.042 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2024/05/06 03:55:43.042 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.10291ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.048 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.027 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.052 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 03:55:43.052 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.052 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [user=] [2024/05/06 03:55:43.055 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.055 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2024/05/06 03:55:43.068 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.077 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=341.206ยตs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.078 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.079 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2024/05/06 03:55:43.081 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=4.532823ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.088 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.054 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.092 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 03:55:43.092 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.093 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [user=] [2024/05/06 03:55:43.096 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.096 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [2024/05/06 03:55:43.106 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.113 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=248.789ยตs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.115 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.115 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2024/05/06 03:55:43.117 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=3.883847ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.123 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.094 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.127 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 03:55:43.127 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.128 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 03:55:43.135 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.133 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.135 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.133 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 03:55:43.143 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.133 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.148 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=470.695ยตs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.150 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.150 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2024/05/06 03:55:43.156 +00:00] [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"=8.344634ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.133 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.166 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.133 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.170 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 03:55:43.170 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.171 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 03:55:43.174 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.174 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 03:55:43.182 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.185 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=300.217ยตs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.187 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.187 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2024/05/06 03:55:43.189 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=4.535346ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.195 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.172 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.198 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 03:55:43.198 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.198 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [user=] [2024/05/06 03:55:43.216 +00:00] [WARN] [runaway.go:166] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:141\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:67\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1993\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1958\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1944\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1948\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:655\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchRecord\n\tpkg/domain/runaway.go:543\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchRecord\n\tpkg/domain/runaway.go:526\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchRecords\n\tpkg/domain/runaway.go:509\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:177\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [2024/05/06 03:55:43.219 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.219 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2024/05/06 03:55:43.228 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.232 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=248.575ยตs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.234 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.234 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2024/05/06 03:55:43.236 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=4.542869ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.247 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.2 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.251 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 03:55:43.252 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.252 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2024/05/06 03:55:43.255 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.255 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2024/05/06 03:55:43.263 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.268 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=209.455ยตs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.269 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.269 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2024/05/06 03:55:43.270 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.714043ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.277 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.253 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.280 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 03:55:43.280 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.281 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [user=] [2024/05/06 03:55:43.284 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.285 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2024/05/06 03:55:43.294 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.299 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=277.718ยตs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.300 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.300 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2024/05/06 03:55:43.300 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.055185ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.312 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.283 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.321 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 03:55:43.321 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.322 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 03:55:43.325 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.323 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.325 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.323 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 03:55:43.333 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.323 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.336 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=258.605ยตs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.338 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.338 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2024/05/06 03:55:43.338 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.024166ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.323 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.342 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.323 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.345 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 03:55:43.346 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.346 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [user=] [2024/05/06 03:55:43.348 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.347 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.348 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.347 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [2024/05/06 03:55:43.357 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.347 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.361 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=283.207ยตs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.362 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.362 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2024/05/06 03:55:43.362 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.068566ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.347 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.371 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.347 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.376 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 03:55:43.376 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.376 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2024/05/06 03:55:43.382 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.382 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2024/05/06 03:55:43.389 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.392 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=258.27ยตs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.394 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.394 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2024/05/06 03:55:43.394 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.013713ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.400 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.38 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.403 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 03:55:43.403 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.404 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2024/05/06 03:55:43.413 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.413 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2024/05/06 03:55:43.421 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.424 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=273.41ยตs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.425 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.425 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2024/05/06 03:55:43.425 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.059787ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.433 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.405 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.438 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 03:55:43.438 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.438 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2024/05/06 03:55:43.441 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.441 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2024/05/06 03:55:43.451 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.454 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=180.882ยตs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.456 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.456 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2024/05/06 03:55:43.457 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=3.005451ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.466 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.44 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.469 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 03:55:43.469 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.470 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2024/05/06 03:55:43.470 +00:00] [INFO] [ddl_api.go:1139] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2024/05/06 03:55:43.473 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.473 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2024/05/06 03:55:43.481 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.485 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=240.441ยตs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.486 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.486 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2024/05/06 03:55:43.486 +00:00] [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.15137ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.495 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.471 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.501 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 03:55:43.501 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.501 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 03:55:43.525 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.525 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 03:55:43.553 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.557 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=357.988ยตs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.559 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.559 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2024/05/06 03:55:43.566 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=9.244497ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.585 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.503 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.594 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 03:55:43.594 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.595 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 03:55:43.600 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.600 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 03:55:43.612 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.622 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=337.656ยตs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.624 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.624 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2024/05/06 03:55:43.645 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=23.330643ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.657 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.598 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.665 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 03:55:43.665 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.665 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=] [2024/05/06 03:55:43.669 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.669 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [2024/05/06 03:55:43.681 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.686 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=504.057ยตs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.688 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.688 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2024/05/06 03:55:43.690 +00:00] [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"=4.488604ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.697 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.667 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.702 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 03:55:43.702 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.703 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2024/05/06 03:55:43.705 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.705 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2024/05/06 03:55:43.717 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.720 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=218.971ยตs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.722 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.722 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2024/05/06 03:55:43.722 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.015556ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.734 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.704 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.738 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 03:55:43.738 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.743 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 03:55:43.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.743 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 03:55:43.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), ',') != 0\n\t);"] [2024/05/06 03:55:43.750 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.754 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=325.166ยตs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 03:55:43.756 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.756 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2024/05/06 03:55:43.756 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.338954ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:3, start time: 2024-05-06 03:55:43.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.763 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.741 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.767 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 03:55:43.768 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.768 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=34] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2024/05/06 03:55:43.772 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.77 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.772 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.77 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2024/05/06 03:55:43.781 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.77 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.785 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=319.051ยตs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.787 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.787 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2024/05/06 03:55:43.789 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=4.061584ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.77 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.794 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.77 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.800 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 03:55:43.800 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.800 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2024/05/06 03:55:43.804 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.802 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.804 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.802 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2024/05/06 03:55:43.816 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.802 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.819 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=259.943ยตs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.820 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.820 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2024/05/06 03:55:43.821 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.014519ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.802 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.826 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.802 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.829 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 03:55:43.830 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.830 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2024/05/06 03:55:43.833 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.832 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.833 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.832 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2024/05/06 03:55:43.843 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.832 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.846 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=265.223ยตs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.847 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.847 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2024/05/06 03:55:43.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=37] ["take time"=2.030359ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.832 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.852 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.832 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.856 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 03:55:43.856 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.856 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2024/05/06 03:55:43.861 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.858 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.861 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.858 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2024/05/06 03:55:43.869 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.858 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.875 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=514.939ยตs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.877 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.877 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2024/05/06 03:55:43.879 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=4.837543ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.858 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.885 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.858 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.889 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 03:55:43.889 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.890 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2024/05/06 03:55:43.906 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.906 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2024/05/06 03:55:43.929 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.933 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=423.312ยตs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.935 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.935 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2024/05/06 03:55:43.938 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=5.169784ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.945 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.892 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.950 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 03:55:43.950 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:43.951 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2024/05/06 03:55:43.955 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:43.955 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2024/05/06 03:55:43.966 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:43.971 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=371.118ยตs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:43.973 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:43.973 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2024/05/06 03:55:43.994 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=23.021183ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:43.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.008 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:43.953 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.013 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 03:55:44.013 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.014 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 03:55:44.018 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.018 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 03:55:44.028 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.033 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=488.229ยตs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:44.035 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:44.035 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2024/05/06 03:55:44.038 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=4.982005ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.045 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.016 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.050 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 03:55:44.050 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.050 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 03:55:44.054 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.052 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.054 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.052 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 03:55:44.065 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.052 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.070 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=497.282ยตs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:44.071 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:44.071 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2024/05/06 03:55:44.075 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=6.489969ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.052 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.085 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.052 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.090 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 03:55:44.090 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.090 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2024/05/06 03:55:44.094 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.092 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.094 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.092 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2024/05/06 03:55:44.104 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.092 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.109 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=518.511ยตs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:44.111 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:44.111 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2024/05/06 03:55:44.113 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=4.336792ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.092 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.119 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.092 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.126 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 03:55:44.126 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.126 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 03:55:44.130 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.130 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 03:55:44.137 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.141 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=353.015ยตs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:44.143 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:44.143 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2024/05/06 03:55:44.143 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.186703ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.149 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.128 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.153 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 03:55:44.153 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.154 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 03:55:44.157 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.157 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 03:55:44.169 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.173 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=344.779ยตs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:44.174 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:44.174 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2024/05/06 03:55:44.174 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.244767ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.180 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.155 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.184 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 03:55:44.184 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.185 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2024/05/06 03:55:44.189 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.189 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2024/05/06 03:55:44.195 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.201 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=567.401ยตs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:44.202 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 03:55:44.203 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:44.203 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2024/05/06 03:55:44.204 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=4.06912ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.214 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.187 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.220 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 03:55:44.220 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.221 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 03:55:44.224 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.224 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 03:55:44.231 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.245 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=625.001ยตs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:44.247 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:44.247 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2024/05/06 03:55:44.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=47] ["take time"=4.810929ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.256 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.223 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.260 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 03:55:44.261 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.261 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2024/05/06 03:55:44.265 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.263 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.265 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.263 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2024/05/06 03:55:44.281 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.263 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.287 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=326.372ยตs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:44.288 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:44.288 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2024/05/06 03:55:44.293 +00:00] [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"=6.493552ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.263 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.305 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.263 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.309 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 03:55:44.309 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.310 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2024/05/06 03:55:44.313 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.312 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.313 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.312 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2024/05/06 03:55:44.331 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.312 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.335 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=320.792ยตs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:44.337 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:44.337 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2024/05/06 03:55:44.339 +00:00] [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"=4.679576ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.312 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.345 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.312 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.348 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 03:55:44.348 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.348 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2024/05/06 03:55:44.350 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:55:44.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.350 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:55:44.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2024/05/06 03:55:44.359 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.361 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=85.019ยตs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 03:55:44.362 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:44.362 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2024/05/06 03:55:44.363 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.786259ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:55:44.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.373 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.349 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.376 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 03:55:44.376 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.379 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 03:55:44.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.379 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 03:55:44.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2024/05/06 03:55:44.388 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.391 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=229.759ยตs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2024/05/06 03:55:44.393 +00:00] [INFO] [domain.go:868] ["session manager is nil"] [2024/05/06 03:55:44.393 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2024/05/06 03:55:44.394 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.599761ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 03:55:44.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.399 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.378 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.405 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 03:55:44.405 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.444 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=2.244904603s] [2024/05/06 03:55:44.445 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=1e20ec1a-3530-4059-a776-68927c8924c3] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 03:55:44.445 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:55:44.445 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=2.324ยตs] [2024/05/06 03:55:44.445 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=1.561ยตs] [2024/05/06 03:55:44.445 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=1.433ยตs] [2024/05/06 03:55:44.445 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=1.662ยตs] [2024/05/06 03:55:44.445 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:55:44.445 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=1.406ยตs] [2024/05/06 03:55:44.445 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl] [2024/05/06 03:55:44.445 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2024/05/06 03:55:44.445 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 03:55:44.448 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=1e20ec1a-3530-4059-a776-68927c8924c3] ["take time"=3.547793ms] [2024/05/06 03:55:44.448 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=1e20ec1a-3530-4059-a776-68927c8924c3] [2024/05/06 03:55:44.448 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:55:44.448 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."] [2024/05/06 03:55:44.448 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."] [2024/05/06 03:55:44.448 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:55:44.448 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."] [2024/05/06 03:55:44.448 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:55:44.448 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:55:44.448 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."] [2024/05/06 03:55:44.448 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:55:44.448 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."] [2024/05/06 03:55:44.448 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:55:44.448 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:55:44.448 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."] [2024/05/06 03:55:44.448 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:55:44.448 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=3.851126ms] [2024/05/06 03:55:44.448 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=47c211a9-2fbc-41e5-87dc-0a9a908c8144] ["ddl lease"=500ms] ["stats lease"=-1ns] [2024/05/06 03:55:44.457 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 03:55:44.457 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"] [2024/05/06 03:55:44.473 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=15.335565ms] [2024/05/06 03:55:44.473 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:55:44.473 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=1447ba6a-03d1-4259-af38-0b9b5f2c3e31] [runWorker=true] [2024/05/06 03:55:44.473 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 03:55:44.473 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 03:55:44.473 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 03:55:44.473 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 03:55:44.473 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 03:55:44.473 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 03:55:44.473 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 03:55:44.473 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:55:44.473 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:55:44.473 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 03:55:44.473 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 03:55:44.473 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 03:55:44.474 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2024/05/06 03:55:44.474 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:55:44.474 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"] [2024/05/06 03:55:44.474 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2024/05/06 03:55:44.477 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 03:55:44.477 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 03:55:44.484 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true] [2024/05/06 03:55:44.485 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 03:55:44.496 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 03:55:44.499 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 03:55:44.501 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 03:55:44.502 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker] [2024/05/06 03:55:44.502 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner] [2024/05/06 03:55:44.502 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 03:55:44.502 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"] [2024/05/06 03:55:44.503 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB] [2024/05/06 03:55:44.504 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 03:55:44.504 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 03:55:44.506 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 03:55:44.509 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=] [sql="create schema RemovePartAutoIDs"] [user=] [2024/05/06 03:55:44.509 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000] [2024/05/06 03:55:44.509 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"] [2024/05/06 03:55:44.512 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:55:44.511 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.512 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:55:44.511 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create schema RemovePartAutoIDs"] [2024/05/06 03:55:44.525 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 03:55:44.525 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 03:55:44.535 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [category=ddl] [job="ID:105, Type:create schema, State:queueing, SchemaState:none, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.511 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.538 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=78.519ยตs] [gotSchemaVersion=52] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2024/05/06 03:55:44.540 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2024/05/06 03:55:44.540 +00:00] [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.077547ms] [job="ID:105, Type:create schema, State:done, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 03:55:44.511 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.546 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [job="ID:105, Type:create schema, State:synced, SchemaState:public, SchemaID:104, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.511 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.549 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 03:55:44.549 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.550 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=52] [cur_db=RemovePartAutoIDs] [sql="CREATE TABLE t (a int auto_increment primary key nonclustered, b varchar(255), key (b)) partition by hash(a) partitions 3"] [user=] [2024/05/06 03:55:44.554 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:110, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true] [2024/05/06 03:55:44.554 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:110, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE t (a int auto_increment primary key nonclustered, b varchar(255), key (b)) partition by hash(a) partitions 3"] [2024/05/06 03:55:44.560 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=110] [conn=1] [category=ddl] [job="ID:110, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.567 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=759.857ยตs] [gotSchemaVersion=53] [phyTblIDs="[106,107,108,109]"] [actionTypes="[3,3,3,3]"] [diffTypes="[\"create table\"]"] [2024/05/06 03:55:44.569 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=110] [version=53] [2024/05/06 03:55:44.572 +00:00] [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"=5.997888ms] [job="ID:110, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.577 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=110] [conn=1] [job="ID:110, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:106, RowCount:0, ArgLen:0, start time: 2024-05-06 03:55:44.552 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [2024/05/06 03:55:44.581 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=110] [2024/05/06 03:55:44.581 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl] [2024/05/06 03:55:44.603 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=53] [cur_db=RemovePartAutoIDs] [sql="alter table t remove partitioning"] [user=] [2024/05/06 03:55:44.624 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:112, Type:alter table remove partitioning, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0; "] [table=true] [2024/05/06 03:55:44.624 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:112, Type:alter table remove partitioning, State:queueing, SchemaState:none, SchemaID:104, TableID:106, RowCount:0, ArgLen:2, start time: 2024-05-06 03:55:44.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [query="alter table t remove partitioning"] [2024/05/06 03:55:44.627 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.633 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",none,104,106,0,\"2024-05-06 03:55:44\",,,queueing]"] [2024/05/06 03:55:44.634 +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 03:55:44.615 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, LocalMode: false, UniqueWarnings:0"] [2024/05/06 03:55:44.635 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=74800000000000006f] [2024/05/06 03:55:44.635 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=74800000000000006f] ["first new region left"="{Id:2 StartKey: EndKey:7480000000000000ff6f00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 03:55:44.636 +00:00] [INFO] [split_region.go:242] ["start scatter region"] [regionID=2] [2024/05/06 03:55:44.636 +00:00] [INFO] [split_region.go:199] ["batch split regions, scatter region complete"] ["batch region ID"=2] [at=74800000000000006f] ["new region left"="{Id:2 StartKey: EndKey:7480000000000000ff6f00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] [2024/05/06 03:55:44.636 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 03:55:44.636 +00:00] [INFO] [split_region.go:279] ["wait scatter region"] [regionID=2] [backoff(ms)=120000] [2024/05/06 03:55:44.636 +00:00] [INFO] [split_region.go:288] ["wait scatter region finished"] [regionID=2] [2024/05/06 03:55:44.639 +00:00] [ERROR] [domain.go:291] ["failed to load schema diff"] [error="builder's (v2=true) infoschema mismatch, return error to trigger full reload"] [errorVerbose="builder's (v2=true) infoschema mismatch, return error to trigger full reload\ngithub.com/pingcap/tidb/pkg/infoschema.(*Builder).InitWithOldInfoSchema\n\tpkg/infoschema/builder.go:798\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).tryLoadSchemaDiffs\n\tpkg/domain/domain.go:459\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:276\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:291\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:919\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1287\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"] [2024/05/06 03:55:44.663 +00:00] [INFO] [set.go:170] ["set global var"] [conn=6] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.670 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=31.116556ms] [2024/05/06 03:55:44.675 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"] [2024/05/06 03:55:44.683 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=8] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.703 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=9] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.722 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.737 +00:00] [INFO] [set.go:170] ["set global var"] [conn=10] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.741 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=11] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.761 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=12] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.785 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.805 +00:00] [INFO] [set.go:170] ["set global var"] [conn=13] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.824 +00:00] [INFO] [set.go:170] ["set global var"] [conn=14] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.829 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.847 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.863 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=17] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.883 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.913 +00:00] [INFO] [set.go:170] ["set global var"] [conn=19] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.933 +00:00] [INFO] [set.go:170] ["set global var"] [conn=20] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.969 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:44.985 +00:00] [INFO] [set.go:170] ["set global var"] [conn=23] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:44.990 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.025 +00:00] [INFO] [set.go:170] ["set global var"] [conn=25] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.029 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.045 +00:00] [INFO] [set.go:170] ["set global var"] [conn=26] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.049 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=27] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.073 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=28] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.094 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=30] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.135 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.151 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.198 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.214 +00:00] [INFO] [set.go:170] ["set global var"] [conn=34] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.220 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.237 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.270 +00:00] [INFO] [set.go:170] ["set global var"] [conn=37] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.293 +00:00] [INFO] [set.go:170] ["set global var"] [conn=38] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.298 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=39] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.337 +00:00] [INFO] [set.go:170] ["set global var"] [conn=40] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.359 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.375 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.392 +00:00] [INFO] [set.go:170] ["set global var"] [conn=43] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=44] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.421 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.437 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.482 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"] [2024/05/06 03:55:45.482 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 03:55:45.482 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 03:55:45.482 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop] [2024/05/06 03:55:45.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=48] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.495 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.510 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2024/05/06 03:55:45.511 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 03:55:45.511 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 03:55:45.512 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000] [2024/05/06 03:55:45.512 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000] [2024/05/06 03:55:45.513 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000] [2024/05/06 03:55:45.513 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000] [2024/05/06 03:55:45.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=49] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.521 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.541 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.561 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=52] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.607 +00:00] [INFO] [set.go:170] ["set global var"] [conn=53] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.613 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.641 +00:00] [INFO] [set.go:170] ["set global var"] [conn=54] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.647 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=56] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.704 +00:00] [INFO] [set.go:170] ["set global var"] [conn=57] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.727 +00:00] [INFO] [set.go:170] ["set global var"] [conn=58] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.749 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=62] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.830 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.847 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.881 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.897 +00:00] [INFO] [set.go:170] ["set global var"] [conn=67] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.904 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.939 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=71] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:45.981 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:45.997 +00:00] [INFO] [set.go:170] ["set global var"] [conn=72] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.021 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.037 +00:00] [INFO] [set.go:170] ["set global var"] [conn=74] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=75] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.063 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.080 +00:00] [INFO] [set.go:170] ["set global var"] [conn=76] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.086 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=77] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.133 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.149 +00:00] [INFO] [set.go:170] ["set global var"] [conn=79] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.155 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.175 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.193 +00:00] [INFO] [set.go:170] ["set global var"] [conn=81] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.199 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.219 +00:00] [INFO] [set.go:170] ["set global var"] [conn=82] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.225 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.241 +00:00] [INFO] [set.go:170] ["set global var"] [conn=83] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.247 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.264 +00:00] [INFO] [set.go:170] ["set global var"] [conn=84] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.270 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.285 +00:00] [INFO] [set.go:170] ["set global var"] [conn=85] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.290 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.306 +00:00] [INFO] [set.go:170] ["set global var"] [conn=86] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=87] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.335 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.369 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.389 +00:00] [INFO] [set.go:170] ["set global var"] [conn=90] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.395 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.413 +00:00] [INFO] [set.go:170] ["set global var"] [conn=91] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.419 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=92] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.457 +00:00] [INFO] [set.go:170] ["set global var"] [conn=93] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.474 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig] [2024/05/06 03:55:46.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.496 +00:00] [INFO] [set.go:170] ["set global var"] [conn=95] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.521 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.538 +00:00] [INFO] [set.go:170] ["set global var"] [conn=97] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.545 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.571 +00:00] [INFO] [set.go:170] ["set global var"] [conn=98] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.604 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.620 +00:00] [INFO] [set.go:170] ["set global var"] [conn=100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.645 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.661 +00:00] [INFO] [set.go:170] ["set global var"] [conn=102] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.683 +00:00] [INFO] [set.go:170] ["set global var"] [conn=103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.705 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.736 +00:00] [INFO] [set.go:170] ["set global var"] [conn=106] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.741 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.757 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.773 +00:00] [INFO] [set.go:170] ["set global var"] [conn=108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.821 +00:00] [INFO] [set.go:170] ["set global var"] [conn=110] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.846 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.895 +00:00] [INFO] [set.go:170] ["set global var"] [conn=114] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.915 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=117] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.951 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=118] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:46.971 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:46.993 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.009 +00:00] [INFO] [set.go:170] ["set global var"] [conn=120] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.014 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.029 +00:00] [INFO] [set.go:170] ["set global var"] [conn=121] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=123] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.084 +00:00] [INFO] [set.go:170] ["set global var"] [conn=124] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.089 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.126 +00:00] [INFO] [set.go:170] ["set global var"] [conn=126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=127] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.165 +00:00] [INFO] [set.go:170] ["set global var"] [conn=128] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.170 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.185 +00:00] [INFO] [set.go:170] ["set global var"] [conn=129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.211 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.245 +00:00] [INFO] [set.go:170] ["set global var"] [conn=132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.251 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.268 +00:00] [INFO] [set.go:170] ["set global var"] [conn=133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.273 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=134] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.298 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=135] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.321 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=136] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.348 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.364 +00:00] [INFO] [set.go:170] ["set global var"] [conn=137] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.371 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.386 +00:00] [INFO] [set.go:170] ["set global var"] [conn=138] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.393 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.409 +00:00] [INFO] [set.go:170] ["set global var"] [conn=139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.415 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=141] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.454 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.471 +00:00] [INFO] [set.go:170] ["set global var"] [conn=142] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.477 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.499 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.517 +00:00] [INFO] [set.go:170] ["set global var"] [conn=144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.548 +00:00] [INFO] [set.go:170] ["set global var"] [conn=145] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.554 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.570 +00:00] [INFO] [set.go:170] ["set global var"] [conn=146] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.591 +00:00] [INFO] [set.go:170] ["set global var"] [conn=147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.597 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=148] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.637 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.719 +00:00] [INFO] [set.go:170] ["set global var"] [conn=152] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.725 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.743 +00:00] [INFO] [set.go:170] ["set global var"] [conn=153] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.749 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.775 +00:00] [INFO] [set.go:170] ["set global var"] [conn=154] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.799 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=156] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.822 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.839 +00:00] [INFO] [set.go:170] ["set global var"] [conn=157] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.861 +00:00] [INFO] [set.go:170] ["set global var"] [conn=158] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=159] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.897 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.913 +00:00] [INFO] [set.go:170] ["set global var"] [conn=160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.919 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.939 +00:00] [INFO] [set.go:170] ["set global var"] [conn=161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.961 +00:00] [INFO] [set.go:170] ["set global var"] [conn=162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:47.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:47.987 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=164] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.015 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.035 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=166] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.057 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.118 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.139 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.161 +00:00] [INFO] [set.go:170] ["set global var"] [conn=171] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.196 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.227 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.251 +00:00] [INFO] [set.go:170] ["set global var"] [conn=174] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.257 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=175] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.295 +00:00] [INFO] [set.go:170] ["set global var"] [conn=176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.301 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.319 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.338 +00:00] [INFO] [set.go:170] ["set global var"] [conn=178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.351 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.368 +00:00] [INFO] [set.go:170] ["set global var"] [conn=179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.374 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.390 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=181] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.411 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.427 +00:00] [INFO] [set.go:170] ["set global var"] [conn=182] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.474 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.493 +00:00] [INFO] [set.go:170] ["set global var"] [conn=185] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.499 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.515 +00:00] [INFO] [set.go:170] ["set global var"] [conn=186] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.522 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.543 +00:00] [INFO] [set.go:170] ["set global var"] [conn=187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.549 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=189] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=190] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.677 +00:00] [INFO] [set.go:170] ["set global var"] [conn=192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.683 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.703 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.739 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.757 +00:00] [INFO] [set.go:170] ["set global var"] [conn=196] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.763 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.778 +00:00] [INFO] [set.go:170] ["set global var"] [conn=197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.782 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=198] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.859 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.875 +00:00] [INFO] [set.go:170] ["set global var"] [conn=201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=202] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.931 +00:00] [INFO] [set.go:170] ["set global var"] [conn=203] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.975 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:48.991 +00:00] [INFO] [set.go:170] ["set global var"] [conn=206] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:48.995 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.014 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=210] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.071 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.085 +00:00] [INFO] [set.go:170] ["set global var"] [conn=211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.089 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=212] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.109 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=213] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.129 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=214] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.153 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.169 +00:00] [INFO] [set.go:170] ["set global var"] [conn=215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.175 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.191 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.207 +00:00] [INFO] [set.go:170] ["set global var"] [conn=217] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.213 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.243 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.259 +00:00] [INFO] [set.go:170] ["set global var"] [conn=219] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.283 +00:00] [INFO] [set.go:170] ["set global var"] [conn=220] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.289 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.305 +00:00] [INFO] [set.go:170] ["set global var"] [conn=221] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=222] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.353 +00:00] [INFO] [set.go:170] ["set global var"] [conn=223] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.359 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=224] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.381 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.405 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.423 +00:00] [INFO] [set.go:170] ["set global var"] [conn=226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.429 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.475 +00:00] [INFO] [set.go:170] ["set global var"] [conn=228] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.496 +00:00] [INFO] [set.go:170] ["set global var"] [conn=229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.519 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=231] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.541 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=232] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=233] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.602 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=234] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.629 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.645 +00:00] [INFO] [set.go:170] ["set global var"] [conn=235] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.667 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=237] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.687 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.719 +00:00] [INFO] [set.go:170] ["set global var"] [conn=239] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.760 +00:00] [INFO] [set.go:170] ["set global var"] [conn=241] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.764 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.788 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=243] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.829 +00:00] [INFO] [set.go:170] ["set global var"] [conn=244] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.852 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.869 +00:00] [INFO] [set.go:170] ["set global var"] [conn=246] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=247] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.917 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.950 +00:00] [INFO] [set.go:170] ["set global var"] [conn=250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:49.955 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:49.990 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.007 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.022 +00:00] [INFO] [set.go:170] ["set global var"] [conn=254] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.043 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.059 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.074 +00:00] [INFO] [set.go:170] ["set global var"] [conn=257] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.079 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.095 +00:00] [INFO] [set.go:170] ["set global var"] [conn=258] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.099 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.114 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.129 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.154 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.171 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.186 +00:00] [INFO] [set.go:170] ["set global var"] [conn=263] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.191 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.207 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.227 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.261 +00:00] [INFO] [set.go:170] ["set global var"] [conn=267] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=268] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.307 +00:00] [INFO] [set.go:170] ["set global var"] [conn=269] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.313 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=270] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.333 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.349 +00:00] [INFO] [set.go:170] ["set global var"] [conn=271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.354 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.370 +00:00] [INFO] [set.go:170] ["set global var"] [conn=272] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.409 +00:00] [INFO] [set.go:170] ["set global var"] [conn=274] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.415 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.461 +00:00] [INFO] [set.go:170] ["set global var"] [conn=277] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.480 +00:00] [INFO] [set.go:170] ["set global var"] [conn=278] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.485 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=279] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.527 +00:00] [INFO] [set.go:170] ["set global var"] [conn=280] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.547 +00:00] [INFO] [set.go:170] ["set global var"] [conn=281] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=282] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.571 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.602 +00:00] [INFO] [set.go:170] ["set global var"] [conn=284] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.607 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=286] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.647 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.663 +00:00] [INFO] [set.go:170] ["set global var"] [conn=287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.669 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.683 +00:00] [INFO] [set.go:170] ["set global var"] [conn=288] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=289] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.707 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.724 +00:00] [INFO] [set.go:170] ["set global var"] [conn=290] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=291] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.758 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.774 +00:00] [INFO] [set.go:170] ["set global var"] [conn=292] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.819 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=295] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.839 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.855 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.871 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.889 +00:00] [INFO] [set.go:170] ["set global var"] [conn=298] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.911 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.943 +00:00] [INFO] [set.go:170] ["set global var"] [conn=300] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.949 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:50.974 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:50.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.009 +00:00] [INFO] [set.go:170] ["set global var"] [conn=303] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=304] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.038 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.061 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.098 +00:00] [INFO] [set.go:170] ["set global var"] [conn=307] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.105 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.123 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=309] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.147 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.164 +00:00] [INFO] [set.go:170] ["set global var"] [conn=310] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.171 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.186 +00:00] [INFO] [set.go:170] ["set global var"] [conn=311] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.193 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.218 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.239 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.257 +00:00] [INFO] [set.go:170] ["set global var"] [conn=314] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.263 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.281 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.305 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.327 +00:00] [INFO] [set.go:170] ["set global var"] [conn=317] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.335 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.352 +00:00] [INFO] [set.go:170] ["set global var"] [conn=318] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.392 +00:00] [INFO] [set.go:170] ["set global var"] [conn=320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.399 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.423 +00:00] [INFO] [set.go:170] ["set global var"] [conn=321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.429 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.467 +00:00] [INFO] [set.go:170] ["set global var"] [conn=323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.472 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.545 +00:00] [INFO] [set.go:170] ["set global var"] [conn=327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.551 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.568 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.585 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.621 +00:00] [INFO] [set.go:170] ["set global var"] [conn=331] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=332] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.667 +00:00] [INFO] [set.go:170] ["set global var"] [conn=333] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.673 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.689 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.707 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.723 +00:00] [INFO] [set.go:170] ["set global var"] [conn=336] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.728 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.745 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.761 +00:00] [INFO] [set.go:170] ["set global var"] [conn=338] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=339] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.803 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.819 +00:00] [INFO] [set.go:170] ["set global var"] [conn=341] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.839 +00:00] [INFO] [set.go:170] ["set global var"] [conn=342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.860 +00:00] [INFO] [set.go:170] ["set global var"] [conn=343] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.865 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=344] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.886 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.907 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.923 +00:00] [INFO] [set.go:170] ["set global var"] [conn=346] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.929 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:51.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:51.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.000 +00:00] [INFO] [set.go:170] ["set global var"] [conn=350] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.005 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.043 +00:00] [INFO] [set.go:170] ["set global var"] [conn=352] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.047 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.064 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.082 +00:00] [INFO] [set.go:170] ["set global var"] [conn=354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.087 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.127 +00:00] [INFO] [set.go:170] ["set global var"] [conn=356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.139 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.155 +00:00] [INFO] [set.go:170] ["set global var"] [conn=357] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=358] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.201 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.219 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=363] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.281 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.355 +00:00] [INFO] [set.go:170] ["set global var"] [conn=367] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.361 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.398 +00:00] [INFO] [set.go:170] ["set global var"] [conn=369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.404 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.465 +00:00] [INFO] [set.go:170] ["set global var"] [conn=372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.471 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.499 +00:00] [INFO] [set.go:170] ["set global var"] [conn=373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.505 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.520 +00:00] [INFO] [set.go:170] ["set global var"] [conn=374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=376] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.599 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=378] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.690 +00:00] [INFO] [set.go:170] ["set global var"] [conn=382] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.695 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.711 +00:00] [INFO] [set.go:170] ["set global var"] [conn=383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.717 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.763 +00:00] [INFO] [set.go:170] ["set global var"] [conn=386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.785 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.803 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.820 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.837 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=393] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=394] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=395] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=396] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.975 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:52.991 +00:00] [INFO] [set.go:170] ["set global var"] [conn=397] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:52.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.012 +00:00] [INFO] [set.go:170] ["set global var"] [conn=398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=399] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.111 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.136 +00:00] [INFO] [set.go:170] ["set global var"] [conn=400] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.159 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=402] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.185 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=403] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.207 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.246 +00:00] [INFO] [set.go:170] ["set global var"] [conn=405] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.269 +00:00] [INFO] [set.go:170] ["set global var"] [conn=406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=407] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=408] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.315 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.351 +00:00] [INFO] [set.go:170] ["set global var"] [conn=410] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.375 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=412] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=413] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.441 +00:00] [INFO] [set.go:170] ["set global var"] [conn=414] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.464 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=416] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.494 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.511 +00:00] [INFO] [set.go:170] ["set global var"] [conn=417] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.531 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.549 +00:00] [INFO] [set.go:170] ["set global var"] [conn=418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.555 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.573 +00:00] [INFO] [set.go:170] ["set global var"] [conn=419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.594 +00:00] [INFO] [set.go:170] ["set global var"] [conn=420] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.619 +00:00] [INFO] [set.go:170] ["set global var"] [conn=421] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.625 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.640 +00:00] [INFO] [set.go:170] ["set global var"] [conn=422] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.646 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.668 +00:00] [INFO] [set.go:170] ["set global var"] [conn=423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.673 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.690 +00:00] [INFO] [set.go:170] ["set global var"] [conn=424] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.695 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.711 +00:00] [INFO] [set.go:170] ["set global var"] [conn=425] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.731 +00:00] [INFO] [set.go:170] ["set global var"] [conn=426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.735 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=427] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.777 +00:00] [INFO] [set.go:170] ["set global var"] [conn=428] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.803 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.828 +00:00] [INFO] [set.go:170] ["set global var"] [conn=430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.833 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.863 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.895 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=433] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.958 +00:00] [INFO] [set.go:170] ["set global var"] [conn=435] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.963 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:53.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=436] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:53.985 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.001 +00:00] [INFO] [set.go:170] ["set global var"] [conn=437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.006 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.021 +00:00] [INFO] [set.go:170] ["set global var"] [conn=438] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.027 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.042 +00:00] [INFO] [set.go:170] ["set global var"] [conn=439] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.047 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.064 +00:00] [INFO] [set.go:170] ["set global var"] [conn=440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.095 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.111 +00:00] [INFO] [set.go:170] ["set global var"] [conn=442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.132 +00:00] [INFO] [set.go:170] ["set global var"] [conn=443] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=444] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.159 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.219 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.263 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.307 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.381 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.397 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.416 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.431 +00:00] [INFO] [set.go:170] ["set global var"] [conn=458] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.467 +00:00] [INFO] [set.go:170] ["set global var"] [conn=460] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.472 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.487 +00:00] [INFO] [set.go:170] ["set global var"] [conn=461] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.513 +00:00] [INFO] [set.go:170] ["set global var"] [conn=462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.519 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=463] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.539 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.573 +00:00] [INFO] [set.go:170] ["set global var"] [conn=465] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.579 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=467] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.618 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.635 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.661 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=30004] [isPipelinedTxn=false] [2024/05/06 03:55:54.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=470] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=471] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=472] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.771 +00:00] [INFO] [set.go:170] ["set global var"] [conn=474] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.777 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.801 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=476] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.821 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=478] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.865 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.881 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.897 +00:00] [INFO] [set.go:170] ["set global var"] [conn=480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=481] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.939 +00:00] [INFO] [set.go:170] ["set global var"] [conn=482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:54.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=483] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:54.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.006 +00:00] [INFO] [set.go:170] ["set global var"] [conn=484] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.012 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.029 +00:00] [INFO] [set.go:170] ["set global var"] [conn=485] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.051 +00:00] [INFO] [set.go:170] ["set global var"] [conn=486] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.057 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.072 +00:00] [INFO] [set.go:170] ["set global var"] [conn=487] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.077 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.094 +00:00] [INFO] [set.go:170] ["set global var"] [conn=488] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.099 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.134 +00:00] [INFO] [set.go:170] ["set global var"] [conn=490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.140 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.163 +00:00] [INFO] [set.go:170] ["set global var"] [conn=491] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.184 +00:00] [INFO] [set.go:170] ["set global var"] [conn=492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=493] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.227 +00:00] [INFO] [set.go:170] ["set global var"] [conn=494] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=495] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.261 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.277 +00:00] [INFO] [set.go:170] ["set global var"] [conn=496] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=497] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.305 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.323 +00:00] [INFO] [set.go:170] ["set global var"] [conn=498] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.328 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.344 +00:00] [INFO] [set.go:170] ["set global var"] [conn=499] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.367 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.382 +00:00] [INFO] [set.go:170] ["set global var"] [conn=501] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.405 +00:00] [INFO] [set.go:170] ["set global var"] [conn=502] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.459 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.485 +00:00] [INFO] [set.go:170] ["set global var"] [conn=506] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.491 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=507] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=508] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.583 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=511] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.645 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.673 +00:00] [INFO] [set.go:170] ["set global var"] [conn=513] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.679 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.714 +00:00] [INFO] [set.go:170] ["set global var"] [conn=515] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.736 +00:00] [INFO] [set.go:170] ["set global var"] [conn=516] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.773 +00:00] [INFO] [set.go:170] ["set global var"] [conn=517] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.795 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.809 +00:00] [INFO] [set.go:170] ["set global var"] [conn=519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.815 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=520] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.840 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.861 +00:00] [INFO] [set.go:170] ["set global var"] [conn=521] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.867 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=522] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.889 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.906 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.919 +00:00] [INFO] [set.go:170] ["set global var"] [conn=524] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:55.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.953 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:55.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.013 +00:00] [INFO] [set.go:170] ["set global var"] [conn=528] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.018 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.033 +00:00] [INFO] [set.go:170] ["set global var"] [conn=529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.038 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.055 +00:00] [INFO] [set.go:170] ["set global var"] [conn=530] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.095 +00:00] [INFO] [set.go:170] ["set global var"] [conn=531] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=532] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.136 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.162 +00:00] [INFO] [set.go:170] ["set global var"] [conn=533] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.167 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.186 +00:00] [INFO] [set.go:170] ["set global var"] [conn=534] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.191 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.216 +00:00] [INFO] [set.go:170] ["set global var"] [conn=535] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.242 +00:00] [INFO] [set.go:170] ["set global var"] [conn=536] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.247 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.263 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.280 +00:00] [INFO] [set.go:170] ["set global var"] [conn=538] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.306 +00:00] [INFO] [set.go:170] ["set global var"] [conn=539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.327 +00:00] [INFO] [set.go:170] ["set global var"] [conn=540] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.333 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.370 +00:00] [INFO] [set.go:170] ["set global var"] [conn=542] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=543] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.405 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.425 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=545] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.485 +00:00] [INFO] [set.go:170] ["set global var"] [conn=547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.489 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.532 +00:00] [INFO] [set.go:170] ["set global var"] [conn=549] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.537 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=550] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.567 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.583 +00:00] [INFO] [set.go:170] ["set global var"] [conn=551] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.618 +00:00] [INFO] [set.go:170] ["set global var"] [conn=552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.647 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.671 +00:00] [INFO] [set.go:170] ["set global var"] [conn=554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.677 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=555] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.699 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=556] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.755 +00:00] [INFO] [set.go:170] ["set global var"] [conn=557] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.761 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=559] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.807 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.825 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.846 +00:00] [INFO] [set.go:170] ["set global var"] [conn=561] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.905 +00:00] [INFO] [set.go:170] ["set global var"] [conn=562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.931 +00:00] [INFO] [set.go:170] ["set global var"] [conn=563] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.937 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.953 +00:00] [INFO] [set.go:170] ["set global var"] [conn=564] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:56.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.977 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:56.993 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=567] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.038 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.055 +00:00] [INFO] [set.go:170] ["set global var"] [conn=569] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=571] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=572] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.163 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=574] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.183 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.201 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.217 +00:00] [INFO] [set.go:170] ["set global var"] [conn=576] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.221 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=577] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.245 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.260 +00:00] [INFO] [set.go:170] ["set global var"] [conn=578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.284 +00:00] [INFO] [set.go:170] ["set global var"] [conn=579] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.289 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.313 +00:00] [INFO] [set.go:170] ["set global var"] [conn=580] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.319 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.341 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.359 +00:00] [INFO] [set.go:170] ["set global var"] [conn=582] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.365 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.384 +00:00] [INFO] [set.go:170] ["set global var"] [conn=583] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.411 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.427 +00:00] [INFO] [set.go:170] ["set global var"] [conn=585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.493 +00:00] [INFO] [set.go:170] ["set global var"] [conn=587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.514 +00:00] [INFO] [set.go:170] ["set global var"] [conn=588] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=589] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.545 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.569 +00:00] [INFO] [set.go:170] ["set global var"] [conn=590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=591] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.597 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.614 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.633 +00:00] [INFO] [set.go:170] ["set global var"] [conn=593] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.639 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.657 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.673 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.690 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.708 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.729 +00:00] [INFO] [set.go:170] ["set global var"] [conn=598] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.735 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.761 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.805 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.820 +00:00] [INFO] [set.go:170] ["set global var"] [conn=602] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.825 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.846 +00:00] [INFO] [set.go:170] ["set global var"] [conn=603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.851 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=605] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.899 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.955 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:57.970 +00:00] [INFO] [set.go:170] ["set global var"] [conn=609] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:57.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.000 +00:00] [INFO] [set.go:170] ["set global var"] [conn=610] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.006 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.029 +00:00] [INFO] [set.go:170] ["set global var"] [conn=611] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.053 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.088 +00:00] [INFO] [set.go:170] ["set global var"] [conn=614] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.095 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.116 +00:00] [INFO] [set.go:170] ["set global var"] [conn=615] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.157 +00:00] [INFO] [set.go:170] ["set global var"] [conn=616] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.185 +00:00] [INFO] [set.go:170] ["set global var"] [conn=617] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.214 +00:00] [INFO] [set.go:170] ["set global var"] [conn=618] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=619] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.249 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=620] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.279 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.301 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=622] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.348 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=624] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.370 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=625] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.411 +00:00] [INFO] [set.go:170] ["set global var"] [conn=626] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.417 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.433 +00:00] [INFO] [set.go:170] ["set global var"] [conn=627] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.437 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.495 +00:00] [INFO] [set.go:170] ["set global var"] [conn=630] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.501 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.517 +00:00] [INFO] [set.go:170] ["set global var"] [conn=631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.522 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.537 +00:00] [INFO] [set.go:170] ["set global var"] [conn=632] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.577 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.593 +00:00] [INFO] [set.go:170] ["set global var"] [conn=635] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.599 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=636] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.658 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.675 +00:00] [INFO] [set.go:170] ["set global var"] [conn=639] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.697 +00:00] [INFO] [set.go:170] ["set global var"] [conn=640] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.784 +00:00] [INFO] [set.go:170] ["set global var"] [conn=644] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.789 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.854 +00:00] [INFO] [set.go:170] ["set global var"] [conn=647] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.861 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=648] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.885 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.921 +00:00] [INFO] [set.go:170] ["set global var"] [conn=650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.943 +00:00] [INFO] [set.go:170] ["set global var"] [conn=651] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.951 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:58.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=653] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:58.997 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=654] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.035 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=655] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.065 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.081 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.099 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.132 +00:00] [INFO] [set.go:170] ["set global var"] [conn=659] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.161 +00:00] [INFO] [set.go:170] ["set global var"] [conn=660] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.183 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.205 +00:00] [INFO] [set.go:170] ["set global var"] [conn=662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.242 +00:00] [INFO] [set.go:170] ["set global var"] [conn=663] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.247 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.264 +00:00] [INFO] [set.go:170] ["set global var"] [conn=664] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.270 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.344 +00:00] [INFO] [set.go:170] ["set global var"] [conn=666] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.349 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.382 +00:00] [INFO] [set.go:170] ["set global var"] [conn=668] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.405 +00:00] [INFO] [set.go:170] ["set global var"] [conn=669] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.411 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.428 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.453 +00:00] [INFO] [set.go:170] ["set global var"] [conn=671] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.459 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.475 +00:00] [INFO] [set.go:170] ["set global var"] [conn=672] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.497 +00:00] [INFO] [set.go:170] ["set global var"] [conn=673] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.503 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.520 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.536 +00:00] [INFO] [set.go:170] ["set global var"] [conn=675] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.559 +00:00] [INFO] [set.go:170] ["set global var"] [conn=676] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.584 +00:00] [INFO] [set.go:170] ["set global var"] [conn=677] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=679] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.647 +00:00] [INFO] [set.go:170] ["set global var"] [conn=680] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.671 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.686 +00:00] [INFO] [set.go:170] ["set global var"] [conn=682] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.691 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=683] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.714 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.730 +00:00] [INFO] [set.go:170] ["set global var"] [conn=684] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.736 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.752 +00:00] [INFO] [set.go:170] ["set global var"] [conn=685] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.758 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.774 +00:00] [INFO] [set.go:170] ["set global var"] [conn=686] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.801 +00:00] [INFO] [set.go:170] ["set global var"] [conn=687] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.808 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.825 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.851 +00:00] [INFO] [set.go:170] ["set global var"] [conn=689] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.857 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=690] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.885 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.903 +00:00] [INFO] [set.go:170] ["set global var"] [conn=691] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.910 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.947 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:55:59.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=695] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:55:59.989 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.007 +00:00] [INFO] [set.go:170] ["set global var"] [conn=696] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.013 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.030 +00:00] [INFO] [set.go:170] ["set global var"] [conn=697] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.035 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=699] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.075 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.109 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.125 +00:00] [INFO] [set.go:170] ["set global var"] [conn=702] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.131 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.151 +00:00] [INFO] [set.go:170] ["set global var"] [conn=703] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.157 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.178 +00:00] [INFO] [set.go:170] ["set global var"] [conn=704] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.184 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.201 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.217 +00:00] [INFO] [set.go:170] ["set global var"] [conn=706] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.239 +00:00] [INFO] [set.go:170] ["set global var"] [conn=707] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.260 +00:00] [INFO] [set.go:170] ["set global var"] [conn=708] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=709] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.303 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.319 +00:00] [INFO] [set.go:170] ["set global var"] [conn=711] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.325 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.363 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=715] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.401 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=716] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.441 +00:00] [INFO] [set.go:170] ["set global var"] [conn=717] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.478 +00:00] [INFO] [set.go:170] ["set global var"] [conn=718] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.483 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=719] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.521 +00:00] [INFO] [set.go:170] ["set global var"] [conn=720] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.527 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.570 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.587 +00:00] [INFO] [set.go:170] ["set global var"] [conn=723] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.615 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.639 +00:00] [INFO] [set.go:170] ["set global var"] [conn=724] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=725] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.685 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.707 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.724 +00:00] [INFO] [set.go:170] ["set global var"] [conn=727] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=728] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.758 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.777 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.811 +00:00] [INFO] [set.go:170] ["set global var"] [conn=731] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.836 +00:00] [INFO] [set.go:170] ["set global var"] [conn=732] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=733] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.883 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.916 +00:00] [INFO] [set.go:170] ["set global var"] [conn=736] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.941 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.959 +00:00] [INFO] [set.go:170] ["set global var"] [conn=738] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:00.981 +00:00] [INFO] [set.go:170] ["set global var"] [conn=739] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:00.986 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.003 +00:00] [INFO] [set.go:170] ["set global var"] [conn=740] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.007 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.023 +00:00] [INFO] [set.go:170] ["set global var"] [conn=741] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.048 +00:00] [INFO] [set.go:170] ["set global var"] [conn=742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.055 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.071 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=745] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=746] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.151 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=748] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.213 +00:00] [INFO] [set.go:170] ["set global var"] [conn=749] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.219 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.235 +00:00] [INFO] [set.go:170] ["set global var"] [conn=750] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.241 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=751] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.261 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=752] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=753] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.319 +00:00] [INFO] [set.go:170] ["set global var"] [conn=754] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.340 +00:00] [INFO] [set.go:170] ["set global var"] [conn=755] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=756] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.368 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.414 +00:00] [INFO] [set.go:170] ["set global var"] [conn=758] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=759] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.476 +00:00] [INFO] [set.go:170] ["set global var"] [conn=761] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.501 +00:00] [INFO] [set.go:170] ["set global var"] [conn=762] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.523 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.601 +00:00] [INFO] [set.go:170] ["set global var"] [conn=767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.607 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.624 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.643 +00:00] [INFO] [set.go:170] ["set global var"] [conn=769] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.649 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.666 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=771] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.712 +00:00] [INFO] [set.go:170] ["set global var"] [conn=772] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.718 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.753 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.772 +00:00] [INFO] [set.go:170] ["set global var"] [conn=775] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.779 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.797 +00:00] [INFO] [set.go:170] ["set global var"] [conn=776] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.803 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.820 +00:00] [INFO] [set.go:170] ["set global var"] [conn=777] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=778] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.847 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.862 +00:00] [INFO] [set.go:170] ["set global var"] [conn=779] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.887 +00:00] [INFO] [set.go:170] ["set global var"] [conn=780] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.892 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=781] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.917 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=782] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.956 +00:00] [INFO] [set.go:170] ["set global var"] [conn=783] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.962 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:01.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=784] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:01.986 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=785] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.007 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.024 +00:00] [INFO] [set.go:170] ["set global var"] [conn=786] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.029 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.045 +00:00] [INFO] [set.go:170] ["set global var"] [conn=787] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.072 +00:00] [INFO] [set.go:170] ["set global var"] [conn=788] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.077 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.092 +00:00] [INFO] [set.go:170] ["set global var"] [conn=789] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.117 +00:00] [INFO] [set.go:170] ["set global var"] [conn=790] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.149 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=793] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.215 +00:00] [INFO] [set.go:170] ["set global var"] [conn=794] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=795] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.246 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.290 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.307 +00:00] [INFO] [set.go:170] ["set global var"] [conn=798] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.313 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=799] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.357 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.375 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.428 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=806] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.503 +00:00] [INFO] [set.go:170] ["set global var"] [conn=807] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.509 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.533 +00:00] [INFO] [set.go:170] ["set global var"] [conn=808] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.554 +00:00] [INFO] [set.go:170] ["set global var"] [conn=809] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.597 +00:00] [INFO] [set.go:170] ["set global var"] [conn=811] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.602 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.618 +00:00] [INFO] [set.go:170] ["set global var"] [conn=812] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=813] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.671 +00:00] [INFO] [set.go:170] ["set global var"] [conn=814] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.693 +00:00] [INFO] [set.go:170] ["set global var"] [conn=815] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.699 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.714 +00:00] [INFO] [set.go:170] ["set global var"] [conn=816] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.735 +00:00] [INFO] [set.go:170] ["set global var"] [conn=817] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.773 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.791 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.807 +00:00] [INFO] [set.go:170] ["set global var"] [conn=821] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.837 +00:00] [INFO] [set.go:170] ["set global var"] [conn=822] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.867 +00:00] [INFO] [set.go:170] ["set global var"] [conn=823] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.872 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.894 +00:00] [INFO] [set.go:170] ["set global var"] [conn=824] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.899 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.915 +00:00] [INFO] [set.go:170] ["set global var"] [conn=825] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.921 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.936 +00:00] [INFO] [set.go:170] ["set global var"] [conn=826] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.943 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.958 +00:00] [INFO] [set.go:170] ["set global var"] [conn=827] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.963 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.978 +00:00] [INFO] [set.go:170] ["set global var"] [conn=828] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:02.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:02.999 +00:00] [INFO] [set.go:170] ["set global var"] [conn=829] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.005 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.021 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.037 +00:00] [INFO] [set.go:170] ["set global var"] [conn=831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.057 +00:00] [INFO] [set.go:170] ["set global var"] [conn=832] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=833] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=834] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.109 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.125 +00:00] [INFO] [set.go:170] ["set global var"] [conn=835] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.161 +00:00] [INFO] [set.go:170] ["set global var"] [conn=836] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=838] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.228 +00:00] [INFO] [set.go:170] ["set global var"] [conn=839] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.233 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=840] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.264 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=841] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.291 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=842] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.313 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.329 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.346 +00:00] [INFO] [set.go:170] ["set global var"] [conn=844] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=845] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=846] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.404 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.440 +00:00] [INFO] [set.go:170] ["set global var"] [conn=848] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.461 +00:00] [INFO] [set.go:170] ["set global var"] [conn=849] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.481 +00:00] [INFO] [set.go:170] ["set global var"] [conn=850] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.487 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.522 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.538 +00:00] [INFO] [set.go:170] ["set global var"] [conn=853] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.543 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.559 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.575 +00:00] [INFO] [set.go:170] ["set global var"] [conn=855] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.597 +00:00] [INFO] [set.go:170] ["set global var"] [conn=856] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.602 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.618 +00:00] [INFO] [set.go:170] ["set global var"] [conn=857] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.624 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.643 +00:00] [INFO] [set.go:170] ["set global var"] [conn=858] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.671 +00:00] [INFO] [set.go:170] ["set global var"] [conn=859] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.691 +00:00] [INFO] [set.go:170] ["set global var"] [conn=860] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.697 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.713 +00:00] [INFO] [set.go:170] ["set global var"] [conn=861] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.719 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.748 +00:00] [INFO] [set.go:170] ["set global var"] [conn=862] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=863] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.799 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=864] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.825 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=866] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.875 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.890 +00:00] [INFO] [set.go:170] ["set global var"] [conn=867] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.897 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.913 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.945 +00:00] [INFO] [set.go:170] ["set global var"] [conn=870] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.965 +00:00] [INFO] [set.go:170] ["set global var"] [conn=871] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.971 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:03.986 +00:00] [INFO] [set.go:170] ["set global var"] [conn=872] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:03.991 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.006 +00:00] [INFO] [set.go:170] ["set global var"] [conn=873] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.011 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.045 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.063 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=879] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.125 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=880] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=882] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.213 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.228 +00:00] [INFO] [set.go:170] ["set global var"] [conn=883] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=884] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.263 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.280 +00:00] [INFO] [set.go:170] ["set global var"] [conn=885] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.301 +00:00] [INFO] [set.go:170] ["set global var"] [conn=886] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.323 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.338 +00:00] [INFO] [set.go:170] ["set global var"] [conn=888] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.344 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=889] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.387 +00:00] [INFO] [set.go:170] ["set global var"] [conn=890] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.395 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.412 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.429 +00:00] [INFO] [set.go:170] ["set global var"] [conn=892] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.450 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.467 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.482 +00:00] [INFO] [set.go:170] ["set global var"] [conn=895] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.503 +00:00] [INFO] [set.go:170] ["set global var"] [conn=896] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=898] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.545 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=899] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=900] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.603 +00:00] [INFO] [set.go:170] ["set global var"] [conn=901] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.624 +00:00] [INFO] [set.go:170] ["set global var"] [conn=902] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.667 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=40010] [isPipelinedTxn=false] [2024/05/06 03:56:04.673 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.689 +00:00] [INFO] [set.go:170] ["set global var"] [conn=905] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.695 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.711 +00:00] [INFO] [set.go:170] ["set global var"] [conn=906] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.717 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.732 +00:00] [INFO] [set.go:170] ["set global var"] [conn=907] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.769 +00:00] [INFO] [set.go:170] ["set global var"] [conn=909] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.773 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.790 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.807 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=912] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.829 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.846 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.887 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.903 +00:00] [INFO] [set.go:170] ["set global var"] [conn=916] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.909 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.927 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.958 +00:00] [INFO] [set.go:170] ["set global var"] [conn=918] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:04.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=919] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:04.985 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.009 +00:00] [INFO] [set.go:170] ["set global var"] [conn=920] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.015 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.031 +00:00] [INFO] [set.go:170] ["set global var"] [conn=921] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.053 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=923] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=924] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.094 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=926] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.133 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.148 +00:00] [INFO] [set.go:170] ["set global var"] [conn=927] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.176 +00:00] [INFO] [set.go:170] ["set global var"] [conn=928] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.182 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.199 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.230 +00:00] [INFO] [set.go:170] ["set global var"] [conn=931] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.235 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=932] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.256 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=933] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.279 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.298 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=936] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.335 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.351 +00:00] [INFO] [set.go:170] ["set global var"] [conn=937] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=938] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.395 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.412 +00:00] [INFO] [set.go:170] ["set global var"] [conn=940] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.417 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.432 +00:00] [INFO] [set.go:170] ["set global var"] [conn=941] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.451 +00:00] [INFO] [set.go:170] ["set global var"] [conn=942] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.471 +00:00] [INFO] [set.go:170] ["set global var"] [conn=943] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.491 +00:00] [INFO] [set.go:170] ["set global var"] [conn=944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=945] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.517 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.532 +00:00] [INFO] [set.go:170] ["set global var"] [conn=946] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.537 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=947] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.594 +00:00] [INFO] [set.go:170] ["set global var"] [conn=949] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.616 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.633 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.648 +00:00] [INFO] [set.go:170] ["set global var"] [conn=952] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=953] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.689 +00:00] [INFO] [set.go:170] ["set global var"] [conn=954] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.727 +00:00] [INFO] [set.go:170] ["set global var"] [conn=956] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=957] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.752 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=958] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.789 +00:00] [INFO] [set.go:170] ["set global var"] [conn=959] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=960] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.815 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.847 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.863 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.879 +00:00] [INFO] [set.go:170] ["set global var"] [conn=964] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.884 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.899 +00:00] [INFO] [set.go:170] ["set global var"] [conn=965] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.920 +00:00] [INFO] [set.go:170] ["set global var"] [conn=966] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.925 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.941 +00:00] [INFO] [set.go:170] ["set global var"] [conn=967] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:05.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.963 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.981 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:05.997 +00:00] [INFO] [set.go:170] ["set global var"] [conn=970] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=974] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.075 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.091 +00:00] [INFO] [set.go:170] ["set global var"] [conn=975] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=976] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.117 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.133 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=979] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.172 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=980] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.193 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.225 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.257 +00:00] [INFO] [set.go:170] ["set global var"] [conn=984] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=985] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.283 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.299 +00:00] [INFO] [set.go:170] ["set global var"] [conn=986] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.321 +00:00] [INFO] [set.go:170] ["set global var"] [conn=987] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=988] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.348 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.365 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.381 +00:00] [INFO] [set.go:170] ["set global var"] [conn=990] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.423 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.440 +00:00] [INFO] [set.go:170] ["set global var"] [conn=993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.462 +00:00] [INFO] [set.go:170] ["set global var"] [conn=994] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.483 +00:00] [INFO] [set.go:170] ["set global var"] [conn=995] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=996] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.526 +00:00] [INFO] [set.go:170] ["set global var"] [conn=997] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.548 +00:00] [INFO] [set.go:170] ["set global var"] [conn=998] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.571 +00:00] [INFO] [set.go:170] ["set global var"] [conn=999] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1001] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.616 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.634 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.650 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1003] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.657 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.675 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1004] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.695 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1005] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.715 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1006] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.771 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1009] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.777 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.809 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1011] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.813 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.829 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1012] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.849 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1013] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.855 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.871 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1014] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.894 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1015] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.899 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1016] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1017] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:06.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.969 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:06.999 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1019] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.005 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.021 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.029 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.073 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1022] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.095 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1023] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.120 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.136 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1026] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1027] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.184 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1028] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.221 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1030] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.250 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.267 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1031] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1033] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.315 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1034] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.352 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1035] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.374 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.390 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1037] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.396 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.413 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1038] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.453 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1040] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.460 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.478 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1041] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.499 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1042] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.522 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.538 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1044] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.545 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1045] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.594 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1047] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.636 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1048] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.659 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.677 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.695 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.711 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1052] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.718 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.733 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1053] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.755 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1054] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.778 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1055] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1056] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.828 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1057] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.835 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.852 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.867 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1059] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.875 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1060] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.915 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1061] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.936 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.943 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.965 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1063] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.971 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:07.987 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1064] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:07.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1065] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.051 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1067] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.055 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.071 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1068] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.098 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.103 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1071] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.143 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.159 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1072] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.165 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1073] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.187 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.204 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1074] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.227 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1075] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.266 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1077] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.271 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.286 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1078] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1079] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1080] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.335 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.351 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1081] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1082] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.414 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1085] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.457 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1086] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.463 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.481 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1087] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.485 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.501 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.507 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.523 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1089] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.529 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.545 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1090] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.550 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1091] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.587 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1092] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.593 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.611 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1095] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.649 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1096] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.671 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.686 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1097] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.692 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.707 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1098] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.712 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.727 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1099] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.748 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.776 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.791 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1102] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.797 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.814 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.820 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.857 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1107] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.937 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.942 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:08.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:08.999 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1112] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.026 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1113] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.031 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.048 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1114] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1115] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.075 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.129 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.146 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1119] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.153 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.205 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1122] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.229 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.246 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1124] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.269 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.275 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.298 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1127] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.337 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1128] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.359 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.375 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.398 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.404 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1134] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1135] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.568 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1138] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.575 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.621 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.641 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1141] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.664 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1142] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.708 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.725 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1145] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1146] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.759 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.791 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.795 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1148] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.817 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.857 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.876 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.881 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.897 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1152] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.903 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.936 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1154] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.942 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.959 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1155] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:09.965 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:09.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1156] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1157] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.027 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.062 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.069 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.084 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.127 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1163] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.149 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1164] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.154 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.170 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1165] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.175 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.193 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.209 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.215 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.230 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1168] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.293 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1172] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.353 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.370 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1175] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.375 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1177] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.462 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.467 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.482 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1180] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.487 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.503 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1181] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.523 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1182] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1184] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.570 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1185] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.593 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.610 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1186] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.616 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.631 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.637 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.676 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1189] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.700 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1190] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.728 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.764 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.785 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1194] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.793 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.818 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.850 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.855 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.871 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1198] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.910 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.941 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.947 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1202] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:10.969 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:10.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.001 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.008 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.025 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.057 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1206] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.063 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.079 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1207] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.086 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1209] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.154 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.171 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.178 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1212] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.199 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.215 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1213] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.221 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.238 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.286 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1216] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.291 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.335 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.355 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1219] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.361 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.377 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1220] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.418 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1222] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.462 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1223] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.467 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.491 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1224] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.513 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.517 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.535 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.572 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1228] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.599 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.605 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.627 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.650 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1231] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1232] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.679 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.706 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1233] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.712 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.733 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.749 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1235] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.795 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1237] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.819 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1238] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.842 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1239] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.847 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1240] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.869 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.885 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1241] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.892 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.954 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1244] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:11.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:11.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.015 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1247] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.044 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1249] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.109 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1252] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.137 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1253] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.172 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.232 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.240 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.256 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.291 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1259] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.297 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1260] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.338 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1261] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.345 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.372 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.390 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1263] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.397 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.451 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1266] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.472 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1267] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.478 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1270] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.569 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.604 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1273] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.612 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.627 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1274] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.649 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1275] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1276] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.677 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1277] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.729 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1278] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.850 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1283] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.857 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.873 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1284] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.879 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.919 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1286] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.965 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:12.979 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1289] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:12.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.001 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1290] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.007 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.027 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1291] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1293] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.095 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.113 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1295] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.119 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.136 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1297] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.182 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.241 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.255 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1302] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1303] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1304] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.332 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1307] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.393 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1308] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.399 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.417 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1309] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.423 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.461 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.478 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1313] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.501 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.521 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1314] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.527 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.569 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.585 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1317] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.591 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.625 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1319] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.629 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.646 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.693 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.777 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1326] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.782 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.798 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.804 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.822 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1328] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.827 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1329] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.849 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.872 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.889 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.905 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1332] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.929 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1335] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:13.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:13.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.007 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1337] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.014 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.053 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1340] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.153 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1343] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.159 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.176 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1344] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.183 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1345] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1346] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.259 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.300 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1350] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1351] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.328 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.343 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1352] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.349 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.366 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1353] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.373 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.393 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.400 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.459 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1357] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.465 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.520 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.543 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.550 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.564 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1362] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.569 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.607 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1364] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.646 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.659 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=50002] [isPipelinedTxn=false] [2024/05/06 03:56:14.666 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.727 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.745 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.751 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.766 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.771 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.822 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.862 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1376] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.887 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1377] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1378] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.934 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1379] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.941 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.967 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1380] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.974 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:14.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:14.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.014 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1382] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.038 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.066 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.099 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.105 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1387] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.147 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.165 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1390] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1391] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.214 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.230 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1392] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.237 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.253 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1393] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.259 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.275 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1394] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.299 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1396] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.323 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.340 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1397] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.362 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.370 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1399] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.396 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.423 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1400] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.429 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.454 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.495 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1403] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.520 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.538 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1405] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.543 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.567 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.585 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1407] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.592 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.609 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1408] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.614 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.630 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.640 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1410] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.672 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.693 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1411] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.699 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1412] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.740 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1413] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.763 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1414] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1415] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.793 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.809 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1416] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.815 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.830 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.848 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.855 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.872 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.890 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1420] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.941 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.957 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:15.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1424] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:15.986 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1425] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.008 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.025 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.048 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1427] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.055 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.092 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.118 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.134 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.140 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.159 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1432] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1433] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1434] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.229 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.246 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1435] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1436] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.313 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.319 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1438] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.366 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1439] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.373 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.396 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.411 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.439 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.475 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1444] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.520 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.541 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1446] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.581 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.585 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.601 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1449] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.645 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1451] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.667 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1452] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.690 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1453] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.697 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1454] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.763 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1456] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.787 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1457] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1458] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.815 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.831 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1460] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.852 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.869 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1461] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.897 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1463] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.935 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1464] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.941 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.959 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1465] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:16.966 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:16.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.000 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1467] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.006 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1470] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1471] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.097 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.113 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1472] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.136 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.162 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1475] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1476] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.226 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.249 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.265 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1479] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1481] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.337 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.379 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1484] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.387 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.404 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1485] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.428 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1487] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.454 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.470 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1488] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.494 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.511 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.515 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.547 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.553 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1494] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.593 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.610 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1495] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.618 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.633 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1496] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.639 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.659 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1497] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.665 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.681 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1498] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.687 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1499] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.709 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.725 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1500] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1501] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.752 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1502] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.776 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.791 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1503] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.798 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1504] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.819 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.835 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1505] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.840 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.856 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1506] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.861 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.913 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.952 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1511] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.974 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1512] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:17.980 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:17.997 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1513] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.037 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1515] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.043 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.059 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.085 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.117 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.122 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1520] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.148 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.182 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1523] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1524] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1525] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.251 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.269 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1526] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1527] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.303 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1530] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.361 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1531] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.401 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1532] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.438 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.455 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1535] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1536] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1537] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.522 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1540] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.631 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1543] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.673 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1545] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.723 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.750 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.772 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1549] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.797 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.813 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1551] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.820 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.837 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.865 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.882 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.906 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1555] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.929 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1556] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.933 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.950 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1557] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:18.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:18.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.027 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.098 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1564] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1565] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1566] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1567] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.207 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1569] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.229 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.246 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.323 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1576] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.404 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1577] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.433 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1579] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.457 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1581] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.515 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1582] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.521 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1583] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.564 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1584] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.605 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.639 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1588] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.672 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.689 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1589] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1591] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.741 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.778 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1593] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.785 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1594] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.811 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1595] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1596] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.886 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.901 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1598] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.934 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1599] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:19.959 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:19.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.025 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.094 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.111 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.136 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1605] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1607] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1608] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.213 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.249 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1610] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.284 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1611] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.289 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1612] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.317 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1613] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1615] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.429 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.445 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1618] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.454 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.472 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1619] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.478 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.495 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1621] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.519 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.547 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1624] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.625 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1625] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.633 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.649 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.664 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1627] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.687 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1628] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.712 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1629] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.719 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.750 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1630] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.776 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.803 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.821 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1633] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1634] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.849 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1635] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1636] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.919 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1637] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1638] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:20.970 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1639] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:20.980 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.000 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1640] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.005 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.023 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1641] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.038 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1642] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.063 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1643] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.095 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1644] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.123 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.144 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1645] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.170 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1646] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.177 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.218 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1648] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1649] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.251 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.267 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1651] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.305 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.321 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1652] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1654] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.397 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.414 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1656] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1657] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1658] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.478 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.521 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1660] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.527 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.554 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1661] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.559 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.576 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1663] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.605 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.623 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.653 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.679 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1666] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.704 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1667] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.728 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1668] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1669] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.764 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.807 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1670] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.855 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1672] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.901 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1673] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.908 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1674] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:21.939 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.956 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1675] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:21.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1676] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.018 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1677] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.042 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1678] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.067 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1679] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.085 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.105 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.126 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1681] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.132 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.176 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1683] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.238 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1685] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1687] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.293 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.349 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.381 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1689] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1691] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.452 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.477 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1694] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.497 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.515 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1695] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.523 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.539 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1696] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.545 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.561 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1697] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1698] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.593 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.626 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1700] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1701] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.695 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1703] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1704] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.741 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.759 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.798 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1708] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.804 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.820 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1709] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.862 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1711] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.870 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.913 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1713] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.938 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1714] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.961 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:22.978 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1716] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:22.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.001 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1717] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.008 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.041 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1718] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1719] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.068 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.086 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1721] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.109 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.141 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1723] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.148 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.183 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.249 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.267 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1730] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1731] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.320 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1732] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1734] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.403 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.455 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1737] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.494 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.511 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1740] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.550 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.576 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1743] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1744] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.604 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.619 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1745] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1746] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.686 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1747] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.715 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1748] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.739 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.758 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1750] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.764 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.782 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1751] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.790 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.807 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1753] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.830 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.851 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1754] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.877 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.895 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1756] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.904 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.922 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1757] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.944 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1758] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:23.949 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:23.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.000 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1761] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.008 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1762] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.037 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.055 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.071 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1764] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.078 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.095 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1765] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.134 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.140 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1768] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1769] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.204 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1770] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.209 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1771] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.251 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1772] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1774] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.298 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.317 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1775] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.368 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1777] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1778] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.425 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1779] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.449 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1781] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1784] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.551 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1785] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1786] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.599 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1787] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.631 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1788] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.637 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.654 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1789] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.658 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=60001] [isPipelinedTxn=false] [2024/05/06 03:56:24.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.677 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1792] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1793] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.746 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.764 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1796] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1797] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.854 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1798] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.877 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1799] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.899 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1800] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.904 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.924 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1801] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.953 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1802] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:24.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1803] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:24.988 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1804] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.031 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1805] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.039 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.063 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1806] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.069 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.087 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1807] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.108 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1808] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.147 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1809] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.155 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1810] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.225 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.245 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1813] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.251 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.268 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1814] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.275 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.291 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1815] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.297 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1816] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.333 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.349 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1817] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.357 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.377 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1819] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1820] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.427 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1821] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.454 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.476 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1822] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1823] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.528 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1824] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.535 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.573 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1827] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.599 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1828] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.621 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.640 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1829] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1830] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.673 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.690 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.697 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1832] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.725 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.750 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1833] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.774 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1834] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.801 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.819 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1836] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1838] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.873 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1839] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.916 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1840] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.961 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1842] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.967 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:25.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1843] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:25.990 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.009 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.027 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1845] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.051 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1846] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.059 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.074 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1847] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.081 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1849] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.152 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1850] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.159 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.177 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.197 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1852] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.247 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1854] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.271 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1855] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.319 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1857] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.341 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1858] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.348 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.365 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1859] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.374 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.396 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1860] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.403 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.432 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1861] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.437 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1862] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1863] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.494 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.511 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.533 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1865] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1866] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.581 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1867] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.604 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1868] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.611 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.628 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1869] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.633 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.663 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1870] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.669 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.687 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1871] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.726 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1873] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.749 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1874] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.775 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1875] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1876] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.805 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.824 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1877] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.867 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1878] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.893 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.910 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1880] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.949 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1883] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:26.974 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:26.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.026 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1886] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.035 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.061 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.082 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.100 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1889] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.107 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1890] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.129 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.153 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1891] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.159 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.176 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.192 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1893] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.198 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.218 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1894] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.225 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.263 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.281 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.299 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1898] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.305 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1899] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.327 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.345 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1900] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.368 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1901] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.375 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1902] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.412 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.455 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1904] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.460 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1906] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.505 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.526 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1907] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.550 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1908] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.555 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.571 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1909] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.597 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1910] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.626 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1911] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1913] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.677 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1914] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.703 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.724 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1915] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.729 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1916] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.772 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1918] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.814 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1919] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.820 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1920] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.864 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1921] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.871 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1922] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.904 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.937 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.953 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1925] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:27.963 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:27.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.001 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.016 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1928] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.041 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1929] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.051 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1930] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.077 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.107 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1931] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.133 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1932] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.141 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1933] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.165 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.202 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1936] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.229 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1937] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.257 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1939] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.337 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1941] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.345 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1942] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.370 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.390 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.407 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.434 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1945] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1946] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.515 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.520 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.539 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.559 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1950] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.570 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.628 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1953] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.634 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1954] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1957] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.755 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1958] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.781 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1960] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.803 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.820 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1961] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.845 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1962] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.855 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.877 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.915 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1965] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.945 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1967] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:28.972 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:28.994 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1968] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.018 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1969] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.045 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.064 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1971] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1972] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.119 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1974] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.151 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.173 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1976] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.254 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1978] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.264 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.282 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1979] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.289 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.313 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1980] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.357 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1982] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.365 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.394 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1983] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.403 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.439 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1985] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.489 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.521 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1991] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.591 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.629 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.639 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1994] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.665 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.690 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1996] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.736 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1997] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.744 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1998] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.772 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1999] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.801 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.818 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2000] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.827 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2001] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.849 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.869 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2002] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.877 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2003] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.901 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.921 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2004] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:29.972 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2006] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:29.980 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.024 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2007] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2008] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.068 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2009] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.127 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.144 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2011] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.151 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.167 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2012] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.173 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2013] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2014] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.235 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.257 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.283 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.301 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2017] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.311 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.329 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.348 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2019] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.354 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.370 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.405 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.415 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.431 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2022] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.465 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2023] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2024] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.520 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.525 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.549 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2026] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.557 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.575 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2027] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2028] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.604 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.625 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.648 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2030] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.658 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.675 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2032] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2033] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.725 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2034] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.749 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2035] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.775 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.801 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2036] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2037] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2038] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.957 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2043] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:30.963 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:30.993 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2044] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.001 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.018 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2045] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.095 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2048] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2049] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.129 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2050] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.153 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.174 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.217 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2053] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.239 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2054] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.261 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2055] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.270 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2056] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.322 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.344 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2058] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.372 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2061] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.415 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.431 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.438 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.455 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.518 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.523 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.564 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2068] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.571 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.650 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2071] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.657 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.674 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2072] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.699 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.736 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2075] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.744 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.765 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.785 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2077] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.817 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2078] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.827 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2080] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.894 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2081] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.901 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.921 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.939 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2083] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:31.970 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:31.980 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.001 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2085] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.028 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2087] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.058 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.081 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.091 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2089] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.143 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.186 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2092] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.194 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.213 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2093] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.225 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2094] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.270 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2095] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2096] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2097] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.337 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.359 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2098] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2099] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.443 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.453 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.474 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2102] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.520 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.548 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2105] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.573 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2106] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.579 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2107] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.624 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.649 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.675 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.712 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.736 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.754 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2114] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2116] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.808 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.836 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.856 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2118] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.861 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.882 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2119] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:32.889 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.907 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2120] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.955 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.973 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:32.991 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.012 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.064 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.084 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2127] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.110 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2128] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.118 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.137 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.162 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.178 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.247 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2134] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.287 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.306 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2135] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.313 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2136] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.339 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.374 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2138] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.410 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.454 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.483 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2143] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.564 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.593 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2145] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.601 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2146] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.629 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.649 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.658 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2148] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.692 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.719 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.739 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.760 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.769 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.788 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.845 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2154] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.851 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2155] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.884 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2156] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.915 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.933 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.952 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2158] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.962 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:33.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2159] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:33.991 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.052 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.059 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.081 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2163] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2164] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.119 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.137 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2166] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.181 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2168] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.209 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.238 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.254 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.282 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2171] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.290 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.329 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.334 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2174] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.400 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.421 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2177] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.475 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2180] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.511 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.546 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2181] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.551 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.572 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2182] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.624 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2184] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.631 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.654 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2185] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.658 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=70001] [isPipelinedTxn=false] [2024/05/06 03:56:34.663 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.686 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2186] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.695 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.719 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.744 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.761 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2189] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.767 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.793 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.865 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.930 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2194] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.937 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.955 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2195] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:34.961 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:34.983 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.001 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.013 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2198] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.072 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2199] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.096 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.163 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.209 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2205] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.219 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2206] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.249 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.266 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2207] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2208] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.308 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.326 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2209] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.334 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.377 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2212] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.417 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.438 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2213] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2214] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.495 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2216] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.556 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2217] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2218] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2219] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.632 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2220] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.640 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.658 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2222] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2223] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.729 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.752 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.775 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.824 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2227] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.873 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.901 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.919 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2231] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.949 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2233] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:35.975 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:35.994 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2234] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.027 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2235] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.035 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2237] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.082 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2238] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2239] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.152 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2240] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.179 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2243] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.229 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.269 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.295 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2246] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.335 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.348 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.367 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2249] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.377 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.397 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.421 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.450 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.474 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2253] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2254] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.507 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.526 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.531 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.562 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2257] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.611 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2258] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.621 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2259] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.671 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2260] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.679 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.715 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.745 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.763 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.783 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2268] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.877 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2269] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.886 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.903 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2270] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.934 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:36.979 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2273] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:36.986 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.005 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2274] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.053 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.071 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2277] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.079 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.099 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2279] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.149 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2280] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.156 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.185 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2281] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.193 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.213 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2282] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.223 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2283] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.251 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.275 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.315 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.332 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.356 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2288] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2289] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2290] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.423 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2292] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.497 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2293] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.505 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.577 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2297] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.604 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.619 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2298] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.643 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.668 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2300] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.700 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.726 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2302] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.750 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.771 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2304] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.782 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.830 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2306] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.837 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.859 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2308] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.886 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2309] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.911 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2310] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.953 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2311] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:37.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2312] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:37.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2313] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.015 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2314] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.041 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2315] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.101 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2317] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.135 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.153 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2318] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.163 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.214 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.283 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.311 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.317 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.365 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.412 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2326] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.421 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.455 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.475 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2328] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.481 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2329] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.522 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.545 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2331] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.554 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2333] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.625 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2334] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.655 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2335] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.689 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2336] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.774 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2339] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.787 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.807 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2340] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.837 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.860 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.869 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.890 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2343] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.923 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.943 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2345] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.968 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2346] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:38.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:38.994 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2347] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.023 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.035 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2349] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.058 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2350] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.084 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2351] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.131 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.153 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2353] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.185 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.194 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.214 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.223 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.239 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.267 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2358] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.303 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.355 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.390 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.399 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2362] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2364] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.477 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2365] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2366] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.557 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.581 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2368] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.593 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.618 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.646 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.707 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.741 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2373] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.750 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.772 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.798 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.830 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2376] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.837 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.860 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2377] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.867 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.881 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2378] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.891 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2379] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.921 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2380] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.953 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:39.974 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:39.980 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2382] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.009 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.045 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2385] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.094 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2387] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.136 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.182 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.203 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2390] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.230 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2391] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.239 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.260 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2392] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.270 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.288 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2393] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.312 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2394] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.318 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2395] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2396] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.369 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.389 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.407 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.416 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.432 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2399] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.473 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.497 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2402] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.507 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2403] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.534 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2404] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.597 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.604 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.625 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2408] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.647 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.668 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.693 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2410] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.703 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2411] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.728 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.750 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2412] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2413] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.787 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2414] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.842 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2416] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2417] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.903 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.922 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:40.986 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2422] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:40.993 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.011 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.065 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.085 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.118 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.125 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.144 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.169 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2432] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.221 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2433] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.233 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.251 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.270 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2435] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2436] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.301 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.321 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.339 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2438] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.347 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.366 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2439] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.401 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.412 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.439 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.460 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2444] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.543 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.559 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2446] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2447] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.591 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.610 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.618 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.634 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2449] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.660 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.666 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2451] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2452] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.729 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2453] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2454] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.761 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.778 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.801 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2456] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.808 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.845 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2458] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.873 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.890 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2460] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.913 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2461] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.937 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.945 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:41.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2464] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:41.991 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2465] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2466] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.044 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.064 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2467] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.097 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2468] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.105 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2469] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.172 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2471] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2472] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.209 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.230 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.238 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.256 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2475] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2476] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2479] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2481] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.428 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2483] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.471 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2484] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.511 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2485] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.535 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2486] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2487] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.571 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.590 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2488] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.625 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.649 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.658 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.674 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2491] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.754 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2495] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.761 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.777 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2496] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.833 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.851 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2500] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.876 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2501] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2503] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2504] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2505] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:42.985 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2506] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:42.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2507] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.039 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2508] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.071 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.088 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2510] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.095 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.117 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2511] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2513] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.167 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.184 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2515] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2516] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2517] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.280 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2518] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2520] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.354 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.376 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2522] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.383 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2523] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.427 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2524] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.438 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.457 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.474 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2527] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.523 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2528] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.529 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.562 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.582 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.599 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2531] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.630 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2532] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.695 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2535] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2537] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.746 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.763 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2538] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.773 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.797 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2540] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.846 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.885 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.904 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2544] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.935 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.956 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.962 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:43.986 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:43.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.015 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.066 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.085 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2553] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.182 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2556] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.235 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2559] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.283 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2561] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.327 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.349 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.369 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2564] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.395 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2565] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2566] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.460 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.480 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2567] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.563 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2571] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.602 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2572] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.626 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2573] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.650 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2574] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.658 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=80001] [isPipelinedTxn=false] [2024/05/06 03:56:44.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2576] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.714 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.732 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2577] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.754 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2579] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2580] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.829 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2581] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2582] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.881 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2583] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.892 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.909 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2584] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:44.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:44.999 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.028 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.048 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2589] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.085 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2592] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.131 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.169 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2594] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.178 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.195 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2595] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2596] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.237 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2598] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2599] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.317 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.364 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.372 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.391 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.457 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2606] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.509 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.531 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.565 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2608] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.597 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2609] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.627 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2610] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2612] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.740 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2614] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.751 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.772 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2615] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2616] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.811 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.828 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2617] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.836 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.855 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2618] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.884 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2619] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.893 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2620] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.938 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2621] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2622] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:45.981 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:45.998 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2623] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.007 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2625] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.057 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2626] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.085 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.103 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2627] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2628] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.136 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2629] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.185 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.204 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2633] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.286 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2634] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2637] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.375 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2638] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.421 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2640] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2641] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.475 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2642] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.501 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2643] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.528 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2644] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.562 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.600 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2646] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.624 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2647] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.635 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2648] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.721 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2651] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2652] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.761 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2653] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.797 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.814 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2654] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.842 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2655] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.853 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.873 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2656] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.883 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2657] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.949 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:46.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2660] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:46.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.015 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2661] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.048 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.057 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.075 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2663] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.082 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2664] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.129 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.137 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.155 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.173 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2667] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.184 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.203 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.225 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.266 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2671] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2673] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.345 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.364 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2674] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.394 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2675] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.400 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.438 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.457 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2678] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.502 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2680] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.509 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.546 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2682] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.554 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2683] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.585 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.611 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2684] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.641 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2685] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.668 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2686] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2687] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.719 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2688] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.744 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.761 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2690] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.789 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2691] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.798 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.825 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2693] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2695] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.884 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2696] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.941 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2697] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.949 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2698] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:47.978 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:47.996 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2699] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.017 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2700] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.058 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.075 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2703] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.098 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2704] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.120 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.134 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2706] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.140 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2707] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.178 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2708] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.184 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2709] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.223 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2710] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.247 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2711] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.290 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2713] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.312 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2714] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.335 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2715] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.358 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2716] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.365 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.383 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2717] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2718] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2719] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.467 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2721] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2722] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2723] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.589 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2724] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.596 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.618 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2726] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2727] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.681 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.701 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2728] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.708 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.728 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2729] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.760 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2730] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.769 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.830 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.871 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2735] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.909 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2736] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.921 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.943 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.962 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2738] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:48.972 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:48.991 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2739] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.003 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.043 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.075 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2744] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.141 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.163 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.207 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2747] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.220 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.241 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2748] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.275 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2751] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.334 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.357 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2752] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.367 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2753] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.396 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2754] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.427 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2755] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.457 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.517 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2757] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.551 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2758] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2759] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.617 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2760] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2761] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.689 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.709 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2764] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2765] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.766 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2766] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.776 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.818 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.836 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.857 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2771] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.886 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2772] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.936 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2773] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.943 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2774] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:49.969 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:49.995 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.014 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2776] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2777] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.072 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2778] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.098 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2779] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2781] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.173 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2782] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2783] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.211 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.232 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2784] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.239 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2785] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.267 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2786] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.297 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.317 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2790] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.432 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2792] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.441 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.465 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2794] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.521 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2795] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.533 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.553 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.577 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2797] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2798] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.617 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.637 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2799] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2800] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2801] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2803] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.752 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.769 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2804] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.798 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2805] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.829 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2806] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.864 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2807] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.901 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2808] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2809] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:50.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2810] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:50.990 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2811] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.037 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.083 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2814] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.095 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2815] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2816] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.201 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2818] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.251 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.282 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2820] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.346 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2822] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.359 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.389 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2823] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.400 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2825] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.460 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.477 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2826] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.487 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.503 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2827] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.530 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2828] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2830] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.603 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.614 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.655 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.677 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.695 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2835] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.760 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2838] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.772 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.790 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2839] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.798 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2841] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.886 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2843] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.895 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2846] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:51.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2847] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:51.986 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.021 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2849] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.028 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.069 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2852] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.094 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2854] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.152 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.184 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2857] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.209 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2858] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.219 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.251 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2860] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.259 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2861] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.287 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.326 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2863] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.335 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.352 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2864] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.382 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2865] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.390 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.409 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2866] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2867] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.450 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2868] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.481 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.499 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2869] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.541 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2871] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.569 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2872] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2874] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.645 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2875] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.676 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2876] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.685 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.701 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2877] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.729 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2878] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.776 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2880] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.785 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2881] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.811 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.830 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2882] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.849 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2883] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.855 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.875 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2884] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.899 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.916 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2886] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.925 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.943 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:52.965 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2888] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:52.975 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.011 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2889] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.019 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.039 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2890] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.049 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2891] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.077 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.099 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2892] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2893] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.152 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2894] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.181 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.199 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.239 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2898] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.268 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2899] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.294 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2900] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.301 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.317 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2901] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.325 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2902] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.370 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2903] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.394 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2904] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.400 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.416 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2906] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.440 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.460 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2907] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.469 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.505 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2909] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.531 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.551 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2911] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2912] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.583 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2914] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.640 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2916] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.699 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.718 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2920] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.767 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2921] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.795 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.818 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2923] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.861 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2924] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.887 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.906 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2925] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2926] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.958 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2927] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:53.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:53.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2928] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2929] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.037 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2931] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.082 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2933] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.131 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.148 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2935] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.177 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.200 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2936] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.228 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2937] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.241 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.264 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2938] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.273 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.297 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2939] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.331 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.347 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2941] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.355 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.407 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2943] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.451 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.463 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.507 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.528 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2947] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.561 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.570 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.607 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2950] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.621 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.649 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2951] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.657 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=90000] [isPipelinedTxn=false] [2024/05/06 03:56:54.663 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.687 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2952] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.737 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2953] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.772 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2954] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.807 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2955] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.818 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.846 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2956] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.855 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.884 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2957] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.893 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.927 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2958] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.962 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:54.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2960] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:54.995 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.015 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2961] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.028 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.048 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2963] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.078 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.096 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2964] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2965] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.164 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2967] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.173 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.193 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2968] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2969] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.231 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2970] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.267 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2972] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.333 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2973] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2977] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.443 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2979] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.471 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2980] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.538 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2982] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.545 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.568 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.584 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2984] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2985] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.640 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.658 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2987] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.667 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.684 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2989] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.713 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.735 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.760 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2991] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.785 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2992] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.793 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.809 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.831 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2994] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.861 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2995] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.870 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2996] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2998] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.959 +00:00] [INFO] [set.go:170] ["set global var"] [conn=2999] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:55.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3000] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:55.990 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.033 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.051 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3003] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.063 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.084 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3004] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.113 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3005] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.122 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.146 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3006] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3007] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3008] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3009] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.245 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.270 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3010] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3011] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.337 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3012] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.347 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3013] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.387 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3015] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.443 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3016] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.477 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.499 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3018] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.584 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.597 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.629 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.643 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.667 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.685 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3023] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.693 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.722 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.769 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.791 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3026] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.805 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3028] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.876 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.887 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3030] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:56.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.942 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:56.989 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.013 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3034] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.025 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.043 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.083 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3037] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3038] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.135 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.157 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3040] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.187 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3042] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.257 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.285 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3044] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.298 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3045] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.335 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.358 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.385 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.404 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3048] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.415 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.438 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3049] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3050] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.501 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3051] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.571 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.590 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3055] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3056] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3058] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3059] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.726 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3060] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.754 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3061] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.769 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3063] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.847 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3064] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.853 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3067] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.947 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3068] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:57.974 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:57.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.018 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3071] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3073] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.067 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3074] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.130 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3075] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.137 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.157 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3077] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.210 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3078] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.220 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3079] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.251 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.269 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.288 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.306 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3082] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.317 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.339 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3083] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.383 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.404 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3085] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.431 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3086] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.441 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3087] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.493 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.509 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.533 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3090] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.565 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.585 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.611 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.635 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.658 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3094] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.669 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.693 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3095] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.726 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3096] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.739 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3097] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.797 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3098] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.830 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3099] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.856 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.865 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.883 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.892 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.921 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3102] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:58.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:58.983 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.016 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.072 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3105] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3106] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.129 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.164 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3107] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.182 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.245 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.261 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.328 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.423 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3116] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.478 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.501 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3117] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.513 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.538 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3118] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.547 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.579 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3119] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3120] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.661 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3121] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.673 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.699 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3122] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.751 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.775 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.808 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.831 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3127] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.856 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.874 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.904 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.921 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:56:59.975 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:56:59.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.019 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3135] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3136] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.070 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3137] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.081 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.101 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3138] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.150 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.161 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3141] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.187 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.218 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3142] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3143] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.250 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.282 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3145] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.287 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.305 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.329 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.348 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.363 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.397 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.418 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.463 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3156] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.482 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3159] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.536 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.559 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.613 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3163] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.637 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3164] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.644 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.676 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3166] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.699 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.723 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3168] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.729 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.746 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.769 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.799 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.821 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3172] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.831 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.874 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3174] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.885 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3175] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.913 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.930 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.959 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:00.978 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:00.987 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.006 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.064 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3181] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.155 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3184] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.171 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.203 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3185] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.218 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.287 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.305 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.341 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3188] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.359 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.390 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3189] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.401 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.433 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3190] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.447 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.494 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.538 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.554 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.589 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3194] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.673 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3195] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.687 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.721 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3196] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.761 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.799 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3198] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3199] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.872 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:01.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:01.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.003 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3202] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3203] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.075 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.109 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.127 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.159 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3205] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.179 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.212 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3206] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.295 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3208] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.307 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.335 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.415 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3212] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.462 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3213] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.520 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3216] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.562 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.582 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3217] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.591 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.633 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3219] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.644 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3222] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.740 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3223] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.749 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.769 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.786 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.798 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.830 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.845 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3227] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.913 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:02.988 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3233] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:02.995 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.014 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3234] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.025 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.042 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3235] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.049 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.067 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3236] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.116 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3238] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.144 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3239] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.167 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3240] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.174 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.228 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3243] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.251 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3244] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3247] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.346 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.353 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.371 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.387 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3252] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.450 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3254] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.510 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.534 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.551 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3258] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3259] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.596 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3261] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.624 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.641 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.664 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3263] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3264] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.697 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.722 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3266] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.751 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.789 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3268] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.797 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.850 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3270] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.885 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3272] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.931 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:03.983 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3274] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:03.999 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.031 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3275] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.041 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.070 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3276] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.081 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.100 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3277] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.111 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3278] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.143 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.167 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3279] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.177 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3280] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3282] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3283] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.304 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.351 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.374 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3286] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.387 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.450 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3289] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.497 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.522 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.549 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3291] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.562 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.587 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3292] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.604 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.633 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3293] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.647 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.658 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=100001] [isPipelinedTxn=false] [2024/05/06 03:57:04.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.685 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.714 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3295] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.815 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3298] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.855 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.867 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.920 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:04.931 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:04.977 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3304] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.027 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.061 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.078 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.113 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3306] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.152 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3307] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.167 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3308] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.228 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3309] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.238 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.257 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3311] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.287 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.307 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3312] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.321 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.341 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.407 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.435 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.474 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3319] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.505 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.515 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.537 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.569 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.597 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.612 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.634 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3324] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.683 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3326] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3329] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.761 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.782 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3331] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.831 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3332] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.865 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3333] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.893 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3334] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.903 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.937 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3336] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:05.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.965 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:05.986 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3339] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.028 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.091 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3343] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3344] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.119 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.134 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3345] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.140 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3346] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.183 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3349] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.230 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3350] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.256 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.301 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3353] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.308 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.328 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.344 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.368 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.374 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.391 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3358] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.429 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.499 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.529 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.541 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.567 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3364] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3366] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.705 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.729 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3368] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.763 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.801 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.839 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:06.919 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.947 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:06.971 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.010 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.069 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3376] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.087 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.118 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3379] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.195 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.224 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3380] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.238 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.261 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.278 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3382] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.321 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.410 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.427 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.471 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3385] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3387] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.635 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3389] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.677 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.701 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3391] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.757 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3392] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3393] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.840 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3394] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.889 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3395] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.905 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.938 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3396] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:07.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:07.974 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.011 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.094 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3400] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.135 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.150 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3402] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.209 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.245 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3403] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.257 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.317 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.352 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.365 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3407] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.413 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.434 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3408] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.453 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.478 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3410] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.513 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.603 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.639 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3414] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.689 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3415] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.731 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3416] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.751 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.783 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3417] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.795 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.821 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3419] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.897 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3420] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.909 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.933 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3421] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:08.949 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:08.979 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.023 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.059 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3424] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.073 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.109 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3425] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.123 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.162 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.234 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3428] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.325 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.349 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3432] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.403 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3435] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.478 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3436] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.486 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.505 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.533 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3438] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.543 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.570 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.592 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.618 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.637 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.655 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3443] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.663 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.743 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3446] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.750 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3447] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.775 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.790 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.797 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.833 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.843 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.884 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.901 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3453] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.909 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.931 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3454] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.955 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.970 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3456] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:09.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:09.996 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3457] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.003 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.023 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.049 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3459] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.061 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.078 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.105 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3461] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.118 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.149 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3464] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.233 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.255 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3466] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.285 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3467] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.315 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3468] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.322 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.345 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3469] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.386 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3470] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.411 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.428 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.445 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.473 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3474] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.501 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3475] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3476] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.554 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3477] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.582 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3479] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.668 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.695 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3483] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.703 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3484] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3485] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.764 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3488] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.818 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.852 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3491] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.890 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.915 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3493] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.958 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3494] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:10.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:10.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.000 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.018 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3497] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3498] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.125 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3502] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.148 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3503] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.174 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.191 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3505] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.198 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.212 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3506] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.218 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.234 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3507] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.241 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3508] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.264 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.278 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.301 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.318 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.335 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3512] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.385 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.403 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3515] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.412 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.429 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3516] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.452 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3517] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.459 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.484 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3518] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.527 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3522] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.625 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3523] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.671 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.707 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3524] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3525] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.793 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3526] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.804 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.827 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3527] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.881 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3528] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.895 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.921 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.933 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.953 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:11.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3531] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:11.999 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.035 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3532] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.051 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.075 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3533] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3535] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.157 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3538] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.257 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.372 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3542] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.387 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.408 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3543] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.423 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.451 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.529 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.567 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.583 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.676 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3549] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.697 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.722 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.749 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.799 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3553] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.934 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3555] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:12.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:12.980 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.037 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3558] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.077 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3560] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.156 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.190 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.232 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.273 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3564] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.291 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3565] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.349 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3566] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.403 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3567] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.455 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.511 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3569] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.610 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3570] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.657 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3571] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.740 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3573] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.789 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.831 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.851 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.895 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3576] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:13.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.945 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:13.985 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.003 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.046 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3579] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.065 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3581] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.145 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.184 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3582] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3583] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.241 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.271 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3585] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.328 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.357 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.372 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.401 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.435 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3588] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.451 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.471 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3589] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.515 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.570 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3591] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.624 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.658 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=110001] [isPipelinedTxn=false] [2024/05/06 03:57:14.691 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3594] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.709 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3595] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.822 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.836 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.873 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3598] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:14.963 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:14.990 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.021 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3602] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.031 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.071 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.081 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.112 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3605] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3606] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.182 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3607] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.242 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3608] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3610] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.389 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3612] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.407 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.440 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3613] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3615] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.561 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.579 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3617] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.617 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3620] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.667 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.705 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3621] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.750 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3622] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.818 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3624] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.836 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.897 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3626] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:15.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.941 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:15.997 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3629] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.017 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.055 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3630] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.129 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.163 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.244 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3634] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.299 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3635] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3636] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.370 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.453 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3639] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.471 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.499 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.527 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3641] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.577 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3642] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.626 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3643] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3645] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3646] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.757 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3647] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.806 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3648] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.817 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3649] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.886 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.895 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.919 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.935 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3652] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.947 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:16.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3653] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:16.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3654] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.017 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.039 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3655] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.081 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3656] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.091 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.109 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.125 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3658] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.135 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.152 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3659] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.165 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.183 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3660] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3661] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.214 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.259 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3663] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.290 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3664] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.303 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.323 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.348 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3666] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.355 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.372 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.389 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3668] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.396 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.414 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3669] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.423 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.441 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3670] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.450 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3671] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3673] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3674] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.539 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3675] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.593 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3676] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.625 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3677] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.654 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3678] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.713 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3679] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.761 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.801 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3681] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.821 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3682] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.877 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.906 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3683] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:17.973 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3684] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:17.988 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.026 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3685] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:18.044 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.085 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3686] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:18.105 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.131 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.205 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3689] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:18.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.257 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3691] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:18.308 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.346 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:18.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.400 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3693] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:18.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.443 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.472 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.497 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3696] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:18.515 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.613 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3699] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:18.637 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3701] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:18.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.764 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3702] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:18.797 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.861 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.895 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:18.989 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3708] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.014 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.041 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3709] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3710] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3712] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.179 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.211 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.254 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3714] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.275 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3715] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.340 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3716] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.401 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3717] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.449 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.486 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3718] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.493 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3719] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.580 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.626 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3721] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.637 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3722] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.691 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.726 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3723] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.736 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.767 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.803 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3725] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.822 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.848 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3726] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.867 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.892 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.922 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3728] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.926 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:19.957 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3729] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:19.975 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.014 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3730] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.063 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3731] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.073 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3732] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3734] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.201 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.245 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3735] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.291 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3736] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.309 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3737] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.405 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3738] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.418 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.446 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3739] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3740] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.553 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3741] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.624 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3744] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.667 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.694 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3745] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.750 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3746] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.856 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3750] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3751] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.921 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3752] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.961 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:20.985 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3753] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:20.996 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3755] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.075 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.095 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.123 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3758] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.133 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.164 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3759] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.205 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3761] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.247 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3762] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.311 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3764] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.363 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3765] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.374 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.393 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.421 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3769] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.511 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3770] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.520 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.565 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3772] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3773] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.614 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.633 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3774] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.664 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3775] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3778] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3779] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.751 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.767 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3780] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.776 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3781] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.807 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.826 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3782] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.835 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3783] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.906 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.931 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.950 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3787] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.961 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:21.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3788] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:21.993 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.009 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.038 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3790] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.051 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.070 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3791] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.084 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.109 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3793] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.162 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.197 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3794] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.207 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.237 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3795] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.271 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3796] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.283 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.341 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3798] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.373 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3799] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.407 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3800] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.415 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.445 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3801] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.507 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.533 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3804] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.550 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.577 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3806] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.631 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.663 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3808] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.722 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3809] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.787 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.817 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.856 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3811] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.875 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.916 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3812] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:22.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:22.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3813] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3815] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.144 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3816] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.205 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3817] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.223 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3818] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.339 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3819] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3820] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.419 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.454 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3821] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.472 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.535 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3823] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.554 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3824] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.613 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3825] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.672 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.713 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3826] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.729 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3827] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.789 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.825 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.857 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3830] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.913 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:23.951 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:23.971 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.009 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3832] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.096 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3834] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.116 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3835] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.171 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3836] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3837] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.271 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3838] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.346 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3839] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3840] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.407 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3841] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.467 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3842] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.483 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3843] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.553 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.579 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.601 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3846] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.615 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.637 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3847] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.658 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=120001] [isPipelinedTxn=false] [2024/05/06 03:57:24.673 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3848] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.709 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.758 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3851] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.775 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.803 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.840 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3853] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3854] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:24.919 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:24.988 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3856] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3857] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.066 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3858] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.122 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.175 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3860] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.211 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3861] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.227 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.289 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3863] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.301 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.322 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.369 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.403 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3867] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.418 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.438 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3868] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.454 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3869] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3870] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.617 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3872] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.634 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.683 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3874] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.725 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3875] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.819 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.906 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3881] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3882] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:25.955 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.975 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:25.999 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.026 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3885] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.037 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.057 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3886] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.073 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.096 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3887] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.125 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.145 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3890] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.174 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.199 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3892] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.228 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.246 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3893] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.271 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3894] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.279 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.321 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3896] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.333 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.359 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3897] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.373 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3898] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.400 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.451 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3902] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3903] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.501 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.521 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3904] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3906] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.571 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3907] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.610 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3908] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.618 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3909] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.650 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3910] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3912] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.746 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.761 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3913] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.786 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3914] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.812 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3915] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.823 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.843 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3917] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.875 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3922] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:26.989 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3923] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:26.998 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.030 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3925] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3926] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.080 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3927] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.086 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.103 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3928] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.126 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3929] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.146 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3930] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.169 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3931] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.176 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.194 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.212 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3933] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.233 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3934] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.238 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.255 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3935] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.261 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3936] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.299 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3937] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.322 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3940] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3941] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.409 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3943] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.416 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3946] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.471 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.486 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3947] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3949] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.545 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3950] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.554 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.571 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3951] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.595 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3952] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.618 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3953] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3955] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.658 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3956] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.712 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3958] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3959] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.759 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3960] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3961] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.802 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3962] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3964] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.851 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.867 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3965] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.890 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3966] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.901 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.918 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3967] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3968] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:27.986 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3970] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:27.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.014 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3971] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.020 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3972] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3973] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3975] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.118 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3976] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3977] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.148 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.165 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3978] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.172 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.188 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3979] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.197 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.219 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3980] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.235 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3981] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.263 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.299 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3982] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.381 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3984] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.395 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.417 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3985] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.431 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3986] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.505 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.547 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3988] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.568 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.603 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3989] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.621 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.661 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3990] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.724 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3991] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.783 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3992] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.805 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.841 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.850 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.890 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3994] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:28.911 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:28.943 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.017 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3996] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.041 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.083 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3997] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.095 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.137 +00:00] [INFO] [set.go:170] ["set global var"] [conn=3998] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.159 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.221 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4002] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.289 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.321 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4003] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.386 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4004] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4006] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4007] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.565 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.601 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.638 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4009] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.703 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4010] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.727 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.766 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4011] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.789 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4012] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.887 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.927 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4014] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:29.947 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:29.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4015] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.005 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.072 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4017] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.089 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.121 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4018] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.136 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.159 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.181 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.220 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4022] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4023] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.250 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.282 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.303 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4026] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4027] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.356 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4028] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.370 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.392 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.416 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.432 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4031] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4032] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.456 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.474 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.488 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4034] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.527 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4036] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.551 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.568 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4041] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4042] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.668 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4043] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4045] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.714 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.732 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.760 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4047] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4048] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.788 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.807 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4049] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.813 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.832 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4050] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.840 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4051] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.882 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4052] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.886 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.909 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4053] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.919 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.939 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4054] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.955 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.972 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:30.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4056] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:30.997 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.016 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4057] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4058] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.044 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4059] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.065 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.084 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4060] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.131 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.168 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4063] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.175 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.192 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4064] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.196 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.229 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.247 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.263 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4068] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.270 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.300 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.318 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.347 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4070] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.361 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.391 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.431 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4072] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.443 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.475 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4073] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.489 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.529 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4074] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.611 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4076] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.627 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4078] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.687 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.723 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4079] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.772 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4080] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.822 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4081] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.879 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4082] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.938 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4083] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:31.955 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:31.998 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4085] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.111 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4086] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.173 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4087] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.226 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.241 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.267 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4090] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4091] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.370 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.436 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4093] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.455 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.496 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4094] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.557 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4095] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.603 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.633 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4098] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.683 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.712 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.748 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.787 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.818 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4102] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.869 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.909 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.919 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.947 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4105] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:32.967 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:32.987 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.009 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4107] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.021 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.050 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.084 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.103 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4110] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.157 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.191 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.231 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.283 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4115] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.337 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.374 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4116] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.385 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4118] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.464 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4120] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.553 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.590 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4121] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.645 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.706 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4124] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4125] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.829 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.849 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4127] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.908 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.937 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:33.972 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:33.991 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.038 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.061 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.080 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.104 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.147 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.171 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.227 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.264 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4134] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.333 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4135] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.355 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.392 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4136] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.411 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.449 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4137] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.493 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.537 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4139] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.589 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.609 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.648 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4141] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.658 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=130001] [isPipelinedTxn=false] [2024/05/06 03:57:34.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.706 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4142] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.749 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4143] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.771 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.876 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4146] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:34.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:34.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.003 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4148] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:35.080 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:35.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.171 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.212 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4152] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.259 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4153] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:35.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.305 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.332 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.399 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4157] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:35.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.461 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4158] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:35.478 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.522 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:35.588 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.619 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.664 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4163] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:35.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.733 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4164] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.797 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4165] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:35.819 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.852 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:35.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.950 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:35.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.011 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.057 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.078 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.119 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4171] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.141 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.172 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.215 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.237 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.279 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4174] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.297 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4175] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.390 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4177] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.464 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.505 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.525 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.624 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4180] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.640 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4182] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.741 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.801 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.842 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4184] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.895 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.925 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:36.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:36.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.031 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4188] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.082 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.111 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4192] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.211 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.300 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4195] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.315 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.345 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.385 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.403 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4199] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.481 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4200] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.619 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4202] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.640 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.682 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4203] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.705 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.753 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.805 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.837 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4206] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.887 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4207] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.907 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.935 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:37.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4209] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:37.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.029 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4210] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.091 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4211] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.109 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4212] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.199 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4213] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.221 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.255 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4214] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.275 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.335 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.375 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4217] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.445 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4218] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.463 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.511 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4219] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.533 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4221] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.633 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4222] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.727 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4223] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.789 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4224] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.845 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.917 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.947 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:38.979 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4228] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:38.985 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.027 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.049 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.081 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.097 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4231] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.145 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.175 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.207 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.251 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4234] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.303 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4235] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.315 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.356 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4236] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.375 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.410 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4237] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.473 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4238] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.528 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4239] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.623 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4241] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.647 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.687 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4242] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.732 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4243] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.747 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4244] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.801 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.840 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4246] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:39.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:39.992 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.010 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.031 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.047 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.058 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.094 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.111 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.147 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4252] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.157 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.186 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4253] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.228 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.265 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.348 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4257] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.369 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.410 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4258] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.459 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4260] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.587 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.619 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.651 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4264] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.671 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.706 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.728 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.765 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4266] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.791 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.843 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4267] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.906 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4268] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:40.929 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:40.975 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4269] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.074 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4271] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.095 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.127 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.168 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4273] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.262 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4275] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.326 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4276] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.350 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.385 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.429 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4278] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.451 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4279] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.536 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.559 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4281] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.608 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4282] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.625 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.661 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4283] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.708 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.764 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4286] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.829 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.843 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.872 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4288] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.890 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4289] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.965 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:41.985 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4292] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:41.998 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.019 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.034 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.041 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.059 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4295] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.069 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.095 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4296] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.131 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.165 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4299] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.229 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.276 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4300] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.349 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.391 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4302] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.411 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4303] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.464 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.508 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4304] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.532 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.595 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.635 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4306] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4307] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.810 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4310] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.827 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.861 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4312] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:42.924 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:42.957 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4314] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.033 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.065 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.123 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.164 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4317] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.242 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4318] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.303 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4319] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.366 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.425 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.441 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.476 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.527 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.547 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.585 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4324] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.635 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4326] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.683 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.728 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.758 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.785 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4329] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.804 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.842 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.900 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4331] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.915 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:43.958 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4332] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:43.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.011 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4333] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4334] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.087 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.115 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4335] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.132 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.151 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4336] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.163 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4337] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.218 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.269 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4339] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.283 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4341] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.344 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.373 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.399 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.433 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4344] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.449 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.481 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.513 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4346] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.520 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4347] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.582 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.625 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.647 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.657 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=140000] [isPipelinedTxn=false] [2024/05/06 03:57:44.669 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.695 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4352] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.777 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.848 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.926 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:44.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4357] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:44.971 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.007 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4358] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.018 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4360] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.126 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.143 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4362] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.193 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4363] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.216 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.241 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4364] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.250 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.271 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4365] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.282 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4366] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.315 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.331 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4367] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.368 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4368] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4369] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.437 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.464 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.487 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.528 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.537 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4376] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.601 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.621 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.661 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.723 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4382] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.766 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.772 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.791 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4385] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.809 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.823 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4386] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.835 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.869 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4387] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.953 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4391] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:45.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4392] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:45.993 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.015 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.048 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4394] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.055 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4395] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.117 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.151 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.188 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4397] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.235 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.247 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4402] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.340 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.375 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4404] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.419 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4405] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.447 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.469 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4407] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4408] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.500 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.517 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.541 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4410] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.550 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.571 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4411] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.593 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4412] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4413] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4414] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.651 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4415] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.672 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4416] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.712 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.739 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4418] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.746 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.783 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4420] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.790 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.809 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4421] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4422] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4424] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.920 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4425] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.933 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.951 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:46.963 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:46.989 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.023 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4428] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.037 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.111 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4430] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.166 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.225 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4432] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.241 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.279 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4433] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.397 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4436] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.415 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.443 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.501 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4439] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.549 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.569 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.586 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.629 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4442] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.639 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.677 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4443] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.685 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.713 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4444] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.758 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4445] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.773 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4446] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.815 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.867 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.909 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:47.976 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4451] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:47.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4453] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.071 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.109 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4454] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.130 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.167 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.271 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4457] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.285 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.325 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4458] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.387 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4459] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.452 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4460] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.473 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.523 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4461] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.607 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.647 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4463] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.665 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4464] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.715 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.751 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4465] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.769 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.806 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4466] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.825 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.849 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4468] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4469] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:48.962 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:48.992 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4470] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.059 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4471] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.083 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.114 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.155 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.209 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4475] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.275 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.325 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4476] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.421 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4478] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.437 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.478 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4479] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.496 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.538 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.591 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.635 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.658 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4483] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.721 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.763 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4484] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.814 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4485] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.823 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4486] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.917 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4487] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.941 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:49.977 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4488] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:49.997 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.051 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.093 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4490] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.114 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.151 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4491] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.198 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4492] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.215 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.250 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4493] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.283 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4494] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.295 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.347 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4496] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4497] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.417 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.456 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4498] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.474 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.502 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4499] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.554 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4500] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.571 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.597 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4501] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.643 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4502] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.709 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4503] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.728 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.750 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.781 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4505] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4506] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.857 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.891 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4507] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:50.906 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.923 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:50.971 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.013 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4511] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.029 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.059 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4512] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4513] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.132 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.170 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.205 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4515] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.250 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.291 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4517] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.379 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4520] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.437 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.481 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4521] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.533 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4522] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.581 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.605 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4524] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.621 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.653 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4525] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.671 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4526] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.725 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.751 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4528] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.812 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.820 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.859 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4531] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.885 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.903 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.926 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4534] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.953 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4535] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:51.962 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:51.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.005 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.047 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4540] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.077 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4542] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.132 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.163 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4543] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.170 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.193 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.217 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.249 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.265 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.297 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.309 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.335 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4548] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.345 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4549] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.387 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.426 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4550] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.467 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.489 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.508 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4553] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.519 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.550 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.594 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4555] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4556] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4557] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.711 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.747 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4558] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.758 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.775 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4559] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.789 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.807 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.825 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4561] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.841 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.859 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.885 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.909 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4564] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.941 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4565] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.953 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.969 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4566] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:52.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:52.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.011 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4569] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.037 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.059 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4570] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.067 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.083 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4571] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.095 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.115 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4572] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.153 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4573] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.176 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.194 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4575] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.221 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.243 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4577] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.253 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.291 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.309 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4580] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.332 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4581] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.343 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.463 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4588] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.486 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4590] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.520 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4591] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4592] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4593] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.579 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4594] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.601 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4595] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.628 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4596] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.634 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.692 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4599] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.698 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.716 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.754 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4602] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.778 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.794 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.814 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4605] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.818 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.863 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4608] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.882 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4609] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4610] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.908 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.924 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4611] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4612] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:53.968 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4613] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:53.972 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.003 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4615] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.008 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.042 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4617] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.048 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.065 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4618] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.071 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4619] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4620] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4621] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.146 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4622] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.151 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.182 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.198 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.214 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.232 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4627] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.253 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4628] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4629] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4630] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4631] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.336 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.350 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4633] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.354 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.371 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4634] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.376 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.390 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4635] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4637] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.468 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4639] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.472 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.508 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4641] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.514 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.532 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4642] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4645] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4646] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.637 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4647] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.643 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4648] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.658 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=150001] [isPipelinedTxn=false] [2024/05/06 03:57:54.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.681 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4650] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4651] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.740 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4652] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.744 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.758 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4653] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.778 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4654] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.782 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4655] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.814 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4656] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.818 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.833 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4657] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4658] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.874 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4659] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.890 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.904 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4661] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.908 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.925 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4662] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4664] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.980 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4665] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:54.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:54.998 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.012 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4668] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4670] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.066 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.099 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4672] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4674] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.149 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.179 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4676] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.201 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4677] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.240 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4680] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.281 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4681] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.288 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4682] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.325 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4683] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.330 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.346 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4684] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.382 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4686] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.400 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4687] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4689] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4690] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.492 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4692] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.512 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4693] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.535 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4694] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.540 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.554 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4695] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.560 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.592 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4697] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.613 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4698] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.618 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.664 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4700] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.668 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.684 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.698 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4702] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.717 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4703] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4704] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.752 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4705] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4706] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4707] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4708] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.828 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4709] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.846 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.860 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4711] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4712] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.910 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4714] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4715] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.932 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4716] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.964 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4717] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:55.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.982 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:55.998 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4719] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.044 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.060 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4723] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.064 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4724] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.096 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4727] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4729] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4730] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.178 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4732] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.240 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.254 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4735] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.272 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.288 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4737] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.306 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4738] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.310 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.324 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.354 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.370 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4742] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.374 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4744] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4745] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.438 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4746] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.456 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4747] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.460 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.474 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4748] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.479 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.494 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4749] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.572 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4754] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.618 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4757] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.636 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4758] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.640 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.654 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4759] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.672 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4760] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.690 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4761] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4762] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.712 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.729 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4764] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.746 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.776 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4766] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.780 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4767] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.830 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.846 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4770] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.850 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4772] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.898 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4774] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4775] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4776] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4777] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:56.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4778] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:56.988 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.004 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4779] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4781] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.070 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4783] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4785] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4786] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4787] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4788] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.164 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.178 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.209 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4791] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.214 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.231 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4792] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.236 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.270 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.284 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4795] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.288 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4796] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.334 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4798] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4799] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.374 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4800] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.380 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.394 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.424 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4803] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.430 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.444 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4804] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4805] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.484 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4806] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.532 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4809] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.536 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4810] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.570 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4811] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4812] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.592 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.608 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4813] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.612 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.626 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4814] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.644 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4815] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.648 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.662 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4816] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.666 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4817] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.714 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4819] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.718 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.764 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4822] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.814 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4825] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.818 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.832 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4826] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.853 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4827] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.858 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.874 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4828] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.911 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4830] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.918 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.933 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4831] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.956 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4832] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.960 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.975 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:57.988 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4834] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:57.992 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.006 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4835] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.028 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4836] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.030 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.044 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4837] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.048 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4839] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.084 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.100 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.114 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4841] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.120 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.134 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4842] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.138 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4843] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.174 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4844] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.178 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.194 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4846] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.230 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4847] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4848] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.266 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4849] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.270 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.284 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4850] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.288 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4851] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.322 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.338 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.354 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4854] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.358 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.372 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4856] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4857] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4859] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.462 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4860] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.484 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4861] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4862] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.522 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4863] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4864] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.544 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.574 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4866] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.578 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.594 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4867] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4868] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.618 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.646 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.676 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.736 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4876] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.754 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4877] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.758 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.772 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4878] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.776 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.806 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4880] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.810 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.824 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4881] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.844 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4882] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.848 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.862 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4883] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.929 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4887] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.948 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4888] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.952 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.966 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4889] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.970 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:58.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4890] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:58.988 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.003 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.018 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.033 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4893] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.038 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4895] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.086 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4897] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4898] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.156 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.173 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4901] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.178 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.220 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.234 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4905] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.238 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.252 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4906] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.270 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.284 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4908] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.288 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.302 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4909] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.306 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4910] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4911] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4912] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4913] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.398 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4914] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4915] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4917] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.454 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.486 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4919] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.518 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.532 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4922] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.536 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.550 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4923] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.554 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.568 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4924] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4925] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.604 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4926] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.622 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.638 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4928] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4929] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.660 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.674 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4930] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.678 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.692 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4931] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.712 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.742 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4934] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.746 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.760 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4935] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.764 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.778 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4938] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.828 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4939] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.846 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4940] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.850 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.866 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.880 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4942] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.884 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4943] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.916 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4944] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.934 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4945] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.938 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.952 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4946] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.971 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4947] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:57:59.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4948] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:57:59.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.009 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4949] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.012 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.040 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4951] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.044 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.058 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4952] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.076 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4953] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.096 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4954] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.114 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.156 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.170 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4959] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.174 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.188 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4960] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4961] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4962] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4963] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4966] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.314 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4967] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.318 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.332 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.374 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4971] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.392 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4972] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.396 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.410 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4973] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4974] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.490 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4978] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.494 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.508 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4979] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.512 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.526 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4980] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.530 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.549 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4981] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.570 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4982] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.588 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4983] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.598 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.612 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4984] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.616 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.630 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4985] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.634 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.650 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4986] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.666 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4987] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.684 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4988] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.702 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4989] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.706 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.720 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4990] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.724 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.738 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4991] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.742 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.756 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.770 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4993] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.788 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.804 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4995] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.808 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.822 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4996] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.828 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.842 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4997] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.846 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.860 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4998] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.864 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=4999] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5000] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.914 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5001] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.932 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5002] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.950 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5003] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.954 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:00.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5005] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:00.988 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.016 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5007] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5009] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.068 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5010] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.072 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5011] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5012] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5013] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5014] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5015] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.162 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.190 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.204 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5018] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.208 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.222 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5019] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5020] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5021] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.290 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.304 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5024] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.308 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.322 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5025] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.342 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.356 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.370 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5028] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.374 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5029] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.392 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.406 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5030] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.410 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.425 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5031] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.428 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.442 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5032] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.446 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.460 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.474 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5034] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.480 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.494 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.508 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.522 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5037] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.540 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5038] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5039] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5040] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.615 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5042] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.634 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5043] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5044] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.671 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5045] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.690 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5046] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.708 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5047] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.732 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5048] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.736 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.750 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5049] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5050] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.772 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.788 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5051] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.822 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5053] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.840 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5054] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5055] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5056] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5058] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.930 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5059] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.934 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.962 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5061] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.966 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:01.982 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5062] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:01.984 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.000 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5063] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.030 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5065] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.048 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5066] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.052 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.066 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5067] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5068] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5069] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5070] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5071] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5072] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.162 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.196 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.226 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5076] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.231 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.246 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5077] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.250 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.296 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5080] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5082] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.334 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.348 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.362 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5084] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5085] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.398 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5086] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5087] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.434 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5088] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.438 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.454 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5089] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.472 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.486 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5091] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.504 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5092] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.523 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5093] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5094] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5095] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5096] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5097] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.602 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.618 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.632 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5099] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.636 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.650 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5100] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.654 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.668 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5101] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.672 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.686 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.700 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5103] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.718 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5104] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.722 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.736 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5105] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.740 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.756 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5106] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.760 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.790 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5108] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5109] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.826 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.840 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5111] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.844 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5112] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.862 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5113] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.880 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.894 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5114] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.912 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5115] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.916 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.944 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5117] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.962 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5118] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.966 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:02.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5119] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:02.988 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5120] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.006 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5121] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.038 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.052 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5123] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.070 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5124] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5126] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5127] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.140 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.154 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5129] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.172 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5130] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.176 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.190 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5131] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5132] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.226 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5133] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.248 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.262 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5135] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.280 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5136] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5137] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5138] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.334 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.348 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5140] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5142] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.398 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5143] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.416 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5144] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.420 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.462 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5147] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.482 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5148] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5149] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5150] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.520 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5151] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.566 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5153] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.570 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5156] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.618 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.632 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.646 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.660 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5159] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5160] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.696 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5161] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.700 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.714 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5162] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.718 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.764 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5165] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.798 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5167] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.802 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.816 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5168] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.820 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.834 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5169] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5170] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.856 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.870 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5171] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.874 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.902 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5173] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.920 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.936 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.950 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5176] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.956 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.970 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5177] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.974 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:03.990 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5178] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:03.994 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.011 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5179] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.031 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5180] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.052 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5181] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.056 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.070 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5182] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.089 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5183] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5185] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5186] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5187] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.187 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5188] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.193 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5189] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.229 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5190] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5191] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.280 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5193] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5194] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.318 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5195] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.322 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5196] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.340 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.356 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5197] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.360 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.374 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.388 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5199] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.408 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5201] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.428 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.458 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5203] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.479 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5204] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.500 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5205] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.506 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.520 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5206] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.526 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.556 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5208] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.562 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.606 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.638 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5213] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.642 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.656 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5214] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.658 +00:00] [INFO] [2pc.go:1241] ["send TxnHeartBeat"] [startTS=449568504455364608] [newTTL=160001] [isPipelinedTxn=false] [2024/05/06 03:58:04.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5215] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.699 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5216] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.704 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.720 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.734 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5218] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.738 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5220] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.774 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.789 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5221] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.794 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.808 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5222] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.812 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.829 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5223] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.849 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5224] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5225] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.872 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.888 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5226] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.894 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5227] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.928 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.942 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5229] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.948 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.963 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5230] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:04.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:04.998 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5232] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.002 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.031 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5234] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.057 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.080 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5236] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.086 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.102 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.116 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5238] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.122 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.139 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5239] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.158 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.172 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5241] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.176 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.206 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5243] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.210 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5245] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.244 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.258 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5246] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.262 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5248] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5249] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5250] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.332 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.346 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5251] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.366 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5253] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.398 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.412 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5255] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.416 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5256] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.450 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.464 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5258] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.468 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.484 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5259] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.502 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5261] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.520 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5262] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5263] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.556 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5265] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.604 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5266] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5267] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.626 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.640 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5268] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.644 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.658 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5269] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.676 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5270] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.710 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5272] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.714 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.730 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5273] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.748 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5274] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.752 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.766 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5275] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.770 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.814 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5278] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.818 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.832 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.846 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.878 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.892 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5283] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.896 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5285] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.930 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5287] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:05.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5288] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:05.986 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5289] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.006 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.034 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.048 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.064 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5293] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.068 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.084 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5294] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.088 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.102 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5295] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.106 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5296] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.124 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.138 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5297] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.156 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5298] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.160 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.188 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5300] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.192 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.208 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5301] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.212 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.226 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5302] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.234 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.248 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5303] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.280 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5305] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.284 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.298 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5306] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.302 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.316 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.330 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5308] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.334 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.348 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5309] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.352 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.384 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5311] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.388 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.402 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5312] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.406 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.422 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5313] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.426 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.440 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5314] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.444 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.472 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5316] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5318] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5319] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.542 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5320] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.546 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.560 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5321] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.564 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.578 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5322] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.596 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5323] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.600 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.614 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5324] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.618 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.634 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5325] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5326] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.670 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5327] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5328] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.692 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.706 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5329] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.724 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5330] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.730 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.744 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5331] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.762 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5332] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.766 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.780 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5333] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.798 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.812 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5335] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.816 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.830 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5336] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.834 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.848 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5337] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.852 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.866 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5338] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.870 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.886 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5339] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.888 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.904 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.918 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5341] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.936 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5342] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.968 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:06.984 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5345] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:06.988 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5346] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.006 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.022 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.036 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5348] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.040 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.054 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5349] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.058 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.072 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5350] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.076 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.090 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5351] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.094 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.122 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5353] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.140 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5354] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.144 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.158 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5355] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.162 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.178 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5356] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.182 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5357] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.200 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.214 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5358] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.224 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5359] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.258 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.274 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5361] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.276 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.292 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5362] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.310 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5363] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.314 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5364] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.332 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.348 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.362 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5366] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5367] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.384 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.398 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5368] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.416 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.430 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5370] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.434 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.448 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5371] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.452 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.466 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5372] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.498 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5374] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.516 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5375] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.520 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.534 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5376] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.556 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5377] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.558 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.572 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5378] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.590 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5379] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.594 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.624 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5381] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.628 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.644 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.660 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5383] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.662 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.678 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5384] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.682 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.696 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.724 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5387] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.731 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.746 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5388] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.750 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.764 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5389] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.783 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5390] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5391] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.804 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.818 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5392] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.822 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.836 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5393] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.840 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.868 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.898 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5397] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.902 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.919 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5398] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.922 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.940 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.955 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5400] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.958 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.972 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5401] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:07.976 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:07.990 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.004 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.020 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5404] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.024 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.038 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5405] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.042 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.056 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5406] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.060 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.074 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.088 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5408] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.106 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5409] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.110 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5410] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.142 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.156 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.170 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.184 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5414] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.218 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.234 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5417] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.238 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.252 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.280 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.294 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.308 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5422] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.328 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5423] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.332 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5425] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.378 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5426] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.382 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.396 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5427] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.400 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.414 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.428 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5429] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.432 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.448 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.462 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5431] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.466 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.484 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.498 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.514 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5434] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.516 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.531 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5435] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.534 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.548 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5436] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.552 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.568 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5437] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.572 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.586 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5438] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.604 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5439] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.622 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5440] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.642 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5441] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.646 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.674 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.702 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.716 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.734 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.748 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5448] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.754 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.768 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5449] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.772 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.786 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5450] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.792 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.806 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.820 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.835 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5453] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.838 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.852 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5454] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.856 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.872 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5455] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.876 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.890 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.904 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5457] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.908 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.922 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5458] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.926 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.940 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5459] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.944 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.960 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5460] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:08.983 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5461] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:08.988 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.002 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5462] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.008 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.024 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5463] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.026 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.042 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5464] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.046 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.062 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.078 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5466] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.084 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.098 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.112 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.128 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5469] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.134 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.148 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.162 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5471] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.168 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.182 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5472] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.188 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5473] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.206 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.222 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.238 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5475] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.242 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.256 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5476] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.260 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.290 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5478] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.296 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.324 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5480] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.328 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.342 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5481] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.346 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.360 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5482] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.364 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.380 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5483] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.402 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.416 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.431 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5486] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.436 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.450 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5487] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.454 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.470 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.486 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5489] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.490 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5491] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.538 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.552 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5493] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.572 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5494] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.576 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5496] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.608 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.638 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5498] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.644 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.660 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5499] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.664 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.680 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.694 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.729 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5503] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.736 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.752 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.768 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.786 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.800 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.814 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.830 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5509] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.836 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.850 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5510] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.854 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.868 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5511] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.872 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.886 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5512] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.892 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.908 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5513] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:09.912 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5514] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.946 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.962 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.981 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:09.998 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.013 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5519] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.032 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.050 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5521] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5523] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.092 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.120 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5525] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.126 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5526] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.160 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5527] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.180 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5528] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.186 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.202 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5529] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.204 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.221 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5530] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.226 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.240 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5531] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.246 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.260 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5532] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.266 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.280 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5533] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.286 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.300 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.316 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5535] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.320 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.336 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5536] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.340 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.357 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5537] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.362 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.378 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.395 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5539] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.400 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.418 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5540] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.422 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.437 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5541] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.442 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.457 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5542] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.462 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.483 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5543] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.488 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.504 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.519 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5545] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.524 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.538 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5546] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.542 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.558 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5547] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.561 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.574 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.590 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.606 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5550] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.610 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.625 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5551] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.630 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.647 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5552] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.652 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.669 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5553] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.688 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5554] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.692 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.710 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.724 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5556] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.732 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.748 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.762 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.779 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5559] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.784 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.800 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5560] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.804 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.820 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5561] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.824 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.838 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5562] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.842 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.858 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5563] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.860 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.878 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5564] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.882 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.896 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5565] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.900 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.914 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.928 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5567] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.946 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5568] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.964 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.981 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:10.994 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5571] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:10.998 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.012 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5572] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.016 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.032 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5573] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.036 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.052 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5574] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.054 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.070 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.086 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5576] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.090 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.104 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5577] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.108 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.124 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5578] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.128 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.142 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5579] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.146 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.162 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5580] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.166 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.180 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.196 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5582] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.198 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.214 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5583] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.218 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.236 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5584] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58: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 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.254 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.270 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5586] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.274 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.288 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5587] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.292 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.307 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5588] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.312 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.326 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.340 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.354 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.368 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.382 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5593] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.386 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.400 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5594] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.404 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.420 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5595] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.424 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.438 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.454 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5597] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.458 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.472 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5598] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.476 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.492 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.506 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5600] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.510 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.524 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5601] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.528 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.544 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5602] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.548 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.562 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5603] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.566 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.580 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5604] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.584 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.598 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5605] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.602 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.616 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5606] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.620 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.634 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5607] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.638 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.652 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5608] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.656 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.670 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.686 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5610] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.688 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.704 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5611] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.708 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] [2024/05/06 03:58:11.722 +00:00] [INFO] [set.go:170] ["set global var"] [conn=5612] [name=tidb_schema_cache_size] [val=1024] [2024/05/06 03:58:11.726 +00:00] [INFO] [db_partition_test.go:3211] ["ddl jobs"] [category=ddl] [jobs="[112,removepartautoids,t,\"alter table remove partitioning\",\"delete only\",104,106,0,\"2024-05-06 03:55:44\",\"2024-05-06 03:55:44\",,running]"] -- Test timed out at 2024-05-06 03:58:11 UTC -- ================================================================================ INFO: Elapsed time: 1337.531s, Critical Path: 268.74s INFO: 14509 processes: 9144 remote cache hit, 1659 internal, 3706 linux-sandbox. INFO: Build completed successfully, 14509 total actions //pkg/session/test/txn:txn_test FLAKY, failed in 1 out of 9 in 73.6s Stats over 9 runs: max = 73.6s, min = 30.4s, avg = 41.6s, dev = 11.7s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_8_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_7_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_6_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_1_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_5_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_3_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_2_of_8/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/session/test/txn/txn_test/shard_4_of_8/coverage.dat //pkg/ddl/tests/partition:partition_test FLAKY, failed in 1 out of 46 in 150.2s Stats over 46 runs: max = 150.2s, min = 1.6s, avg = 8.3s, dev = 21.7s /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_45_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_44_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_1_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_2_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_6_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_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_14_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_12_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_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_20_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_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_24_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_25_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_22_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_29_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_27_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_34_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_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_39_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_40_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_41_of_45/coverage.dat /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/partition/partition_test/shard_35_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_28_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 Test cases: finished with 7965 passing and 0 failing out of 7965 test cases Executed 177 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: TestAutoCommitRespectsReadOnly new flaky case: TestRemovePartitioningAutoIDs Output files: bazel-flaky-summaries.log bazel-go-test-index.log bazel-go-test-problem-cases.json bazel-target-output-L1153-1951.fatal.log bazel-target-output-L2009-12236.timeout.log [Pipeline] sh ++ uuidgen + timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 1019d04a-548d-47e6-9dee-34e231c699e1' --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/8913/' --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: 1019d04a-548d-47e6-9dee-34e231c699e1 > 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/8913/ > ce-specversion: 1.0 > content-type: application/json; charset=UTF-8 > Content-Length: 382 > } [data not shown] * upload completely sent off: 382 out of 382 bytes 100 382 0 0 100 382 0 379 0:00:01 0:00:01 --:--:-- 379 100 382 0 0 100 382 0 190 0:00:02 0:00:02 --:--:-- 190 100 382 0 0 100 382 0 126 0:00:03 0:00:03 --:--:-- 126 100 382 0 0 100 382 0 95 0:00:04 0:00:04 --:--:-- 95 100 382 0 0 100 382 0 76 0:00:05 0:00:05 --:--:-- 76 100 382 0 0 100 382 0 63 0:00:06 0:00:06 --:--:-- 0 100 382 0 0 100 382 0 54 0:00:07 0:00:07 --:--:-- 0 100 382 0 0 100 382 0 47 0:00:08 0:00:08 --:--:-- 0 100 382 0 0 100 382 0 42 0:00:09 0:00:09 --:--:-- 0+ true [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [2024-05-06T04:03:50.788Z] ['info'] _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _` |/ _ \/ __/ _ \ \ / / | |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Codecov report uploader 0.5.0 [2024-05-06T04:03:50.790Z] ['info'] => Project root located at: . [2024-05-06T04:03:50.794Z] ['info'] -> Token found by environment variables [2024-05-06T04:03:50.810Z] ['info'] Searching for coverage files... [2024-05-06T04:03:53.220Z] ['info'] => Found 1 possible coverage files: ./coverage.dat [2024-05-06T04:03:53.220Z] ['info'] Processing ./coverage.dat... [2024-05-06T04:03:53.696Z] ['info'] Using manual override from args. [2024-05-06T04:03:53.696Z] ['info'] Detected Jenkins CI as the CI provider. [2024-05-06T04:03:53.709Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F52910&build=8913&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Fghpr_unit_test%2F8913%2F&commit=8fa4463348030209289aed2a793a397c1bf0964c&job=&pr=52910&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent= [2024-05-06T04:03:55.083Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/8fa4463348030209289aed2a793a397c1bf0964c https://storage.googleapis.com/codecov/v4/raw/2024-05-06/F6B65B6EE70BEC6C6B5E073ED3BB1A79/8fa4463348030209289aed2a793a397c1bf0964c/8738ee3d-a993-4662-b758-e072e1aea1ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240506%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240506T040354Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b1204e90299ad6d95033c3cb8fe66f1caf561451f7b9722c09352a79974384ef [2024-05-06T04:03:55.084Z] ['info'] Uploading... [2024-05-06T04:03:57.130Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/8fa4463348030209289aed2a793a397c1bf0964c"} [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