Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/release-6.5/ghpr_build.groovy from git https://github.com/PingCAP-QE/ci.git Loading library tipipeline@main Library tipipeline@main is cached. Copying from home. [Pipeline] Start of Pipeline [Pipeline] readJSON [Pipeline] readTrusted Obtained pipelines/pingcap/tidb/release-6.5/pod-ghpr_build.yaml from git https://github.com/PingCAP-QE/ci.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes jenkins-tidb/pingcap-tidb-release-6-5-ghpr-build-479-m6vcn-v4n8p-2x7p5 Agent pingcap-tidb-release-6-5-ghpr-build-479-m6vcn-v4n8p-2x7p5 is provisioned from template pingcap_tidb_release-6_5_ghpr_build_479-m6vcn-v4n8p --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_build/479/" runUrl: "job/pingcap/job/tidb/job/release-6.5/job/ghpr_build/479/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "cd81f462d2f510e2274c565d6ee2f9348c8abad3" jenkins/label: "pingcap_tidb_release-6_5_ghpr_build_479-m6vcn" name: "pingcap-tidb-release-6-5-ghpr-build-479-m6vcn-v4n8p-2x7p5" 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:go11920231127" lifecycle: postStart: exec: command: - "/bin/sh" - "/data/bazel-prepare-in-container.sh" name: "golang" resources: limits: memory: "64Gi" 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 - image: "hub.pingcap.net/jenkins/python3-requests:latest" name: "report" resources: limits: memory: "256Mi" cpu: "100m" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "pingcap-tidb-release-6-5-ghpr-build-479-m6vcn-v4n8p-2x7p5" - name: "JENKINS_NAME" value: "pingcap-tidb-release-6-5-ghpr-build-479-m6vcn-v4n8p-2x7p5" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins.apps.svc.cluster.local:8080/jenkins/" image: "jenkins/inbound-agent:3206.vb_15dcf73f6a_9-2" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false restartPolicy: "Never" securityContext: fsGroup: 1000 volumes: - emptyDir: {} name: "bazel-out-merged" - name: "bazel-rc" secret: secretName: "bazel" - emptyDir: {} name: "bazel-out-overlay" - name: "gocache" persistentVolumeClaim: claimName: "gocache" - downwardAPI: items: - path: "cpu_limit" resourceFieldRef: containerName: "golang" resource: "limits.cpu" - path: "cpu_request" resourceFieldRef: containerName: "golang" resource: "requests.cpu" - path: "mem_limit" resourceFieldRef: containerName: "golang" resource: "limits.memory" - path: "mem_request" resourceFieldRef: containerName: "golang" resource: "requests.memory" name: "containerinfo" - name: "bazel-out-lower" persistentVolumeClaim: claimName: "bazel-out-data" - emptyDir: medium: "" name: "workspace-volume" - name: "gopathcache" persistentVolumeClaim: claimName: "gopathcache" - name: "bazel-repository-cache" persistentVolumeClaim: claimName: "bazel-repository-cache" Running on pingcap-tidb-release-6-5-ghpr-build-479-m6vcn-v4n8p-2x7p5 in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Cloning repository https://github.com/PingCAP-QE/ci.git > git init /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build # timeout=10 Fetching upstream changes from https://github.com/PingCAP-QE/ci.git > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress --depth=1 -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Avoid second fetch Checking out Revision 03312178c534dce949face80c69812d989e55009 (origin/main) > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv PROW_JOB_ID=6e03ca41-9091-4fc9-9f29-8b6ec1b9547c JENKINS_NODE_COOKIE=ce4f331e-c7ea-4b3b-a9d3-aaeaf0bd7efa BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_build/479/ GOLANG_VERSION=1.19.5 HOSTNAME=pingcap-tidb-release-6-5-ghpr-build-479-m6vcn-v4n8p-2x7p5 HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT_443_TCP_PORT=443 KUBERNETES_PORT=tcp://10.233.0.1:443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-release-6.5-ghpr_build-479 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-6.5/ghpr_build","buildid":"1787398243475263491","prowjobid":"6e03ca41-9091-4fc9-9f29-8b6ec1b9547c","refs":{"org":"pingcap","repo":"tidb","base_ref":"release-6.5","base_sha":"9075922d3b11a2cebbe6d8fcde80533e7d7e88be","pulls":[{"number":53005,"author":"YuJuncen","sha":"329197d82e8a57bac0a7b1cfa3380e61c8379590","title":"br/pdutils: retry when encountered dns error"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_build/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_build/479/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_build/479/display/redirect?page=artifacts FILE_SERVER_URL=http://fileserver.pingcap.net JENKINS_HOME=/var/jenkins_home GIT_COMMIT=03312178c534dce949face80c69812d989e55009 PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_build/479/display/redirect GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct _=/usr/bin/printenv POD_CONTAINER=golang PWD=/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/release-6.5/ghpr_build TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#479 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787398243475263491 GOLANG_DOWNLOAD_SHA256=36519702ae2fd573c9869461990ae550c8c0d955cd28d2827a6b159fda81ff95 JOB_BASE_NAME=ghpr_build GIT_PREVIOUS_SUCCESSFUL_COMMIT=03312178c534dce949face80c69812d989e55009 RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_build/479/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_release-6_5_ghpr_build_479-m6vcn GOROOT=/usr/local/go GIT_BRANCH=origin/main KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true KUBERNETES_SERVICE_PORT_HTTPS=443 WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-4469b3009157db65a46c3cfdbda888bd58d7470fab24fe7fd563ed1a374e3db8 NODE_LABELS=pingcap-tidb-release-6-5-ghpr-build-479-m6vcn-v4n8p-2x7p5 pingcap_tidb_release-6_5_ghpr_build_479-m6vcn GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-release-6-5-ghpr-build-479-m6vcn-v4n8p-2x7p5 GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-6.5/job/ghpr_build/display/redirect BUILD_NUMBER=479 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.19.5.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="" GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64" GOVCS="" GOVERSION="go1.19.5" GCCGO="gccgo" GOAMD64="v1" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="/dev/null" GOWORK="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build4225782451=/tmp/go-build -gno-record-gcc-switches" + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw- 1 root root 1, 3 May 6 16:25 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-6-5-ghpr-build-479-m6vcn-v4n8p-2x7p5 bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-6-5-ghpr-build-479-m6vcn-v4n8p-2x7p5 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: 1302 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 6bd45914bf15fde5 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 27 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 08:25:52 UTC 2024 ;; MSG SIZE rcvd: 77 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] parallel [Pipeline] { (Branch: tidb) [Pipeline] { (Branch: enterprise-plugin) [Pipeline] stage [Pipeline] { (tidb) [Pipeline] stage [Pipeline] { (enterprise-plugin) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/enterprise-plugin [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap-inc/enterprise-plugin/rev-49c8f5136519ef9ddbef9b724187d95359b3b16b) 1424896 bytes in 0.16 secs (8772155 bytes/sec) [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-659f32a-2a3f820) 460261376 bytes in 1.46 secs (314430762 bytes/sec) [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE [Pipeline] script [Pipeline] { using credential github-sre-bot-ssh Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@3c399c; decorates RemoteLauncher[hudson.remoting.Channel@693c51b0:JNLP4-connect connection from 10.233.97.253/10.233.97.253:37306] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Fetching changes from the remote Git repository Pruning obsolete local branches Cleaning workspace [Pipeline] sh > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/enterprise-plugin/.git # timeout=10 > git config remote.origin.url git@github.com:pingcap-inc/enterprise-plugin.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from git@github.com:pingcap-inc/enterprise-plugin.git > git --version # timeout=10 > git --version # 'git version 2.39.2' using GIT_SSH to set credentials [INFO] SELinux is present on the host and we could not confirm that it does not apply actively: will try to relabel temporary files now; this may complain if context labeling not applicable after all > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/enterprise-plugin@tmp/jenkins-gitclient-ssh4035682335781087875.key > git fetch --tags --force --progress --prune -- git@github.com:pingcap-inc/enterprise-plugin.git +refs/heads/*:refs/remotes/origin/* # timeout=5 git version 2.37.2 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb/.git/ .git HEAD is now at 4077269946 Merge commit '2a3f8205bcf7f220c130130c91ad9e6e646cae27' into HEAD POST git-upload-pack (686 bytes) POST git-upload-pack (1023 bytes) POST git-upload-pack (gzip 2073 to 1094 bytes) POST git-upload-pack (gzip 3673 to 1903 bytes) Checking out Revision 3e1fdaa728671797cf75a0e64b70f80a5db9e075 (origin/release-6.5) Commit message: "fix 6.5 build break (#132)" [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // retry [Pipeline] } > git rev-parse origin/release-6.5^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e1fdaa728671797cf75a0e64b70f80a5db9e075 # timeout=10 Cache saved successfully (git/pingcap-inc/enterprise-plugin/rev-329197d82e8a57bac0a7b1cfa3380e61c8379590) 1430016 bytes in 0.35 secs (4134049 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } From https://github.com/pingcap/tidb * [new branch] release-6.5 -> origin/release-6.5 * [new ref] refs/pull/53005/head -> origin/pr/53005/head * [new tag] v5.4.0-20230324 -> v5.4.0-20230324 * [new tag] v5.4.0-20230327 -> v5.4.0-20230327 * [new tag] v5.4.0-20230328 -> v5.4.0-20230328 * [new tag] v6.5.0 -> v6.5.0 * [new tag] v6.5.1 -> v6.5.1 * [new tag] v6.5.2 -> v6.5.2 * [new tag] v6.5.3 -> v6.5.3 * [new tag] v6.5.4 -> v6.5.4 * [new tag] v6.5.5 -> v6.5.5 * [new tag] v6.5.6 -> v6.5.6 * [new tag] v6.5.7 -> v6.5.7 * [new tag] v6.5.8 -> v6.5.8 * [new tag] v6.5.9 -> v6.5.9 warning: unable to rmdir 'pkg/extension/enterprise': Directory not empty Warning: you are leaving 1 commit behind, not connected to any of your branches: 4077269946 Merge commit '2a3f8205bcf7f220c130130c91ad9e6e646cae27' into HEAD If you want to keep it by creating a new branch, this may be a good time to do so with: git branch 4077269946 HEAD is now at 9075922d3b br/operator: fix adapt env for snapshot backup stuck when encountered error (#52607) (#52969) 🚧 Checkouting to base SHA:9075922d3b11a2cebbe6d8fcde80533e7d7e88be... HEAD is now at 9075922d3b br/operator: fix adapt env for snapshot backup stuck when encountered error (#52607) (#52969) ✅ Checked. 🎉 🧾 HEAD info: 9075922d3b11a2cebbe6d8fcde80533e7d7e88be 9075922d3b br/operator: fix adapt env for snapshot backup stuck when encountered error (#52607) (#52969) 727a2c7e55 *: modify the printing of column default expression in `SHOW CREATE TABLE` and `Restore` (#52940) (#52949) ddc65433fc executor: Fix index join hash produces redundant rows for left outer anti semi join type (#52908) (#52926) 🚧 Pre-merge heads of pull requests to base SHA: 9075922d3b11a2cebbe6d8fcde80533e7d7e88be ... Merge made by the 'ort' strategy. br/pkg/lightning/common/retry.go | 4 ++++ br/pkg/lightning/common/retry_test.go | 2 +- br/pkg/pdutil/pd.go | 6 +++++- tests/realtikvtest/brietest/BUILD.bazel | 2 ++ tests/realtikvtest/brietest/pdutil_test.go | 33 ++++++++++++++++++++++++++++++ 5 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 tests/realtikvtest/brietest/pdutil_test.go 🧾 Pre-merged result: 9c52e14d28299a4837bc2b36d8bb89d484b96719 9c52e14d28 Merge commit '329197d82e8a57bac0a7b1cfa3380e61c8379590' into HEAD 9075922d3b br/operator: fix adapt env for snapshot backup stuck when encountered error (#52607) (#52969) 329197d82e fix a mistakenly broken test ✅ Pre merged 🎉 Removing pkg/ ✅ ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // retry [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-9075922-329197d) 439212032 bytes in 15.43 secs (28465912 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build tidb-server and plugin) [Pipeline] parallel [Pipeline] { (Branch: Build tidb-server) [Pipeline] { (Branch: Build plugins) [Pipeline] stage [Pipeline] { (Build tidb-server) [Pipeline] stage [Pipeline] { (Build plugins) [Pipeline] stage [Pipeline] { (Build) [Pipeline] timeout Timeout set to expire in 15 min [Pipeline] { [Pipeline] sh [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb [Pipeline] { [Pipeline] sh + cd tidb/cmd/pluginpkg + go build go: downloading github.com/BurntSushi/toml v1.2.1 + 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 e1ff465336..03ca85accd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -116,5 +116,5 @@ TEST_COVERAGE_DIR := "test_coverage" ifneq ("$(CI)", "0") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC - BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp + BAZEL_CMD_CONFIG := --config=ci --repository_cache=/share/.cache/bazel-repository-cache endif + git status HEAD detached from origin/release-6.5 You are in a sparse checkout with 100% of tracked files present. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: Makefile.common no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh [Pipeline] } [Pipeline] // timeout [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/enterprise-plugin/whitelist [Pipeline] { [Pipeline] sh + make bazel_build bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC run --config=ci --repository_cache=/share/.cache/bazel-repository-cache //:gazelle Extracting Bazel installation... + GO111MODULE=on + go mod tidy go: downloading github.com/pingcap/log v1.1.1-0.20221116035753-734d527bc87c go: downloading go.uber.org/zap v1.23.0 go: downloading github.com/pingcap/tipb v0.0.0-20221123081521-2fb828910813 go: downloading github.com/tikv/client-go/v2 v2.0.4-0.20231121073938-194639470f84 go: downloading github.com/pingcap/kvproto v0.0.0-20240112060601-a0e3fbb1eeee go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/pingcap/errors v0.11.5-0.20220729040631-518f63d66278 go: downloading github.com/pingcap/failpoint v0.0.0-20220423142525-ae43b7f4e5c3 go: downloading go.uber.org/atomic v1.10.0 go: downloading github.com/twmb/murmur3 v1.1.3 go: downloading golang.org/x/exp v0.0.0-20221023144134-a1e5550cf13e go: downloading go.opencensus.io v0.23.1-0.20220331163232-052120675fac go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/golang/protobuf v1.5.2 go: downloading go.etcd.io/etcd/client/v3 v3.5.2 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading google.golang.org/grpc v1.51.0 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/tikv/pd/client v0.0.0-20230904040343-947701a32c05 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/shirou/gopsutil/v3 v3.22.9 go: downloading github.com/prometheus/client_golang v1.13.0 go: downloading github.com/prometheus/client_model v0.2.0 go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading golang.org/x/sync v0.5.0 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading golang.org/x/sys v0.14.0 go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading go.etcd.io/etcd/api/v3 v3.5.2 go: downloading go.uber.org/goleak v1.2.0 go: downloading go.etcd.io/etcd/tests/v3 v3.5.2 go: downloading github.com/go-sql-driver/mysql v1.6.0 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.17 go: downloading github.com/blacktear23/go-proxyprotocol v1.0.6 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/pingcap/fn v0.0.0-20200306044125-d5540d389059 go: downloading github.com/pingcap/sysutil v0.0.0-20220114020952-ea68d2dbf5b4 go: downloading github.com/soheilhy/cmux v0.1.5 go: downloading github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2 go: downloading github.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/coreos/go-semver v0.3.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading golang.org/x/tools v0.15.0 go: downloading github.com/cespare/xxhash/v2 v2.1.2 go: downloading github.com/prometheus/prometheus v0.0.0-20190525122359-d20e84d0fb64 go: downloading github.com/cockroachdb/errors v1.8.1 go: downloading github.com/google/go-cmp v0.5.9 go: downloading gonum.org/v1/gonum v0.8.2 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/golang/snappy v0.0.4 go: downloading go.uber.org/multierr v1.8.0 go: downloading golang.org/x/time v0.2.0 go: downloading github.com/iancoleman/strcase v0.2.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/prometheus/common v0.37.0 go: downloading golang.org/x/net v0.18.0 go: downloading github.com/Jeffail/gabs/v2 v2.5.1 go: downloading github.com/google/btree v1.1.2 go: downloading go.etcd.io/etcd/server/v3 v3.5.2 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading github.com/jarcoal/httpmock v1.2.0 go: downloading google.golang.org/protobuf v1.28.1 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.2 go: downloading github.com/google/pprof v0.0.0-20211122183932-1daafda22083 go: downloading github.com/pingcap/check v0.0.0-20200212061837-5e12011dc712 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.8.0 go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading github.com/docker/go-units v0.4.0 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading cloud.google.com/go/storage v1.27.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v0.20.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.12.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.2.0 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/aws/aws-sdk-go v1.44.259 go: downloading cloud.google.com/go v0.105.0 Starting local Bazel server and connecting to it... go: downloading github.com/klauspost/compress v1.15.1 go: downloading golang.org/x/oauth2 v0.2.0 go: downloading google.golang.org/api v0.103.0 go: downloading github.com/fsouza/fake-gcs-server v1.19.0 go: downloading github.com/golang/mock v1.6.0 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading golang.org/x/term v0.14.0 go: downloading github.com/spf13/cobra v1.6.1 go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 go: downloading github.com/tklauser/go-sysconf v0.3.10 go: downloading github.com/yusufpapurcu/wmi v1.2.2 go: downloading google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd go: downloading github.com/pingcap/badger v1.5.1-0.20220314162537-ab58fbf40580 go: downloading github.com/benbjohnson/clock v1.3.0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/httprc v1.0.4 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/coreos/go-systemd/v22 v22.3.2 go: downloading github.com/stathat/consistent v1.0.0 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f go: downloading github.com/kr/pretty v0.3.0 go: downloading github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-isatty v0.0.16 go: downloading github.com/mattn/go-runewidth v0.0.14 go: downloading github.com/cockroachdb/redact v1.0.8 go: downloading github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2 go: downloading go.etcd.io/etcd/client/v2 v2.305.2 go: downloading go.etcd.io/etcd/pkg/v3 v3.5.2 go: downloading github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f go: downloading go.etcd.io/etcd/raft/v3 v3.5.2 go: downloading golang.org/x/crypto v0.15.0 go: downloading github.com/HdrHistogram/hdrhistogram-go v1.1.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.1 go: downloading github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 go: downloading go.etcd.io/bbolt v1.3.5 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 go: downloading go.opentelemetry.io/otel/exporters/otlp v0.20.0 go: downloading go.opentelemetry.io/otel v0.20.0 go: downloading go.opentelemetry.io/otel/sdk v0.20.0 go: downloading go.opentelemetry.io/contrib v0.20.0 go: downloading sigs.k8s.io/yaml v1.2.0 go: downloading github.com/dustin/go-humanize v1.0.0 go: downloading cloud.google.com/go/iam v0.7.0 go: downloading cloud.google.com/go/compute/metadata v0.2.1 go: downloading github.com/googleapis/gax-go/v2 v2.7.0 go: downloading cloud.google.com/go/compute v1.13.0 go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 go: downloading go.uber.org/mock v0.4.0 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/cockroachdb/pebble v0.0.0-20210719141320-8c3bd06debb5 go: downloading github.com/Masterminds/semver v1.5.0 go: downloading k8s.io/api v0.24.0 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading github.com/go-ole/go-ole v1.3.0 go: downloading github.com/segmentio/asm v1.2.0 go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/gorilla/handlers v1.5.1 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading stathat.com/c/consistent v1.0.0 go: downloading github.com/tklauser/numcpus v0.4.0 go: downloading github.com/inconshreveable/mousetrap v1.0.1 go: downloading github.com/jpillora/backoff v1.0.0 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.6.1 go: downloading google.golang.org/appengine v1.6.7 go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 go: downloading github.com/jonboulle/clockwork v0.2.2 go: downloading github.com/rivo/uniseg v0.4.2 go: downloading github.com/go-kit/kit v0.9.0 go: downloading github.com/onsi/ginkgo v1.16.5 go: downloading github.com/onsi/gomega v1.18.1 go: downloading github.com/golang/glog v1.0.0 go: downloading github.com/go-errors/errors v1.0.1 go: downloading github.com/gorilla/websocket v1.4.2 go: downloading github.com/sirupsen/logrus v1.9.0 go: downloading go.opentelemetry.io/otel/trace v0.20.0 go: downloading github.com/ncw/directio v1.0.5 go: downloading github.com/form3tech-oss/jwt-go v3.2.5+incompatible go: downloading go.opentelemetry.io/otel/metric v0.20.0 go: downloading go.opentelemetry.io/otel/sdk/export/metric v0.20.0 go: downloading go.opentelemetry.io/otel/sdk/metric v0.20.0 go: downloading go.opentelemetry.io/proto/otlp v0.7.0 go: downloading github.com/dnaeon/go-vcr v1.2.0 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/xitongsys/parquet-go v1.5.5-0.20201110004701-b09c49d6d457 go: downloading github.com/xitongsys/parquet-go-source v0.0.0-20200817004010-026bad9b25d0 go: downloading github.com/felixge/httpsnoop v1.0.1 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/cespare/xxhash v1.1.0 go: downloading github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2 go: downloading github.com/coocood/bbloom v0.0.0-20190830030839-58deb6228d64 go: downloading github.com/google/martian/v3 v3.2.1 go: downloading github.com/go-logfmt/logfmt v0.5.1 go: downloading github.com/apache/thrift v0.13.1-0.20201008052519-daf620915714 go: downloading github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d go: downloading github.com/prometheus/tsdb v0.8.0 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/nxadm/tail v1.4.4 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: downloading github.com/fsnotify/fsnotify v1.4.9 go: downloading github.com/google/martian v2.1.0+incompatible go: downloading github.com/DataDog/zstd v1.4.5 go: downloading github.com/oklog/ulid v1.3.1 go: downloading k8s.io/apimachinery v0.24.0 go: downloading github.com/google/gofuzz v1.1.0 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/klog/v2 v2.60.1 go: downloading sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 go: downloading github.com/go-logr/logr v1.2.0 go: downloading cloud.google.com/go/longrunning v0.3.0 INFO: Invocation ID: 6e04908d-b293-4116-bfcb-e4010c9c56c9 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb/.bazelrc: --host_jvm_args=-Xmx5g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'run' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/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_08_25_43.2096331139/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=58982 --local_cpu_resources=16 --jobs=16 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression INFO: Found applicable config definition run:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb/.bazelrc: --color=yes Loading: Loading: Loading: Loading: 0 packages loaded Analyzing: target //:gazelle (1 packages loaded, 0 targets configured) go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.0 go: downloading github.com/jmespath/go-jmespath v0.4.0 go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1 Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) go: downloading github.com/tikv/client-go/v2 v2.0.4-0.20240321164954-5c56e9fdd902 + ../../tidb/cmd/pluginpkg/pluginpkg -pkg-dir . -out-dir . Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (44 packages loaded, 413 targets configured) Analyzing: target //:gazelle (74 packages loaded, 1247 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9625 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Analyzing: target //:gazelle (93 packages loaded, 9646 targets configured) Analyzing: target //:gazelle (104 packages loaded, 9724 targets configured) Analyzing: target //:gazelle (242 packages loaded, 10916 targets configured) INFO: Analyzed target //:gazelle (253 packages loaded, 11091 targets configured).  checking cached actions INFO: Found 1 target... [0 / 25] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... ( 1 action running) [48 / 285] GoCompilePkg external/com_github_golangci_misspell/misspell.a [for tool]; Downloading external/com_github_golangci_misspell/misspell.a, 4.9 MiB / 5.5 MiB; 0s remote-cache ... (15 actions, 0 running) [246 / 285] [Prepa] GoCompilePkg external/bazel_gazelle/internal/version/version.a [for tool] Target //:gazelle up-to-date: bazel-bin/gazelle-runner.bash bazel-bin/gazelle INFO: Elapsed time: 38.061s, Critical Path: 1.62s INFO: 285 processes: 269 remote cache hit, 16 internal. INFO: Build completed successfully, 285 total actions INFO: Running command line: bazel-bin/gazelle mkdir -p bin bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC build --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ //... --//build:with_nogo_flag=true INFO: Invocation ID: 58ab5110-e73a-4001-98bd-caca46fac5d8 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb/.bazelrc: --host_jvm_args=-Xmx5g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'build' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb/.bazelrc: '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 'build' from /data/..2024_05_06_08_25_43.2096331139/bazel: 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'build' from /home/jenkins/.bazelrc: 'build' options: --local_ram_resources=58982 --local_cpu_resources=16 --jobs=16 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression Loading: Loading: Loading: 0 packages loaded INFO: Build option --//build:with_nogo_flag has changed, discarding analysis cache. Analyzing: 780 targets (353 packages loaded, 0 targets configured) Analyzing: 780 targets (358 packages loaded, 912 targets configured) Analyzing: 780 targets (432 packages loaded, 1444 targets configured) Analyzing: 780 targets (541 packages loaded, 10897 targets configured) Analyzing: 780 targets (647 packages loaded, 12418 targets configured) Analyzing: 780 targets (855 packages loaded, 14436 targets configured) Analyzing: 780 targets (1003 packages loaded, 16577 targets configured) Analyzing: 780 targets (1114 packages loaded, 19272 targets configured) Analyzing: 780 targets (1149 packages loaded, 21795 targets configured) Analyzing: 780 targets (1152 packages loaded, 22151 targets configured) Analyzing: 780 targets (1285 packages loaded, 22952 targets configured) Analyzing: 780 targets (1286 packages loaded, 23039 targets configured) Analyzing: 780 targets (1298 packages loaded, 23470 targets configured) INFO: Analyzed 780 targets (1298 packages loaded, 23509 targets configured).  checking cached actions INFO: Found 780 targets... [0 / 22] [Prepa] Creating source manifest for //autoid_service:autoid_service_test ... (5 actions, 0 running) [369 / 3,731] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/runtime.a, 6.6 MiB / 8.7 MiB; 0s remote-cache ... (16 actions, 0 running) [506 / 3,909] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 13.4 MiB / 22.7 MiB; 1s remote-cache ... (16 actions, 0 running) [1,166 / 6,892] GoTestGenTest tests/realtikvtest/brietest/brietest_test_/testmain.go; 0s remote-cache, linux-sandbox ... (17 actions, 2 running) [1,416 / 6,892] GoCompilePkg external/org_golang_google_protobuf/internal/impl/impl.a; Downloading external/org_golang_google_protobuf/internal/impl/impl.a, 4.0 MiB / 4.9 MiB; 0s remote-cache ... (16 actions, 0 running) [1,765 / 6,892] GoCompilePkg external/com_github_lestrrat_go_jwx_v2/x25519/x25519.a; Downloading external/com_github_lestrrat_go_jwx_v2/x25519/x25519.a; 0s remote-cache ... (16 actions, 0 running) [2,085 / 6,892] GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 17.4 MiB / 20.1 MiB; 0s remote-cache ... (16 actions, 0 running) [2,348 / 6,892] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 22.0 MiB / 68.6 MiB; 0s remote-cache ... (13 actions, 0 running) [2,459 / 6,892] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 67.1 MiB / 68.6 MiB; 1s remote-cache ... (15 actions, 0 running) [2,666 / 6,892] GoLink tidb-binlog/driver/example/print/print_/print; Downloading tidb-binlog/driver/example/print/print_/print, 9.0 MiB / 9.7 MiB; 0s remote-cache ... (16 actions, 0 running) [2,920 / 6,892] GoLink util/timeutil/timeutil_test_/timeutil_test; Downloading util/timeutil/timeutil_test_/timeutil_test, 7.4 MiB / 10.1 MiB; 0s remote-cache ... (16 actions, 0 running) [3,036 / 6,892] GoLink util/etcd/etcd_test_/etcd_test; Downloading util/etcd/etcd_test_/etcd_test, 19.0 MiB / 20.6 MiB; 0s remote-cache ... (15 actions, 0 running) [3,138 / 6,892] GoCompilePkg external/com_github_tikv_client_go_v2/txnkv/transaction/transaction.a; 0s remote-cache ... (16 actions, 0 running) [3,263 / 6,892] GoLink parser/ast/ast_test_/ast_test; Downloading parser/ast/ast_test_/ast_test, 8.0 MiB / 13.1 MiB; 0s remote-cache ... (16 actions, 0 running) [3,413 / 6,892] GoLink parser/parser_test_/parser_test; Downloading parser/parser_test_/parser_test, 10.0 MiB / 13.8 MiB; 0s remote-cache ... (16 actions, 0 running) [3,610 / 6,892] GoLink util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test; Downloading util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test, 14.0 MiB / 23.8 MiB; 0s remote-cache ... (16 actions, 0 running) [3,773 / 6,892] GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a; Downloading external/io_etcd_go_etcd_api_v3/etcdserverpb/etcdserverpb.a, 8.0 MiB / 9.4 MiB; 0s remote-cache ... (16 actions, 0 running) [3,952 / 6,892] GoCompilePkg external/com_github_cockroachdb_pebble/pebble.a; Downloading external/com_github_cockroachdb_pebble/pebble.a, 5.0 MiB / 6.0 MiB; 0s remote-cache ... (16 actions, 0 running) [4,054 / 6,892] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 32.6 MiB / 74.3 MiB; 0s remote-cache ... (15 actions, 0 running) [4,112 / 6,892] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 57.0 MiB / 74.3 MiB; 1s remote-cache ... (16 actions, 0 running) [4,185 / 6,892] GoCompilePkg types/expression.recompile848.a; Downloading types/expression.recompile848.a, 60.0 MiB / 71.2 MiB; 2s remote-cache ... (16 actions, 0 running) [4,262 / 6,892] GoCompilePkg sessionctx/stmtctx/expression.recompile848.a; Downloading sessionctx/stmtctx/expression.recompile848.a, 52.5 MiB / 71.2 MiB; 1s remote-cache ... (16 actions, 0 running) [4,299 / 6,892] GoCompilePkg sessionctx/stmtctx/expression.recompile848.a; 2s remote-cache ... (16 actions, 0 running) [4,343 / 6,892] GoLink tablecodec/tablecodec_test_/tablecodec_test; 1s remote-cache ... (16 actions, 0 running) [4,401 / 6,892] GoLink util/generatedexpr/generatedexpr_test_/generatedexpr_test; Downloading util/generatedexpr/generatedexpr_test_/generatedexpr_test, 26.0 MiB / 32.3 MiB; 1s remote-cache ... (16 actions, 0 running) [4,448 / 6,892] GoCompilePkg util/expression.recompile457.a; Downloading util/expression.recompile457.a, 33.0 MiB / 71.2 MiB; 1s remote-cache ... (16 actions, 0 running) [4,468 / 6,892] GoCompilePkg util/expression.recompile457.a; Downloading util/expression.recompile457.a, 51.0 MiB / 71.2 MiB; 2s remote-cache ... (16 actions, 2 running) [4,488 / 6,892] GoCompilePkg util/expression.recompile457.a; Downloading util/expression.recompile457.a, 70.0 MiB / 71.2 MiB; 3s remote-cache ... (16 actions, 0 running) [4,506 / 6,892] GoCompilePkg meta/expression.recompile452.a; Downloading meta/expression.recompile452.a, 65.0 MiB / 71.2 MiB; 3s remote-cache ... (16 actions, 0 running) [4,526 / 6,892] GoCompilePkg extension/expression.recompile869.a; Downloading extension/expression.recompile869.a, 66.0 MiB / 71.2 MiB; 4s remote-cache ... (16 actions, 0 running) [4,561 / 6,892] GoCompilePkg structure/expression.recompile848.a; Downloading structure/expression.recompile848.a, 35.0 MiB / 71.2 MiB; 2s remote-cache ... (17 actions, 2 running) [4,600 / 6,892] GoCompilePkg structure/expression.recompile848.a; Downloading structure/expression.recompile848.a, 58.0 MiB / 71.2 MiB; 3s remote-cache ... (17 actions, 2 running) [4,648 / 6,892] GoCompilePkg expression/expression.a; Downloading expression/expression.a, 64.0 MiB / 71.2 MiB; 3s remote-cache ... (16 actions, 0 running) [4,713 / 6,892] GoLink util/util_test_/util_test; Downloading util/util_test_/util_test, 27.0 MiB / 48.9 MiB; 1s remote-cache ... (16 actions, 0 running) [4,756 / 6,892] GoLink util/util_test_/util_test; Downloading util/util_test_/util_test, 47.0 MiB / 48.9 MiB; 2s remote-cache ... (16 actions, 0 running) [4,803 / 6,892] GoLink util/gctuner/gctuner_test_/gctuner_test; Downloading util/gctuner/gctuner_test_/gctuner_test, 35.0 MiB / 36.6 MiB; 1s remote-cache ... (17 actions, 2 running) [4,862 / 6,892] GoLink util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; 2s remote-cache ... (18 actions, 4 running) [4,914 / 6,892] GoCompilePkg types/task.recompile916.a; 1s remote-cache, linux-sandbox ... (17 actions, 2 running) [4,947 / 6,892] GoCompilePkg expression/expression_test.internal.recompileinternal.a; Downloading expression/expression_test.internal.recompileinternal.a, 44.0 MiB / 188.5 MiB; 2s remote-cache ... (18 actions, 4 running) [4,977 / 6,892] GoCompilePkg expression/expression_test.internal.recompileinternal.a; Downloading expression/expression_test.internal.recompileinternal.a, 64.6 MiB / 188.5 MiB; 3s remote-cache ... (17 actions, 2 running) [5,005 / 6,892] GoCompilePkg expression/expression_test.internal.recompileinternal.a; Downloading expression/expression_test.internal.recompileinternal.a, 84.6 MiB / 188.5 MiB; 4s remote-cache ... (17 actions, 2 running) [5,071 / 6,892] GoCompilePkg expression/expression_test.internal.recompileinternal.a; Downloading expression/expression_test.internal.recompileinternal.a, 113.6 MiB / 188.5 MiB; 5s remote-cache ... (16 actions, 0 running) [5,109 / 6,892] GoCompilePkg expression/expression_test.internal.recompileinternal.a; Downloading expression/expression_test.internal.recompileinternal.a, 134.6 MiB / 188.5 MiB; 6s remote-cache ... (16 actions, 0 running) [5,142 / 6,892] GoCompilePkg expression/expression_test.internal.recompileinternal.a; Downloading expression/expression_test.internal.recompileinternal.a, 153.6 MiB / 188.5 MiB; 7s remote-cache ... (16 actions, 0 running) [5,169 / 6,892] GoCompilePkg expression/expression_test.internal.recompileinternal.a; Downloading expression/expression_test.internal.recompileinternal.a, 172.6 MiB / 188.5 MiB; 8s remote-cache ... (17 actions, 2 running) [5,196 / 6,892] GoCompilePkg expression/expression_test.internal.recompileinternal.a; 9s remote-cache ... (17 actions, 2 running) [5,229 / 6,892] GoLink store/mockstore/unistore/unistore_test_/unistore_test; Downloading store/mockstore/unistore/unistore_test_/unistore_test, 32.0 MiB / 44.3 MiB; 1s remote-cache ... (20 actions, 8 running) [5,275 / 6,892] GoLink sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 2s remote-cache, linux-sandbox ... (19 actions, 8 running) [5,309 / 6,892] GoLink sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 3s remote-cache, linux-sandbox ... (21 actions, 10 running) [5,336 / 6,892] GoLink sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 4s remote-cache, linux-sandbox ... (22 actions, 12 running) [5,377 / 6,892] GoLink sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 5s remote-cache, linux-sandbox ... (21 actions, 10 running) [5,412 / 6,892] GoLink sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 6s remote-cache, linux-sandbox ... (20 actions, 8 running) [5,458 / 6,892] GoLink sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 7s remote-cache, linux-sandbox ... (20 actions, 8 running) [5,493 / 6,892] GoLink br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test; Downloading br/pkg/restore/prealloc_table_id/prealloc_table_id_test_/prealloc_table_id_test, 75.0 MiB / 83.4 MiB; 3s remote-cache ... (18 actions, 4 running) [5,514 / 6,892] GoLink extension/extension_test_/extension_test; 3s remote-cache, linux-sandbox ... (19 actions, 6 running) [5,548 / 6,892] GoLink extension/extension_test_/extension_test; 4s remote-cache, linux-sandbox ... (19 actions, 6 running) [5,588 / 6,892] GoLink extension/extension_test_/extension_test; 5s remote-cache, linux-sandbox ... (19 actions, 6 running) [5,615 / 6,892] GoLink extension/extension_test_/extension_test; 6s remote-cache, linux-sandbox ... (22 actions, 14 running) [5,632 / 6,892] GoLink extension/extension_test_/extension_test; 7s remote-cache, linux-sandbox ... (23 actions, 14 running) [5,653 / 6,892] GoLink extension/extension_test_/extension_test; 8s remote-cache, linux-sandbox ... (23 actions, 14 running) [5,676 / 6,892] GoLink structure/structure_test_/structure_test; 8s remote-cache, linux-sandbox ... (23 actions, 14 running) [5,698 / 6,892] GoLink structure/structure_test_/structure_test; 9s remote-cache, linux-sandbox ... (23 actions, 14 running) [5,746 / 6,892] GoLink sessionctx/variable/variable_test_/variable_test; 6s remote-cache, linux-sandbox ... (21 actions, 10 running) [5,766 / 6,892] GoLink sessionctx/variable/variable_test_/variable_test; 7s remote-cache, linux-sandbox ... (22 actions, 12 running) [5,784 / 6,892] GoLink sessionctx/variable/variable_test_/variable_test; 8s remote-cache, linux-sandbox ... (21 actions, 10 running) [5,806 / 6,892] GoLink table/tables/tables_test_/tables_test; 6s remote-cache, linux-sandbox ... (18 actions, 4 running) [5,826 / 6,892] GoLink table/tables/tables_test_/tables_test; 7s remote-cache, linux-sandbox ... (19 actions, 6 running) [5,864 / 6,892] GoLink store/copr/copr_test/copr_test_test_/copr_test_test; Downloading store/copr/copr_test/copr_test_test_/copr_test_test, 47.0 MiB / 48.8 MiB; 2s remote-cache ... (18 actions, 4 running) [5,888 / 6,892] GoLink br/pkg/restore/split/split_test_/split_test; Downloading br/pkg/restore/split/split_test_/split_test, 46.0 MiB / 50.8 MiB; 2s remote-cache ... (19 actions, 6 running) [5,914 / 6,892] GoLink meta/autoid/autoid_test_/autoid_test; 2s remote-cache ... (22 actions, 12 running) [5,953 / 6,892] GoLink expression/expression_test_/expression_test; 2s remote-cache, linux-sandbox ... (23 actions, 14 running) [5,982 / 6,892] GoLink expression/expression_test_/expression_test; 3s remote-cache, linux-sandbox ... (24 actions, 16 running) [5,987 / 6,892] GoLink expression/expression_test_/expression_test; 5s remote-cache, linux-sandbox ... (24 actions, 16 running) [6,004 / 6,892] GoLink expression/expression_test_/expression_test; 6s remote-cache, linux-sandbox ... (24 actions, 16 running) [6,031 / 6,892] GoLink expression/expression_test_/expression_test; 7s remote-cache, linux-sandbox ... (19 actions, 6 running) [6,047 / 6,892] GoLink expression/expression_test_/expression_test; 8s remote-cache, linux-sandbox ... (18 actions, 6 running) [6,063 / 6,892] GoLink expression/expression_test_/expression_test; 9s remote-cache, linux-sandbox ... (19 actions, 7 running) Package "/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/enterprise-plugin/whitelist" as plugin "/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/enterprise-plugin/whitelist/whitelist-1.so" success. Manifest: { "buildTime": "2024-05-06 16:26:40.357295403 +0800 CST m=+0.000341400", "description": "The IP Whitelist Plugin", "export": [ { "extPoint": "OnConnectionEvent", "impl": "OnConnectionEvent" } ], "kind": "Audit", "license": "", "name": "whitelist", "onFlush": "OnFlush", "onInit": "OnInit", "onShutdown": "OnShutdown", "sysVars": [], "validate": "Validate", "version": "1" } [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/enterprise-plugin/audit [Pipeline] { [Pipeline] sh [6,076 / 6,892] GoLink expression/expression_test_/expression_test; 10s remote-cache, linux-sandbox ... (20 actions, 8 running) + GO111MODULE=on + go mod tidy go: downloading github.com/nxadm/tail v1.4.8 + ../../tidb/cmd/pluginpkg/pluginpkg -pkg-dir . -out-dir . [6,103 / 6,892] GoLink expression/expression_test_/expression_test; 11s remote-cache, linux-sandbox ... (19 actions, 6 running) [6,122 / 6,892] GoLink expression/expression_test_/expression_test; 12s remote-cache, linux-sandbox ... (20 actions, 9 running) [6,151 / 6,892] GoLink br/pkg/storage/storage_test_/storage_test; 1s remote-cache, linux-sandbox ... (20 actions, 8 running) [6,176 / 6,892] GoLink br/pkg/storage/storage_test_/storage_test; 2s remote-cache, linux-sandbox ... (23 actions, 15 running) [6,195 / 6,892] GoLink br/pkg/storage/storage_test_/storage_test; 3s remote-cache, linux-sandbox ... (24 actions, 16 running) [6,209 / 6,892] GoLink br/pkg/storage/storage_test_/storage_test; 4s remote-cache, linux-sandbox ... (28 actions, 24 running) [6,219 / 6,892] GoLink br/pkg/storage/storage_test_/storage_test; 5s remote-cache, linux-sandbox ... (29 actions, 27 running) [6,241 / 6,892] GoLink br/pkg/storage/storage_test_/storage_test; 6s remote-cache, linux-sandbox ... (30 actions, 28 running) [6,247 / 6,892] GoLink br/pkg/storage/storage_test_/storage_test; 8s remote-cache, linux-sandbox ... (29 actions, 26 running) [6,268 / 6,892] GoLink br/pkg/storage/storage_test_/storage_test; 9s remote-cache, linux-sandbox ... (30 actions, 28 running) [6,275 / 6,892] GoLink br/pkg/storage/storage_test_/storage_test; 10s remote-cache, linux-sandbox ... (29 actions, 26 running) [6,295 / 6,892] GoLink br/pkg/storage/storage_test_/storage_test; 11s remote-cache, linux-sandbox ... (26 actions, 20 running) [6,299 / 6,892] GoLink br/pkg/storage/storage_test_/storage_test; 12s remote-cache, linux-sandbox ... (26 actions, 20 running) [6,329 / 6,892] GoLink br/pkg/storage/storage_test_/storage_test; 13s remote-cache, linux-sandbox ... (26 actions, 20 running) [6,340 / 6,892] GoLink infoschema/infoschema_test_/infoschema_test; 14s remote-cache, linux-sandbox ... (24 actions, 16 running) [6,363 / 6,892] GoCompilePkg br/pkg/lightning/backend/local/executor.recompile947.a; 12s remote-cache, linux-sandbox ... (25 actions, 18 running) [6,373 / 6,892] GoCompilePkg br/pkg/lightning/backend/local/executor.recompile947.a; 13s remote-cache, linux-sandbox ... (25 actions, 18 running) [6,396 / 6,892] GoCompilePkg br/pkg/lightning/backend/local/executor.recompile947.a; 14s remote-cache, linux-sandbox ... (26 actions, 20 running) [6,421 / 6,892] GoLink session/session_test_/session_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,428 / 6,892] GoLink ddl/ddl_test_/ddl_test; 7s remote-cache, linux-sandbox ... (30 actions, 28 running) [6,440 / 6,892] GoLink ddl/ddl_test_/ddl_test; 8s remote-cache, linux-sandbox ... (31 actions, 30 running) Package "/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/enterprise-plugin/audit" as plugin "/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/enterprise-plugin/audit/audit-1.so" success. Manifest: { "buildTime": "2024-05-06 16:28:48.136124528 +0800 CST m=+0.000323058", "description": "The TiDB Enterprise Audit Plugin", "export": [ { "extPoint": "OnConnectionEvent", "impl": "OnConnectionEvent" }, { "extPoint": "OnGeneralEvent", "impl": "OnGeneralEvent" } ], "kind": "Audit", "license": "", "name": "audit", "onFlush": "OnFlush", "onInit": "OnInit", "version": "1" } [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [6,453 / 6,892] GoLink telemetry/cte_test/cte_test_test_/cte_test_test; 7s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,463 / 6,892] GoLink telemetry/cte_test/cte_test_test_/cte_test_test; 8s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,469 / 6,892] GoLink telemetry/cte_test/cte_test_test_/cte_test_test; 9s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,479 / 6,892] GoLink telemetry/cte_test/cte_test_test_/cte_test_test; 11s remote-cache, linux-sandbox ... (32 actions running) [6,485 / 6,892] GoLink ttl/cache/cache_test_/cache_test; 9s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,491 / 6,892] GoLink ttl/cache/cache_test_/cache_test; 10s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,495 / 6,892] GoLink ttl/cache/cache_test_/cache_test; 12s remote-cache, linux-sandbox ... (30 actions, 28 running) [6,529 / 6,892] GoLink ttl/cache/cache_test_/cache_test; 13s remote-cache, linux-sandbox ... (30 actions, 28 running) [6,554 / 6,892] GoLink executor/kvtest/kvtest_test_/kvtest_test; 10s remote-cache, linux-sandbox ... (27 actions, 22 running) [6,562 / 6,892] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 10s remote-cache, linux-sandbox ... (27 actions, 22 running) [6,565 / 6,892] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 11s remote-cache, linux-sandbox ... (27 actions, 22 running) [6,570 / 6,892] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 12s remote-cache, linux-sandbox ... (28 actions, 24 running) [6,576 / 6,892] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 13s remote-cache, linux-sandbox ... (28 actions, 24 running) [6,581 / 6,892] GoLink executor/autoidtest/autoidtest_test_/autoidtest_test; 11s remote-cache, linux-sandbox ... (26 actions, 22 running) [6,586 / 6,892] GoLink executor/autoidtest/autoidtest_test_/autoidtest_test; 12s remote-cache, linux-sandbox ... (29 actions, 26 running) [6,586 / 6,892] GoLink executor/autoidtest/autoidtest_test_/autoidtest_test; 13s remote-cache, linux-sandbox ... (29 actions, 26 running) [6,592 / 6,892] GoCompilePkg table/temptable/executor.recompile926.a; 11s remote-cache, linux-sandbox ... (29 actions, 26 running) [6,594 / 6,892] GoCompilePkg table/temptable/executor.recompile926.a; 12s remote-cache, linux-sandbox ... (28 actions, 24 running) [6,595 / 6,892] GoCompilePkg table/temptable/executor.recompile926.a; 14s remote-cache, linux-sandbox ... (28 actions, 24 running) [6,596 / 6,892] GoCompilePkg table/temptable/executor.recompile926.a; 15s remote-cache, linux-sandbox ... (28 actions, 24 running) [6,598 / 6,892] GoCompilePkg table/temptable/executor.recompile926.a; 16s remote-cache, linux-sandbox ... (29 actions, 26 running) [6,598 / 6,892] GoCompilePkg table/temptable/executor.recompile926.a; 17s remote-cache, linux-sandbox ... (29 actions, 26 running) [6,600 / 6,892] GoCompilePkg table/temptable/executor.recompile926.a; 19s remote-cache, linux-sandbox ... (29 actions, 26 running) [6,615 / 6,892] GoCompilePkg planner/core/executor.recompile931.a; 18s remote-cache, linux-sandbox ... (30 actions, 28 running) [6,624 / 6,892] GoCompilePkg planner/core/executor.recompile931.a; 19s remote-cache, linux-sandbox ... (26 actions, 24 running) [6,631 / 6,892] GoCompilePkg planner/core/executor.recompile931.a; 21s remote-cache, linux-sandbox ... (23 actions, 22 running) [6,632 / 6,892] GoCompilePkg planner/funcdep/executor.recompile926.a; 19s remote-cache, linux-sandbox ... (24 actions running) [6,634 / 6,892] GoCompilePkg planner/funcdep/executor.recompile926.a; 20s remote-cache, linux-sandbox ... (22 actions running) [6,635 / 6,892] GoCompilePkg util/admin/executor.recompile926.a; 18s remote-cache, linux-sandbox ... (22 actions running) [6,637 / 6,892] GoCompilePkg util/admin/executor.recompile926.a; 20s remote-cache, linux-sandbox ... (22 actions running) [6,644 / 6,892] GoCompilePkg executor/executor.a; 14s remote-cache, linux-sandbox ... (22 actions running) [6,645 / 6,892] GoCompilePkg executor/executor.a; 15s remote-cache, linux-sandbox ... (21 actions, 20 running) [6,652 / 6,892] GoCompilePkg executor/executor.a; 16s remote-cache, linux-sandbox ... (20 actions, 18 running) [6,660 / 6,892] GoLink executor/splittest/splittest_test_/splittest_test; 13s remote-cache, linux-sandbox ... (22 actions running) [6,663 / 6,892] GoLink executor/splittest/splittest_test_/splittest_test; 14s remote-cache, linux-sandbox ... (20 actions running) [6,666 / 6,892] GoCompilePkg executor/executor_test.internal.recompileinternal.a; 16s remote-cache, linux-sandbox ... (30 actions running) [6,698 / 6,892] GoLink table/temptable/temptable_test_/temptable_test; 8s remote-cache, linux-sandbox ... (32 actions running) [6,702 / 6,892] GoLink table/temptable/temptable_test_/temptable_test; 10s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,710 / 6,892] GoLink table/temptable/temptable_test_/temptable_test; 11s remote-cache, linux-sandbox ... (29 actions, 28 running) [6,719 / 6,892] GoLink planner/cascades/cascades_test_/cascades_test; 9s remote-cache, linux-sandbox ... (32 actions running) [6,725 / 6,892] GoLink planner/cascades/cascades_test_/cascades_test; 10s remote-cache, linux-sandbox ... (32 actions running) [6,727 / 6,892] GoLink cmd/explaintest/explaintest_/explaintest; 6s remote-cache, linux-sandbox ... (32 actions running) [6,729 / 6,892] GoLink cmd/explaintest/explaintest_/explaintest; 8s remote-cache, linux-sandbox ... (29 actions, 28 running) [6,730 / 6,892] GoLink cmd/explaintest/explaintest_/explaintest; 9s remote-cache, linux-sandbox ... (32 actions running) [6,743 / 6,892] GoLink cmd/explaintest/explaintest_/explaintest; 10s remote-cache, linux-sandbox ... (32 actions running) [6,746 / 6,892] GoLink br/pkg/lightning/lightning_test_/lightning_test; 11s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,755 / 6,892] GoLink domain/globalconfigsync/globalconfigsync_test_/globalconfigsync_test; 10s remote-cache, linux-sandbox ... (31 actions running) [6,758 / 6,892] GoLink store/gcworker/gcworker_test_/gcworker_test; 11s remote-cache, linux-sandbox ... (32 actions running) [6,760 / 6,892] GoLink planner/core/core_test_/core_test; 12s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,761 / 6,892] GoLink planner/core/core_test_/core_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,763 / 6,892] GoLink planner/core/core_test_/core_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,766 / 6,892] GoLink br/cmd/br/br_test_/br_test; 10s remote-cache, linux-sandbox ... (32 actions running) [6,768 / 6,892] GoLink tidb-server/tidb-server_test_/tidb-server_test; 10s remote-cache, linux-sandbox ... (30 actions, 28 running) [6,772 / 6,892] GoLink tidb-server/tidb-server_test_/tidb-server_test; 11s remote-cache, linux-sandbox ... (32 actions running) [6,774 / 6,892] GoLink br/cmd/br/br_/br; 12s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,780 / 6,892] GoLink br/cmd/br/br_/br; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,794 / 6,892] GoLink br/pkg/lightning/restore/restore_test_/restore_test; 10s remote-cache, linux-sandbox ... (30 actions running) [6,810 / 6,892] GoCompilePkg executor/executor_test_test.external.a; 9s remote-cache, linux-sandbox ... (32 actions running) [6,811 / 6,892] GoCompilePkg executor/executor_test_test.external.a; 11s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,813 / 6,892] GoLink br/cmd/tidb-lightning/tidb-lightning_test_/tidb-lightning_test; 10s remote-cache, linux-sandbox ... (32 actions running) [6,817 / 6,892] GoLink br/cmd/tidb-lightning/tidb-lightning_test_/tidb-lightning_test; 11s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,832 / 6,892] GoLink autoid_service/autoid_service_test_/autoid_service_test; 8s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,833 / 6,892] GoLink autoid_service/autoid_service_test_/autoid_service_test; 10s remote-cache, linux-sandbox ... (32 actions running) [6,835 / 6,892] GoLink util/ranger/ranger_test_/ranger_test; 10s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,838 / 6,892] GoLink util/ranger/ranger_test_/ranger_test; 12s remote-cache, linux-sandbox ... (32 actions running) [6,839 / 6,892] GoLink util/ranger/ranger_test_/ranger_test; 13s remote-cache, linux-sandbox ... (32 actions running) [6,864 / 6,892] GoLink executor/issuetest/issuetest_test_/issuetest_test; 8s remote-cache, linux-sandbox ... (31 actions, 30 running) [6,878 / 6,892] GoLink store/store_test_/store_test; 5s remote-cache, linux-sandbox ... (19 actions, 18 running) [6,879 / 6,892] GoLink store/store_test_/store_test; 6s remote-cache, linux-sandbox ... (20 actions running) [6,880 / 6,892] GoCompilePkg server/server_test.internal.a; 5s remote-cache, linux-sandbox ... (18 actions running) [6,880 / 6,892] GoCompilePkg server/server_test.internal.a; 7s remote-cache, linux-sandbox ... (18 actions running) [6,882 / 6,892] GoLink statistics/handle/globalstats/globalstats_test_/globalstats_test; 9s remote-cache, linux-sandbox ... (17 actions, 16 running) [6,882 / 6,892] GoLink statistics/handle/globalstats/globalstats_test_/globalstats_test; 10s remote-cache, linux-sandbox ... (18 actions running) [6,882 / 6,892] GoLink statistics/handle/globalstats/globalstats_test_/globalstats_test; 12s remote-cache, linux-sandbox ... (18 actions running) [6,883 / 6,892] GoLink statistics/handle/globalstats/globalstats_test_/globalstats_test; 13s remote-cache, linux-sandbox ... (17 actions, 16 running) [6,891 / 6,892] GoLink server/server_test_/server_test; 1s remote-cache, linux-sandbox [6,891 / 6,892] GoLink server/server_test_/server_test; 6s remote-cache, linux-sandbox [6,891 / 6,892] GoLink server/server_test_/server_test; 8s remote-cache, linux-sandbox INFO: Elapsed time: 224.603s, Critical Path: 76.50s INFO: 6661 processes: 5806 remote cache hit, 575 internal, 280 linux-sandbox. INFO: Build completed successfully, 6661 total actions bazel --output_user_root=/home/jenkins/.tidb/tmp --host_jvm_args=-XX:+UnlockExperimentalVMOptions --host_jvm_args=-XX:+UseZGC build --config=ci --repository_cache=/share/.cache/bazel-repository-cache \ //cmd/importer:importer //tidb-server:tidb-server //tidb-server:tidb-server-check --//build:with_nogo_flag=true INFO: Invocation ID: 05bbd39e-d3bd-442f-920f-947a95660cb3 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb/.bazelrc: --host_jvm_args=-Xmx5g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'build' from /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb/.bazelrc: '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 'build' from /data/..2024_05_06_08_25_43.2096331139/bazel: 'build' options: --remote_cache=http://ats.apps.svc/brc/tidb --remote_timeout=30s INFO: Reading rc options for 'build' from /home/jenkins/.bazelrc: 'build' options: --local_ram_resources=58982 --local_cpu_resources=16 --jobs=16 --repository_cache=/share/.cache/bazel-repository-cache INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression Loading: Loading: Loading: 0 packages loaded Analyzing: 3 targets (0 packages loaded, 0 targets configured) INFO: Analyzed 3 targets (0 packages loaded, 0 targets configured). INFO: Found 3 targets... [0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt INFO: Elapsed time: 0.413s, Critical Path: 0.00s INFO: 1 process: 1 internal. INFO: Build completed successfully, 1 total action cp bazel-out/k8-fastbuild/bin/tidb-server/tidb-server_/tidb-server ./bin cp bazel-out/k8-fastbuild/bin/cmd/importer/importer_/importer ./bin cp bazel-out/k8-fastbuild/bin/tidb-server/tidb-server-check_/tidb-server-check ./bin [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb [Pipeline] { [Pipeline] archiveArtifacts Archiving artifacts ‘importer.log’ doesn’t match anything No artifacts found that match the file pattern "importer.log,tidb-server-check.log". Configuration error? [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Upload) [Pipeline] timeout Timeout set to expire in 5 min 0 sec [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb [Pipeline] { [Pipeline] sh + rm -rf .git + tar czvf tidb-server.tar.gz ./BUILD.bazel ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./CONTRIBUTORS.md ./DEPS.bzl ./Dockerfile ./Jenkinsfile ./LICENSE ./LICENSES ./MODULE.bazel ./MODULE.bazel.lock ./Makefile ./Makefile.common ./OWNERS ./README.md ./SECURITY.md ./WORKSPACE ./autoid_service ./bazel-bin ./bazel-out ./bazel-testlogs ./bazel-tidb ./bin ./bindinfo ./br ./build ./checklist.md ./ci.md ./cmd ./code_review_guide.md ./config ./ddl ./distsql ./docs ./domain ./dumpling ./errno ./errors.toml ./executor ./expression ./extension ./go.mod ./go.sum ./hooks ./infoschema ./kv ./lock ./meta ./metrics ./owner ./parser ./planner ./plugin ./privilege ./roadmap.md ./server ./session ./sessionctx ./sessiontxn ./statistics ./store ./structure ./table ./tablecodec ./telemetry ./testkit ./tests ./tidb-binlog ./tidb-server ./tools ./ttl ./types ./unstable.txt ./util ./BUILD.bazel ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./CONTRIBUTORS.md ./DEPS.bzl ./Dockerfile ./Jenkinsfile ./LICENSE ./LICENSES/ ./LICENSES/STRUTIL-LICENSE ./LICENSES/QL-LICENSE ./MODULE.bazel ./MODULE.bazel.lock ./Makefile ./Makefile.common ./OWNERS ./README.md ./SECURITY.md ./WORKSPACE ./autoid_service/ ./autoid_service/autoid.go ./autoid_service/autoid_test.go ./autoid_service/BUILD.bazel ./bazel-bin ./bazel-out ./bazel-testlogs ./bazel-tidb ./bin/ ./bin/importer ./bin/tidb-server ./bin/tidb-server-check ./bindinfo/ ./bindinfo/bind_record.go ./bindinfo/capture_test.go ./bindinfo/bind_cache_test.go ./bindinfo/temptable_test.go ./bindinfo/session_handle.go ./bindinfo/handle.go ./bindinfo/main_test.go ./bindinfo/optimize_test.go ./bindinfo/bind_cache.go ./bindinfo/handle_test.go ./bindinfo/stat.go ./bindinfo/session_handle_test.go ./bindinfo/bind_test.go ./bindinfo/BUILD.bazel ./br/ ./br/images/ ./br/images/arch.svg ./br/metrics/ ./br/metrics/grafana/ ./br/metrics/grafana/lightning.json ./br/metrics/grafana/br.json ./br/metrics/alertmanager/ ./br/metrics/alertmanager/lightning.rules.yml ./br/cmd/ ./br/cmd/br/ ./br/cmd/br/restore.go ./br/cmd/br/backup.go ./br/cmd/br/operator.go ./br/cmd/br/debug.go ./br/cmd/br/main.go ./br/cmd/br/stream.go ./br/cmd/br/cmd.go ./br/cmd/br/main_test.go ./br/cmd/br/BUILD.bazel ./br/cmd/tidb-lightning-ctl/ ./br/cmd/tidb-lightning-ctl/main.go ./br/cmd/tidb-lightning-ctl/main_test.go ./br/cmd/tidb-lightning-ctl/BUILD.bazel ./br/cmd/tidb-lightning/ ./br/cmd/tidb-lightning/main.go ./br/cmd/tidb-lightning/main_test.go ./br/cmd/tidb-lightning/BUILD.bazel ./br/tests/ ./br/tests/lightning_alter_random/ ./br/tests/lightning_alter_random/run.sh ./br/tests/lightning_alter_random/data/ ./br/tests/lightning_alter_random/data/alter_random-schema-create.sql ./br/tests/lightning_alter_random/data/alter_random.t.sql ./br/tests/lightning_alter_random/data/alter_random.t-schema.sql ./br/tests/lightning_alter_random/config.toml ./br/tests/br_restore_TDE_enable/ ./br/tests/br_restore_TDE_enable/workload ./br/tests/br_restore_TDE_enable/run.sh ./br/tests/lightning_tidb_rowid/ ./br/tests/lightning_tidb_rowid/run.sh ./br/tests/lightning_tidb_rowid/data/ ./br/tests/lightning_tidb_rowid/data/rowid-schema-create.sql ./br/tests/lightning_tidb_rowid/data/rowid.specific_auto_inc.sql ./br/tests/lightning_tidb_rowid/data/rowid.specific_auto_inc-schema.sql ./br/tests/lightning_tidb_rowid/data/rowid.pre_rebase.sql ./br/tests/lightning_tidb_rowid/data/rowid.non_pk.sql ./br/tests/lightning_tidb_rowid/data/rowid.explicit_tidb_rowid.sql ./br/tests/lightning_tidb_rowid/data/rowid.non_pk-schema.sql ./br/tests/lightning_tidb_rowid/data/rowid.pre_rebase-schema.sql ./br/tests/lightning_tidb_rowid/data/rowid.explicit_tidb_rowid-schema.sql ./br/tests/lightning_tidb_rowid/data/rowid.non_pk_auto_inc.sql ./br/tests/lightning_tidb_rowid/data/rowid.non_pk_auto_inc-schema.sql ./br/tests/lightning_tidb_rowid/config.toml ./br/tests/lightning_checkpoint/ ./br/tests/lightning_checkpoint/run.sh ./br/tests/lightning_checkpoint/config.toml ./br/tests/lightning_fail_fast_on_nonretry_err/ ./br/tests/lightning_fail_fast_on_nonretry_err/run.sh ./br/tests/lightning_fail_fast_on_nonretry_err/data/ ./br/tests/lightning_fail_fast_on_nonretry_err/data/csv-schema-create.sql ./br/tests/lightning_fail_fast_on_nonretry_err/data/csv.threads-schema.sql ./br/tests/lightning_fail_fast_on_nonretry_err/data/csv.threads.csv ./br/tests/lightning_fail_fast_on_nonretry_err/config.toml ./br/tests/lightning_checkpoint_error_destroy/ ./br/tests/lightning_checkpoint_error_destroy/good-data/ ./br/tests/lightning_checkpoint_error_destroy/good-data/cped-schema-create.sql ./br/tests/lightning_checkpoint_error_destroy/good-data/cped.t.sql ./br/tests/lightning_checkpoint_error_destroy/good-data/cped.t-schema.sql ./br/tests/lightning_checkpoint_error_destroy/bad-data/ ./br/tests/lightning_checkpoint_error_destroy/bad-data/cped-schema-create.sql ./br/tests/lightning_checkpoint_error_destroy/bad-data/cped.t.sql ./br/tests/lightning_checkpoint_error_destroy/bad-data/cped.t-schema.sql ./br/tests/lightning_checkpoint_error_destroy/mysql.toml ./br/tests/lightning_checkpoint_error_destroy/run.sh ./br/tests/lightning_checkpoint_error_destroy/file.toml ./br/tests/lightning_bom_file/ ./br/tests/lightning_bom_file/original_data/ ./br/tests/lightning_bom_file/original_data/mytest.testtbl-schema.sql ./br/tests/lightning_bom_file/original_data/mytest.testtbl.csv ./br/tests/lightning_bom_file/run.sh ./br/tests/lightning_bom_file/data/ ./br/tests/lightning_bom_file/data/mytest.testtbl-schema.sql ./br/tests/lightning_bom_file/data/mytest.testtbl.csv ./br/tests/lightning_bom_file/config.toml ./br/tests/lightning_gcs/ ./br/tests/lightning_gcs/run.sh ./br/tests/lightning_gcs/config.toml ./br/tests/br_rawkv/ ./br/tests/br_rawkv/run.sh ./br/tests/br_rawkv/client.go ./br/tests/br_rawkv/BUILD.bazel ./br/tests/lightning_sqlmode/ ./br/tests/lightning_sqlmode/off.toml ./br/tests/lightning_sqlmode/on.toml ./br/tests/lightning_sqlmode/run.sh ./br/tests/lightning_sqlmode/data/ ./br/tests/lightning_sqlmode/data/sqlmodedb.t-schema.sql ./br/tests/lightning_sqlmode/data/sqlmodedb.t.1.sql ./br/tests/lightning_sqlmode/data/sqlmodedb-schema-create.sql ./br/tests/br_incompatible_tidb_config/ ./br/tests/br_incompatible_tidb_config/run.sh ./br/tests/br_incompatible_tidb_config/config/ ./br/tests/br_incompatible_tidb_config/config/tidb-max-index-length.toml ./br/tests/lightning_issue_519/ ./br/tests/lightning_issue_519/run.sh ./br/tests/lightning_issue_519/data/ ./br/tests/lightning_issue_519/data/issue519.t-schema.sql ./br/tests/lightning_issue_519/data/issue519-schema-create.sql ./br/tests/lightning_issue_519/data/issue519.t.csv ./br/tests/lightning_issue_519/config.toml ./br/tests/br_single_table/ ./br/tests/br_single_table/workload ./br/tests/br_single_table/run.sh ./br/tests/br_backup_empty/ ./br/tests/br_backup_empty/run.sh ./br/tests/br_table_partition/ ./br/tests/br_table_partition/prepare.sh ./br/tests/br_table_partition/run.sh ./br/tests/br_db_online_newkv/ ./br/tests/br_db_online_newkv/run.sh ./br/tests/br_autorandom/ ./br/tests/br_autorandom/run.sh ./br/tests/br_table_filter/ ./br/tests/br_table_filter/run.sh ./br/tests/lightning_fail_fast/ ./br/tests/lightning_fail_fast/engine.toml ./br/tests/lightning_fail_fast/chunk.toml ./br/tests/lightning_fail_fast/run.sh ./br/tests/lightning_fail_fast/data/ ./br/tests/lightning_fail_fast/data/fail_fast.tb.0.csv ./br/tests/lightning_fail_fast/data/fail_fast.tb.2.csv ./br/tests/lightning_fail_fast/data/fail_fast-schema-create.sql ./br/tests/lightning_fail_fast/data/fail_fast.tb-schema.sql ./br/tests/lightning_fail_fast/data/fail_fast.tb.1.csv ./br/tests/lightning_distributed_import/ ./br/tests/lightning_distributed_import/data1/ ./br/tests/lightning_distributed_import/data1/distributed_import.t-schema.sql ./br/tests/lightning_distributed_import/data1/distributed_import.t.csv ./br/tests/lightning_distributed_import/data1/distributed_import-schema-create.sql ./br/tests/lightning_distributed_import/data2/ ./br/tests/lightning_distributed_import/data2/distributed_import.t-schema.sql ./br/tests/lightning_distributed_import/data2/distributed_import.t.csv ./br/tests/lightning_distributed_import/data2/distributed_import-schema-create.sql ./br/tests/lightning_distributed_import/run.sh ./br/tests/lightning_distributed_import/config.toml ./br/tests/lightning_max_random/ ./br/tests/lightning_max_random/run.sh ./br/tests/lightning_max_random/data/ ./br/tests/lightning_max_random/data/db.test2-schema.sql ./br/tests/lightning_max_random/data/db.test-schema.sql ./br/tests/lightning_max_random/data/db-schema-create.sql ./br/tests/lightning_max_random/data/db.test2.000000000.csv ./br/tests/lightning_max_random/data/db.test1-schema.sql ./br/tests/lightning_max_random/data/db.test.000000000.csv ./br/tests/lightning_max_random/data/db.test1.000000000.csv ./br/tests/lightning_max_random/config.toml ./br/tests/br_other/ ./br/tests/br_other/run.sh ./br/tests/br_full_ddl/ ./br/tests/br_full_ddl/workload ./br/tests/br_full_ddl/run.sh ./br/tests/lightning_duplicate_resolution/ ./br/tests/lightning_duplicate_resolution/run.sh ./br/tests/lightning_duplicate_resolution/data/ ./br/tests/lightning_duplicate_resolution/data/dup_resolve.a.2.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.c-schema.sql ./br/tests/lightning_duplicate_resolution/data/dup_resolve.b.9.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.b-schema.sql ./br/tests/lightning_duplicate_resolution/data/dup_resolve.b.2.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.b.4.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.b.6.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.b.8.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.a.3.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.a.9.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.b.5.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.c.1.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.b.7.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.a.5.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.c.2.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.a.1.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.a.6.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.b.3.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.a.4.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.a.8.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve-schema-create.sql ./br/tests/lightning_duplicate_resolution/data/dup_resolve.b.1.csv ./br/tests/lightning_duplicate_resolution/data/dup_resolve.a-schema.sql ./br/tests/lightning_duplicate_resolution/data/dup_resolve.a.7.csv ./br/tests/lightning_duplicate_resolution/config.toml ./br/tests/lightning_partitioned-table/ ./br/tests/lightning_partitioned-table/run.sh ./br/tests/lightning_partitioned-table/data/ ./br/tests/lightning_partitioned-table/data/partitioned-schema-create.sql ./br/tests/lightning_partitioned-table/data/partitioned.a-schema.sql ./br/tests/lightning_partitioned-table/data/partitioned.a.sql ./br/tests/lightning_partitioned-table/config.toml ./br/tests/docker_compatible_gcs/ ./br/tests/docker_compatible_gcs/prepare.sh ./br/tests/docker_compatible_gcs/run.sh ./br/tests/lightning_too_many_columns/ ./br/tests/lightning_too_many_columns/run.sh ./br/tests/lightning_too_many_columns/data/ ./br/tests/lightning_too_many_columns/data/too_many_columns-schema-create.sql ./br/tests/lightning_too_many_columns/data/too_many_columns.t.0.csv ./br/tests/lightning_too_many_columns/data/too_many_columns.t-schema.sql ./br/tests/lightning_too_many_columns/config.toml ./br/tests/br_restore_log_task_enable/ ./br/tests/br_restore_log_task_enable/run.sh ./br/tests/lightning_incremental/ ./br/tests/lightning_incremental/data1/ ./br/tests/lightning_incremental/data1/incr.pk_auto_inc-schema.sql ./br/tests/lightning_incremental/data1/incr-schema-create.sql ./br/tests/lightning_incremental/data1/incr.rowid_uk_inc.sql ./br/tests/lightning_incremental/data1/incr.empty_table2-schema.sql ./br/tests/lightning_incremental/data1/incr.rowid_uk_inc-schema.sql ./br/tests/lightning_incremental/data1/incr.uk_auto_inc.sql ./br/tests/lightning_incremental/data1/incr.auto_random-schema.sql ./br/tests/lightning_incremental/data1/incr.empty_table-schema.sql ./br/tests/lightning_incremental/data1/incr.auto_random.sql ./br/tests/lightning_incremental/data1/incr.uk_auto_inc-schema.sql ./br/tests/lightning_incremental/data1/incr.pk_auto_inc.sql ./br/tests/lightning_incremental/run.sh ./br/tests/lightning_incremental/data/ ./br/tests/lightning_incremental/data/incr.pk_auto_inc-schema.sql ./br/tests/lightning_incremental/data/incr-schema-create.sql ./br/tests/lightning_incremental/data/incr.rowid_uk_inc.sql ./br/tests/lightning_incremental/data/incr.rowid_uk_inc-schema.sql ./br/tests/lightning_incremental/data/incr.uk_auto_inc.sql ./br/tests/lightning_incremental/data/incr.auto_random-schema.sql ./br/tests/lightning_incremental/data/incr.empty_table-schema.sql ./br/tests/lightning_incremental/data/incr.auto_random.sql ./br/tests/lightning_incremental/data/incr.uk_auto_inc-schema.sql ./br/tests/lightning_incremental/data/incr.pk_auto_inc.sql ./br/tests/lightning_incremental/config.toml ./br/tests/lightning_checkpoint_timestamp/ ./br/tests/lightning_checkpoint_timestamp/mysql.toml ./br/tests/lightning_checkpoint_timestamp/run.sh ./br/tests/lightning_checkpoint_timestamp/data/ ./br/tests/lightning_checkpoint_timestamp/data/cpts-schema-create.sql ./br/tests/lightning_checkpoint_timestamp/data/cpts.cpts.1.sql ./br/tests/lightning_checkpoint_timestamp/data/cpts.cpts-schema.sql ./br/tests/lightning_checkpoint_timestamp/data/cpts.cpts.2.sql ./br/tests/lightning_checkpoint_timestamp/config.toml ./br/tests/br_backup_version/ ./br/tests/br_backup_version/run.sh ./br/tests/br_key_locked/ ./br/tests/br_key_locked/codec.go ./br/tests/br_key_locked/workload ./br/tests/br_key_locked/run.sh ./br/tests/br_key_locked/locker.go ./br/tests/br_key_locked/BUILD.bazel ./br/tests/lightning_file_routing/ ./br/tests/lightning_file_routing/run.sh ./br/tests/lightning_file_routing/config.toml ./br/tests/br_db_skip/ ./br/tests/br_db_skip/run.sh ./br/tests/br_log_test/ ./br/tests/br_log_test/workload ./br/tests/br_log_test/run.sh ./br/tests/lightning_checkpoint_columns/ ./br/tests/lightning_checkpoint_columns/run.sh ./br/tests/lightning_checkpoint_columns/config.toml ./br/tests/br_full_index/ ./br/tests/br_full_index/workload ./br/tests/br_full_index/run.sh ./br/tests/br_insert_after_restore/ ./br/tests/br_insert_after_restore/run.sh ./br/tests/lightning_exotic_filenames/ ./br/tests/lightning_exotic_filenames/run.sh ./br/tests/lightning_exotic_filenames/data/ ./br/tests/lightning_exotic_filenames/data/zwk-schema-create.sql ./br/tests/lightning_exotic_filenames/data/zwk.zwb.sql ./br/tests/lightning_exotic_filenames/data/xfn.etn-schema.sql ./br/tests/lightning_exotic_filenames/data/xfn-schema-create.sql ./br/tests/lightning_exotic_filenames/data/zwk.zwb-schema.sql ./br/tests/lightning_exotic_filenames/data/xfn.etn.sql ./br/tests/lightning_exotic_filenames/config.toml ./br/tests/lightning_auto_columns/ ./br/tests/lightning_auto_columns/run.sh ./br/tests/lightning_auto_columns/data/ ./br/tests/lightning_auto_columns/data/lightning_auto_cols.t_auto_incr.sql ./br/tests/lightning_auto_columns/data/lightning_auto_cols-schema-create.sql ./br/tests/lightning_auto_columns/data/lightning_auto_cols.t_auto_random-schema.sql ./br/tests/lightning_auto_columns/data/lightning_auto_cols.t_auto_incr-schema.sql ./br/tests/lightning_auto_columns/data/lightning_auto_cols.t_auto_random.sql ./br/tests/lightning_auto_columns/config.toml ./br/tests/lightning_row-format-v2/ ./br/tests/lightning_row-format-v2/run.sh ./br/tests/lightning_row-format-v2/data/ ./br/tests/lightning_row-format-v2/data/rowformatv2.t1-schema.sql ./br/tests/lightning_row-format-v2/data/rowformatv2.t1.1.sql ./br/tests/lightning_row-format-v2/data/rowformatv2-schema-create.sql ./br/tests/lightning_row-format-v2/config.toml ./br/tests/download_tools.sh ./br/tests/br_charset_gbk/ ./br/tests/br_charset_gbk/run.sh ./br/tests/br_charset_gbk/tidb-new-collation.toml ./br/tests/br_shuffle_leader/ ./br/tests/br_shuffle_leader/workload ./br/tests/br_shuffle_leader/run.sh ./br/tests/lightning_default-columns/ ./br/tests/lightning_default-columns/run.sh ./br/tests/lightning_default-columns/data/ ./br/tests/lightning_default-columns/data/defcol.t.1.sql ./br/tests/lightning_default-columns/data/defcol.t-schema.sql ./br/tests/lightning_default-columns/data/defcol.t.2.sql ./br/tests/lightning_default-columns/data/defcol.u-schema.sql ./br/tests/lightning_default-columns/data/defcol-schema-create.sql ./br/tests/lightning_default-columns/data/defcol.u.1.sql ./br/tests/lightning_default-columns/config.toml ./br/tests/br_crypter/ ./br/tests/br_crypter/workload ./br/tests/br_crypter/run.sh ./br/tests/lightning_disk_quota/ ./br/tests/lightning_disk_quota/run.sh ./br/tests/lightning_disk_quota/data/ ./br/tests/lightning_disk_quota/data/disk_quota.t-schema.sql ./br/tests/lightning_disk_quota/data/disk_quota.t.0.sql ./br/tests/lightning_disk_quota/data/disk_quota.t.2.sql ./br/tests/lightning_disk_quota/data/disk_quota.t.3.sql ./br/tests/lightning_disk_quota/data/disk_quota-schema-create.sql ./br/tests/lightning_disk_quota/data/disk_quota.t.1.sql ./br/tests/lightning_disk_quota/config.toml ./br/tests/lightning_tidb_duplicate_data/ ./br/tests/lightning_tidb_duplicate_data/replace.toml ./br/tests/lightning_tidb_duplicate_data/ignore.toml ./br/tests/lightning_tidb_duplicate_data/run.sh ./br/tests/lightning_tidb_duplicate_data/data/ ./br/tests/lightning_tidb_duplicate_data/data/dup.dup.sql ./br/tests/lightning_tidb_duplicate_data/data/dup.dup-schema.sql ./br/tests/lightning_tidb_duplicate_data/data/dup-schema-create.sql ./br/tests/lightning_tidb_duplicate_data/error.toml ./br/tests/br_incremental_same_table/ ./br/tests/br_incremental_same_table/run.sh ./br/tests/br_debug_meta/ ./br/tests/br_debug_meta/workload ./br/tests/br_debug_meta/run.sh ./br/tests/lightning_restore/ ./br/tests/lightning_restore/run.sh ./br/tests/lightning_restore/config.toml ./br/tests/lightning_extend_routes/ ./br/tests/lightning_extend_routes/run.sh ./br/tests/lightning_extend_routes/data/ ./br/tests/lightning_extend_routes/data/routes_a1.s1-schema.sql ./br/tests/lightning_extend_routes/data/routes_a1.t2.sql ./br/tests/lightning_extend_routes/data/routes_a0.t0.1.sql ./br/tests/lightning_extend_routes/data/routes_a0-schema-create.sql ./br/tests/lightning_extend_routes/data/routes_a0.t1-schema.sql ./br/tests/lightning_extend_routes/data/routes_a1-schema-create.sql ./br/tests/lightning_extend_routes/data/routes_a0.t0-schema.sql ./br/tests/lightning_extend_routes/data/routes_a0.t0.2.sql ./br/tests/lightning_extend_routes/data/routes_a0.t1.1.sql ./br/tests/lightning_extend_routes/data/routes_a1.t2-schema.sql ./br/tests/lightning_extend_routes/data/routes_a1.s1.sql ./br/tests/lightning_extend_routes/config.toml ./br/tests/br_check_new_collocation_enable/ ./br/tests/br_check_new_collocation_enable/run.sh ./br/tests/br_check_new_collocation_enable/config/ ./br/tests/br_check_new_collocation_enable/config/new_collation_enable_false.toml ./br/tests/br_check_new_collocation_enable/config/new_collation_enable_true.toml ./br/tests/br_tikv_outage/ ./br/tests/br_tikv_outage/workload ./br/tests/br_tikv_outage/run.sh ./br/tests/br_s3/ ./br/tests/br_s3/workload ./br/tests/br_s3/run.sh ./br/tests/br_range/ ./br/tests/br_range/run.sh ./br/tests/lightning_s3/ ./br/tests/lightning_s3/config_s3_checkpoint.toml ./br/tests/lightning_s3/run.sh ./br/tests/lightning_s3/config.toml ./br/tests/lightning_s3/config_manual_files.toml ./br/tests/br_history/ ./br/tests/br_history/workload ./br/tests/br_history/run.sh ./br/tests/br_full/ ./br/tests/br_full/workload ./br/tests/br_full/run.sh ./br/tests/README.md ./br/tests/br_tiflash/ ./br/tests/br_tiflash/run.sh ./br/tests/br_incremental/ ./br/tests/br_incremental/workload ./br/tests/br_incremental/run.sh ./br/tests/lightning_unused_config_keys/ ./br/tests/lightning_unused_config_keys/run.sh ./br/tests/lightning_unused_config_keys/data/ ./br/tests/lightning_unused_config_keys/data/unused_config_keys-schema-create.sql ./br/tests/lightning_unused_config_keys/config.toml ./br/tests/lightning_source_linkfile/ ./br/tests/lightning_source_linkfile/run.sh ./br/tests/lightning_source_linkfile/config.toml ./br/tests/br_tidb_placement_policy/ ./br/tests/br_tidb_placement_policy/run.sh ./br/tests/lightning_concurrent-restore/ ./br/tests/lightning_concurrent-restore/run.sh ./br/tests/lightning_concurrent-restore/config.toml ./br/tests/br_tikv_outage2/ ./br/tests/br_tikv_outage2/workload ./br/tests/br_tikv_outage2/run.sh ./br/tests/lightning_parquet/ ./br/tests/lightning_parquet/db.sql ./br/tests/lightning_parquet/run.sh ./br/tests/lightning_parquet/data/ ./br/tests/lightning_parquet/data/export_tables_info_ci_from_1_to_9.json ./br/tests/lightning_parquet/data/export_info_ci.json ./br/tests/lightning_parquet/data/test/ ./br/tests/lightning_parquet/data/test/test.special_col_name/ ./br/tests/lightning_parquet/data/test/test.special_col_name/special_col_name.parquet ./br/tests/lightning_parquet/data/test/test.new_order/ ./br/tests/lightning_parquet/data/test/test.new_order/part-00000-d868200e-b629-4445-bd96-d34b6674b09d-c000.gz.parquet ./br/tests/lightning_parquet/data/test/test.new_order/_SUCCESS ./br/tests/lightning_parquet/data/test/test.orders/ ./br/tests/lightning_parquet/data/test/test.orders/_SUCCESS ./br/tests/lightning_parquet/data/test/test.orders/part-00000-b45481f5-92c0-4961-9bf7-32a0a04ffee5-c000.gz.parquet ./br/tests/lightning_parquet/data/test/test.stock/ ./br/tests/lightning_parquet/data/test/test.stock/_SUCCESS ./br/tests/lightning_parquet/data/test/test.stock/part-00000-eef45943-3034-4d65-b375-ee55aa479215-c000.gz.parquet ./br/tests/lightning_parquet/data/test/test.history/ ./br/tests/lightning_parquet/data/test/test.history/_SUCCESS ./br/tests/lightning_parquet/data/test/test.history/part-00000-8cf0e97a-1169-4335-a93f-8805e02def97-c000.gz.parquet ./br/tests/lightning_parquet/data/test/test.warehouse/ ./br/tests/lightning_parquet/data/test/test.warehouse/_SUCCESS ./br/tests/lightning_parquet/data/test/test.warehouse/part-00000-c6c33252-4d2f-4c5c-8a2f-d162bde6c360-c000.gz.parquet ./br/tests/lightning_parquet/data/test/test.district/ ./br/tests/lightning_parquet/data/test/test.district/_SUCCESS ./br/tests/lightning_parquet/data/test/test.district/part-00000-f61f4bef-6765-432a-8f18-cd17b4607f2a-c000.gz.parquet ./br/tests/lightning_parquet/data/test/test.test_time/ ./br/tests/lightning_parquet/data/test/test.test_time/000000_0.parquet ./br/tests/lightning_parquet/data/test/test.item/ ./br/tests/lightning_parquet/data/test/test.item/_SUCCESS ./br/tests/lightning_parquet/data/test/test.item/part-00000-8905ded8-4c54-477f-9907-6e3eae50358b-c000.gz.parquet ./br/tests/lightning_parquet/data/test/test.order_line/ ./br/tests/lightning_parquet/data/test/test.order_line/_SUCCESS ./br/tests/lightning_parquet/data/test/test.order_line/part-00000-e36fecd0-3f59-4ff6-b271-2e4b27ffbcf5-c000.gz.parquet ./br/tests/lightning_parquet/data/test/test.customer/ ./br/tests/lightning_parquet/data/test/test.customer/part-00000-c3744aeb-351c-49ba-bdf3-5864befff481-c000.gz.parquet ./br/tests/lightning_parquet/data/test/test.customer/_SUCCESS ./br/tests/lightning_parquet/config.toml ./br/tests/lightning_partition_incremental/ ./br/tests/lightning_partition_incremental/config1.toml ./br/tests/lightning_partition_incremental/data1/ ./br/tests/lightning_partition_incremental/data1/incr.non_pk_auto_inc.csv ./br/tests/lightning_partition_incremental/data1/incr.non_pk_auto_inc-schema.sql ./br/tests/lightning_partition_incremental/data1/incr.auto_rowid-schema.sql ./br/tests/lightning_partition_incremental/data1/incr.auto_rowid.csv ./br/tests/lightning_partition_incremental/data2/ ./br/tests/lightning_partition_incremental/data2/incr.non_pk_auto_inc.csv ./br/tests/lightning_partition_incremental/data2/incr.non_pk_auto_inc-schema.sql ./br/tests/lightning_partition_incremental/data2/incr.auto_rowid-schema.sql ./br/tests/lightning_partition_incremental/data2/incr.auto_rowid.csv ./br/tests/lightning_partition_incremental/config2.toml ./br/tests/lightning_partition_incremental/run.sh ./br/tests/lightning_partition_incremental/data/ ./br/tests/lightning_partition_incremental/data/incr.non_pk_auto_inc.csv ./br/tests/lightning_partition_incremental/data/incr.non_pk_auto_inc-schema.sql ./br/tests/lightning_partition_incremental/data/incr.auto_rowid-schema.sql ./br/tests/lightning_partition_incremental/data/incr.auto_rowid.csv ./br/tests/lightning_partition_incremental/config.toml ./br/tests/br_full_cluster_restore/ ./br/tests/br_full_cluster_restore/full_data.sql ./br/tests/br_full_cluster_restore/run.sh ./br/tests/lightning_black-white-list/ ./br/tests/lightning_black-white-list/even-table-only.toml ./br/tests/lightning_black-white-list/firstdb-only.toml ./br/tests/lightning_black-white-list/run.sh ./br/tests/lightning_black-white-list/data/ ./br/tests/lightning_black-white-list/data/firstdb.second-schema.sql ./br/tests/lightning_black-white-list/data/seconddb-schema-create.sql ./br/tests/lightning_black-white-list/data/firstdb.first.1.sql ./br/tests/lightning_black-white-list/data/firstdb.first-schema.sql ./br/tests/lightning_black-white-list/data/firstdb-schema-create.sql ./br/tests/lightning_black-white-list/data/seconddb.fourth.1.sql ./br/tests/lightning_black-white-list/data/mysql.testtable-schema.sql ./br/tests/lightning_black-white-list/data/mysql-schema-create.sql ./br/tests/lightning_black-white-list/data/seconddb.third-schema.sql ./br/tests/lightning_black-white-list/data/firstdb.first.2.sql ./br/tests/lightning_black-white-list/data/firstdb.second.1.sql ./br/tests/lightning_black-white-list/data/seconddb.fourth-schema.sql ./br/tests/lightning_black-white-list/data/seconddb.third.1.sql ./br/tests/lightning_black-white-list/config.toml ./br/tests/br_small_batch_size/ ./br/tests/br_small_batch_size/workload ./br/tests/br_small_batch_size/run.sh ./br/tests/lightning_check_partial_imported/ ./br/tests/lightning_check_partial_imported/run.sh ./br/tests/lightning_check_partial_imported/data/ ./br/tests/lightning_check_partial_imported/data/db01.tbl01-schema.sql ./br/tests/lightning_check_partial_imported/data/db01.tbl01.csv ./br/tests/lightning_check_partial_imported/config.toml ./br/tests/br_shuffle_region/ ./br/tests/br_shuffle_region/workload ./br/tests/br_shuffle_region/run.sh ./br/tests/br_systables/ ./br/tests/br_systables/workload ./br/tests/br_systables/run.sh ./br/tests/run.sh ./br/tests/lightning_cmdline_override/ ./br/tests/lightning_cmdline_override/run.sh ./br/tests/lightning_cmdline_override/data/ ./br/tests/lightning_cmdline_override/data/cmdline_override.t.sql ./br/tests/lightning_cmdline_override/data/cmdline_override.t-schema.sql ./br/tests/lightning_cmdline_override/data/cmdline_override-schema-create.sql ./br/tests/lightning_cmdline_override/config.toml ./br/tests/lightning_no_schema/ ./br/tests/lightning_no_schema/run.sh ./br/tests/lightning_no_schema/data/ ./br/tests/lightning_no_schema/data/noschema.t.sql ./br/tests/lightning_no_schema/config.toml ./br/tests/br_ebs/ ./br/tests/br_ebs/backupmeta ./br/tests/br_ebs/run.sh ./br/tests/lightning_compress/ ./br/tests/lightning_compress/data.snappy/ ./br/tests/lightning_compress/data.snappy/compress.empty_strings.000000000.sql.snappy ./br/tests/lightning_compress/data.snappy/compress.multi_rows-schema.sql.snappy ./br/tests/lightning_compress/data.snappy/compress.empty_strings-schema.sql.snappy ./br/tests/lightning_compress/data.snappy/compress.escapes-schema.sql.snappy ./br/tests/lightning_compress/data.snappy/compress.threads.000000000.sql.snappy ./br/tests/lightning_compress/data.snappy/compress.threads-schema.sql.snappy ./br/tests/lightning_compress/data.snappy/compress.multi_rows.000000000.sql.snappy ./br/tests/lightning_compress/data.snappy/compress-schema-create.sql.snappy ./br/tests/lightning_compress/data.snappy/compress.escapes.000000000.sql.snappy ./br/tests/lightning_compress/data.gzip/ ./br/tests/lightning_compress/data.gzip/compress.multi_rows.000000000.csv.gz ./br/tests/lightning_compress/data.gzip/compress.threads.000000000.csv.gz ./br/tests/lightning_compress/data.gzip/compress.empty_strings-schema.sql.gz ./br/tests/lightning_compress/data.gzip/compress.escapes.000000000.csv.gz ./br/tests/lightning_compress/data.gzip/compress.escapes-schema.sql.gz ./br/tests/lightning_compress/data.gzip/compress.threads-schema.sql.gz ./br/tests/lightning_compress/data.gzip/compress.empty_strings.000000000.csv.gz ./br/tests/lightning_compress/data.gzip/compress-schema-create.sql.gz ./br/tests/lightning_compress/data.gzip/compress.multi_rows-schema.sql.gz ./br/tests/lightning_compress/run.sh ./br/tests/lightning_compress/data.zstd/ ./br/tests/lightning_compress/data.zstd/compress.empty_strings.000000000.csv.zst ./br/tests/lightning_compress/data.zstd/compress.empty_strings-schema.sql.zst ./br/tests/lightning_compress/data.zstd/compress.threads.000000000.csv.zst ./br/tests/lightning_compress/data.zstd/compress.multi_rows.000000000.csv.zst ./br/tests/lightning_compress/data.zstd/compress-schema-create.sql.zst ./br/tests/lightning_compress/data.zstd/compress.threads-schema.sql.zst ./br/tests/lightning_compress/data.zstd/compress.escapes-schema.sql.zst ./br/tests/lightning_compress/data.zstd/compress.escapes.000000000.csv.zst ./br/tests/lightning_compress/data.zstd/compress.multi_rows-schema.sql.zst ./br/tests/lightning_compress/config.toml ./br/tests/br_z_gc_safepoint/ ./br/tests/br_z_gc_safepoint/workload ./br/tests/br_z_gc_safepoint/run.sh ./br/tests/br_z_gc_safepoint/BUILD.bazel ./br/tests/br_z_gc_safepoint/gc.go ./br/tests/_utils/ ./br/tests/_utils/run_sql_file ./br/tests/_utils/run_sql_in_container ./br/tests/_utils/generate_certs ./br/tests/_utils/run_pd_ctl ./br/tests/_utils/br_tikv_outage_util ./br/tests/_utils/run_br ./br/tests/_utils/run_sql ./br/tests/_utils/run_lightning ./br/tests/_utils/check_not_contains ./br/tests/_utils/check_contains ./br/tests/_utils/read_result ./br/tests/_utils/make_tiflash_config ./br/tests/_utils/run_cdc ./br/tests/_utils/run_curl ./br/tests/_utils/check_cluster_version ./br/tests/_utils/run_lightning_ctl ./br/tests/_utils/run_services ./br/tests/lightning_checkpoint_dirty_tableid/ ./br/tests/lightning_checkpoint_dirty_tableid/mysql.toml ./br/tests/lightning_checkpoint_dirty_tableid/run.sh ./br/tests/lightning_checkpoint_dirty_tableid/data/ ./br/tests/lightning_checkpoint_dirty_tableid/data/cpdt.t-schema.sql ./br/tests/lightning_checkpoint_dirty_tableid/data/cpdt-schema-create.sql ./br/tests/lightning_checkpoint_dirty_tableid/data/cpdt.t.sql ./br/tests/lightning_checkpoint_dirty_tableid/file.toml ./br/tests/lightning_tool_1472/ ./br/tests/lightning_tool_1472/run.sh ./br/tests/lightning_tool_1472/data/ ./br/tests/lightning_tool_1472/data/EE1472.notpk-schema.sql ./br/tests/lightning_tool_1472/data/EE1472.pk-schema.sql ./br/tests/lightning_tool_1472/data/EE1472.pk.1.sql ./br/tests/lightning_tool_1472/data/EE1472.notpk.1.sql ./br/tests/lightning_tool_1472/data/EE1472.notpk.2.sql ./br/tests/lightning_tool_1472/data/EE1472-schema-create.sql ./br/tests/lightning_tool_1472/data/EE1472.pk.2.sql ./br/tests/lightning_tool_1472/config.toml ./br/tests/lightning_local_backend/ ./br/tests/lightning_local_backend/mysql.toml ./br/tests/lightning_local_backend/run.sh ./br/tests/lightning_local_backend/data/ ./br/tests/lightning_local_backend/data/cpeng.a.2.sql ./br/tests/lightning_local_backend/data/cpeng.b-schema.sql ./br/tests/lightning_local_backend/data/cpeng.a-schema.sql ./br/tests/lightning_local_backend/data/cpeng.b.2.sql ./br/tests/lightning_local_backend/data/cpeng.b.1.sql ./br/tests/lightning_local_backend/data/cpeng-schema-create.sql ./br/tests/lightning_local_backend/data/cpeng.a.1.sql ./br/tests/lightning_local_backend/data/cpeng.a.3.sql ./br/tests/lightning_local_backend/config.toml ./br/tests/lightning_local_backend/file.toml ./br/tests/lightning_checkpoint_parquet/ ./br/tests/lightning_checkpoint_parquet/parquet.go ./br/tests/lightning_checkpoint_parquet/run.sh ./br/tests/lightning_checkpoint_parquet/config.toml ./br/tests/lightning_checkpoint_parquet/BUILD.bazel ./br/tests/lightning_new_collation/ ./br/tests/lightning_new_collation/gbk.toml ./br/tests/lightning_new_collation/run.sh ./br/tests/lightning_new_collation/tidb-new-collation.toml ./br/tests/lightning_new_collation/data/ ./br/tests/lightning_new_collation/data/nc-schema-create.sql ./br/tests/lightning_new_collation/data/nc.t.1.sql ./br/tests/lightning_new_collation/data/nc.ci.0.csv ./br/tests/lightning_new_collation/data/nc.ci-schema.sql ./br/tests/lightning_new_collation/data/nc.t-schema.sql ./br/tests/lightning_new_collation/data/nc.gbk_test-schema.sql ./br/tests/lightning_new_collation/data/nc.gbk_test.0.csv ./br/tests/lightning_new_collation/data/nc.t.0.sql ./br/tests/lightning_new_collation/config.toml ./br/tests/lightning_new_collation/data-gbk/ ./br/tests/lightning_new_collation/data-gbk/nc.gbk_source.0.csv ./br/tests/lightning_new_collation/data-gbk/nc.gbk_source-schema.sql ./br/tests/br_incremental_ddl/ ./br/tests/br_incremental_ddl/run.sh ./br/tests/lightning_routes_panic/ ./br/tests/lightning_routes_panic/run.sh ./br/tests/lightning_routes_panic/data/ ./br/tests/lightning_routes_panic/data/test1.dump_test.002.sql ./br/tests/lightning_routes_panic/data/test1.dump_test.003.sql ./br/tests/lightning_routes_panic/data/test1.dump_test.001.sql ./br/tests/lightning_routes_panic/config.toml ./br/tests/br_azblob/ ./br/tests/br_azblob/workload ./br/tests/br_azblob/_run.sh ./br/tests/lightning_csv/ ./br/tests/lightning_csv/errData/ ./br/tests/lightning_csv/errData/db.test-schema.sql ./br/tests/lightning_csv/errData/db-schema-create.sql ./br/tests/lightning_csv/errData/db.test.1.csv ./br/tests/lightning_csv/run.sh ./br/tests/lightning_csv/data/ ./br/tests/lightning_csv/data/auto_incr_id.clustered_cache1.0.csv ./br/tests/lightning_csv/data/no_auto_incr_id.clustered_cache1.0.csv ./br/tests/lightning_csv/data/no_auto_incr_id.no_pk_cache1.0.csv ./br/tests/lightning_csv/data/csv-schema-create.sql ./br/tests/lightning_csv/data/no_auto_incr_id.clustered_cache1-schema.sql ./br/tests/lightning_csv/data/auto_incr_id.nonclustered.0.csv ./br/tests/lightning_csv/data/csv.escapes.CSV ./br/tests/lightning_csv/data/csv.threads-schema.sql ./br/tests/lightning_csv/data/no_auto_incr_id.no_pk_cache1-schema.sql ./br/tests/lightning_csv/data/auto_incr_id.clustered-schema.sql ./br/tests/lightning_csv/data/no_auto_incr_id.no_pk.0.csv ./br/tests/lightning_csv/data/no_auto_incr_id-schema-create.sql ./br/tests/lightning_csv/data/no_auto_incr_id.nonclustered-schema.sql ./br/tests/lightning_csv/data/auto_incr_id.nonclustered_cache1.0.csv ./br/tests/lightning_csv/data/auto_incr_id.clustered.0.csv ./br/tests/lightning_csv/data/no_auto_incr_id.no_pk-schema.sql ./br/tests/lightning_csv/data/auto_incr_id.clustered_cache1-schema.sql ./br/tests/lightning_csv/data/auto_incr_id-schema-create.sql ./br/tests/lightning_csv/data/auto_incr_id.nonclustered-schema.sql ./br/tests/lightning_csv/data/no_auto_incr_id.clustered-schema.sql ./br/tests/lightning_csv/data/no_auto_incr_id.nonclustered_cache1-schema.sql ./br/tests/lightning_csv/data/csv.empty_strings-schema.sql ./br/tests/lightning_csv/data/csv.empty_strings.csv ./br/tests/lightning_csv/data/no_auto_incr_id.clustered.0.csv ./br/tests/lightning_csv/data/csv.threads.csv ./br/tests/lightning_csv/data/auto_incr_id.nonclustered_cache1-schema.sql ./br/tests/lightning_csv/data/no_auto_incr_id.nonclustered.0.csv ./br/tests/lightning_csv/data/no_auto_incr_id.nonclustered_cache1.0.csv ./br/tests/lightning_csv/data/csv.escapes-schema.sql ./br/tests/lightning_csv/config.toml ./br/tests/lightning_disable_scheduler_by_key_range/ ./br/tests/lightning_disable_scheduler_by_key_range/run.sh ./br/tests/lightning_disable_scheduler_by_key_range/data/ ./br/tests/lightning_disable_scheduler_by_key_range/data/test-schema-create.sql ./br/tests/lightning_disable_scheduler_by_key_range/data/test.t-schema.sql ./br/tests/lightning_disable_scheduler_by_key_range/data/test.t.sql ./br/tests/lightning_disable_scheduler_by_key_range/config.toml ./br/tests/lightning_checkpoint_engines_order/ ./br/tests/lightning_checkpoint_engines_order/run.sh ./br/tests/lightning_checkpoint_engines_order/data/ ./br/tests/lightning_checkpoint_engines_order/data/disk_quota_checkpoint-schema-create.sql ./br/tests/lightning_checkpoint_engines_order/data/disk_quota_checkpoint.t.1.sql ./br/tests/lightning_checkpoint_engines_order/data/disk_quota_checkpoint.t.2.sql ./br/tests/lightning_checkpoint_engines_order/data/disk_quota_checkpoint.t-schema.sql ./br/tests/lightning_checkpoint_engines_order/data/disk_quota_checkpoint.t.0.sql ./br/tests/lightning_checkpoint_engines_order/config.toml ./br/tests/lightning_routes/ ./br/tests/lightning_routes/run.sh ./br/tests/lightning_routes/data/ ./br/tests/lightning_routes/data/routes_a1.s1-schema.sql ./br/tests/lightning_routes/data/routes_a1.t2.sql ./br/tests/lightning_routes/data/routes_a0.t0.1.sql ./br/tests/lightning_routes/data/routes_a0-schema-create.sql ./br/tests/lightning_routes/data/routes_a0.t1-schema.sql ./br/tests/lightning_routes/data/routes_a1-schema-create.sql ./br/tests/lightning_routes/data/routes_a0.t0-schema.sql ./br/tests/lightning_routes/data/routes_a0.t0.2.sql ./br/tests/lightning_routes/data/routes_a0.t1.1.sql ./br/tests/lightning_routes/data/routes_a1.t2-schema.sql ./br/tests/lightning_routes/data/routes_a1.s1.sql ./br/tests/lightning_routes/config.toml ./br/tests/br_clustered_index/ ./br/tests/br_clustered_index/run.sh ./br/tests/up.sh ./br/tests/br_crypter2/ ./br/tests/br_crypter2/workload ./br/tests/br_crypter2/run.sh ./br/tests/lightning_error_summary/ ./br/tests/lightning_error_summary/run.sh ./br/tests/lightning_error_summary/data/ ./br/tests/lightning_error_summary/data/error_summary.b-schema.sql ./br/tests/lightning_error_summary/data/error_summary.a.sql ./br/tests/lightning_error_summary/data/error_summary.c-schema.sql ./br/tests/lightning_error_summary/data/error_summary.c.sql ./br/tests/lightning_error_summary/data/error_summary.a-schema.sql ./br/tests/lightning_error_summary/data/error_summary.b.sql ./br/tests/lightning_error_summary/data/error_summary-schema-create.sql ./br/tests/lightning_error_summary/config.toml ./br/tests/lightning_examples/ ./br/tests/lightning_examples/512.toml ./br/tests/lightning_examples/131072.toml ./br/tests/lightning_examples/1.toml ./br/tests/lightning_examples/run.sh ./br/tests/lightning_character_sets/ ./br/tests/lightning_character_sets/mixed/ ./br/tests/lightning_character_sets/mixed/charsets-schema-create.sql ./br/tests/lightning_character_sets/mixed/charsets.mixed.sql ./br/tests/lightning_character_sets/mixed/charsets.mixed-schema.sql ./br/tests/lightning_character_sets/binary.toml ./br/tests/lightning_character_sets/auto.toml ./br/tests/lightning_character_sets/gb18030/ ./br/tests/lightning_character_sets/gb18030/charsets.gb18030-schema.sql ./br/tests/lightning_character_sets/gb18030/charsets-schema-create.sql ./br/tests/lightning_character_sets/gb18030/charsets.gb18030.sql ./br/tests/lightning_character_sets/gb18030.toml ./br/tests/lightning_character_sets/greek.toml ./br/tests/lightning_character_sets/run.sh ./br/tests/lightning_character_sets/greek/ ./br/tests/lightning_character_sets/greek/charsets-schema-create.sql ./br/tests/lightning_character_sets/greek/charsets.greek.sql ./br/tests/lightning_character_sets/greek/charsets.greek-schema.sql ./br/tests/lightning_character_sets/utf8mb4/ ./br/tests/lightning_character_sets/utf8mb4/charsets-schema-create.sql ./br/tests/lightning_character_sets/utf8mb4/charsets.utf8mb4.sql ./br/tests/lightning_character_sets/utf8mb4/charsets.utf8mb4-schema.sql ./br/tests/lightning_character_sets/utf8mb4.toml ./br/tests/br_views_and_sequences/ ./br/tests/br_views_and_sequences/run.sh ./br/tests/docker_compatible_s3/ ./br/tests/docker_compatible_s3/prepare.sh ./br/tests/docker_compatible_s3/run.sh ./br/tests/lightning_view/ ./br/tests/lightning_view/run.sh ./br/tests/lightning_view/data/ ./br/tests/lightning_view/data/db0.v2-schema.sql ./br/tests/lightning_view/data/db1-schema-create.sql ./br/tests/lightning_view/data/db1.tbl-schema.sql ./br/tests/lightning_view/data/db1.v1-schema.sql ./br/tests/lightning_view/data/db1.v1-schema-view.sql ./br/tests/lightning_view/data/db0-schema-create.sql ./br/tests/lightning_view/data/db1.tbl.0.sql ./br/tests/lightning_view/data/db0.v2-schema-view.sql ./br/tests/lightning_view/config.toml ./br/tests/br_case_sensitive/ ./br/tests/br_case_sensitive/run.sh ./br/tests/run_compatible.sh ./br/tests/br_skip_checksum/ ./br/tests/br_skip_checksum/workload ./br/tests/br_skip_checksum/run.sh ./br/tests/lightning_ignore_columns/ ./br/tests/lightning_ignore_columns/run.sh ./br/tests/lightning_ignore_columns/data/ ./br/tests/lightning_ignore_columns/data/routes_a1.s1-schema.sql ./br/tests/lightning_ignore_columns/data/routes_a1.t2.sql ./br/tests/lightning_ignore_columns/data/routes_a0.t0.1.sql ./br/tests/lightning_ignore_columns/data/routes_a0-schema-create.sql ./br/tests/lightning_ignore_columns/data/routes_a0.t1-schema.sql ./br/tests/lightning_ignore_columns/data/routes_a1-schema-create.sql ./br/tests/lightning_ignore_columns/data/routes_a0.t0-schema.sql ./br/tests/lightning_ignore_columns/data/routes_a0.t0.2.sql ./br/tests/lightning_ignore_columns/data/routes_a0.t1.1.sql ./br/tests/lightning_ignore_columns/data/routes_a1.t2-schema.sql ./br/tests/lightning_ignore_columns/data/routes_a1.s1.sql ./br/tests/lightning_ignore_columns/config.toml ./br/tests/lightning_checkpoint_chunks/ ./br/tests/lightning_checkpoint_chunks/run.sh ./br/tests/lightning_checkpoint_chunks/config.toml ./br/tests/lightning_checkpoint_chunks/file.toml ./br/tests/lightning_issue_40657/ ./br/tests/lightning_issue_40657/data1/ ./br/tests/lightning_issue_40657/data1/test.t.0.csv ./br/tests/lightning_issue_40657/data1/test.t-schema.sql ./br/tests/lightning_issue_40657/data2/ ./br/tests/lightning_issue_40657/data2/test.t.0.csv ./br/tests/lightning_issue_40657/data2/test.t-schema.sql ./br/tests/lightning_issue_40657/run.sh ./br/tests/lightning_issue_40657/config.toml ./br/tests/lightning_common_handle/ ./br/tests/lightning_common_handle/run.sh ./br/tests/lightning_common_handle/config.toml ./br/tests/br_move_backup/ ./br/tests/br_move_backup/workload ./br/tests/br_move_backup/run.sh ./br/tests/lightning_auto_random_default/ ./br/tests/lightning_auto_random_default/data2/ ./br/tests/lightning_auto_random_default/data2/auto_random.t.000000001.csv ./br/tests/lightning_auto_random_default/run.sh ./br/tests/lightning_auto_random_default/data/ ./br/tests/lightning_auto_random_default/data/auto_random.t.1.sql ./br/tests/lightning_auto_random_default/data/auto_random.t-schema.sql ./br/tests/lightning_auto_random_default/data/auto_random.t.0.sql ./br/tests/lightning_auto_random_default/data/auto_random-schema-create.sql ./br/tests/lightning_auto_random_default/config.toml ./br/tests/br_foreign_key/ ./br/tests/br_foreign_key/run.sh ./br/tests/lightning_max_incr/ ./br/tests/lightning_max_incr/run.sh ./br/tests/lightning_max_incr/data/ ./br/tests/lightning_max_incr/data/db.test-schema.sql ./br/tests/lightning_max_incr/data/db-schema-create.sql ./br/tests/lightning_max_incr/data/db.test1-schema.sql ./br/tests/lightning_max_incr/data/db.test.000000000.csv ./br/tests/lightning_max_incr/data/db.test1.000000000.csv ./br/tests/lightning_max_incr/config.toml ./br/tests/br_incremental_only_ddl/ ./br/tests/br_incremental_only_ddl/run.sh ./br/tests/lightning_generated_columns/ ./br/tests/lightning_generated_columns/run.sh ./br/tests/lightning_generated_columns/data/ ./br/tests/lightning_generated_columns/data/gencol.expr_index.0.sql ./br/tests/lightning_generated_columns/data/gencol.uuid-schema.sql ./br/tests/lightning_generated_columns/data/gencol.expr_index-schema.sql ./br/tests/lightning_generated_columns/data/gencol.virtual_only.0.sql ./br/tests/lightning_generated_columns/data/gencol.nested.0.sql ./br/tests/lightning_generated_columns/data/gencol.various_types-schema.sql ./br/tests/lightning_generated_columns/data/gencol.virtual_only-schema.sql ./br/tests/lightning_generated_columns/data/gencol-schema-create.sql ./br/tests/lightning_generated_columns/data/gencol.uuid.0.sql ./br/tests/lightning_generated_columns/data/gencol.nested-schema.sql ./br/tests/lightning_generated_columns/data/gencol.various_types.0.sql ./br/tests/lightning_generated_columns/config.toml ./br/tests/br_incremental_index/ ./br/tests/br_incremental_index/run.sh ./br/tests/lightning_tiflash/ ./br/tests/lightning_tiflash/run.sh ./br/tests/lightning_tiflash/config.toml ./br/tests/br_gcs/ ./br/tests/br_gcs/workload ./br/tests/br_gcs/oauth.go ./br/tests/br_gcs/run.sh ./br/tests/br_gcs/BUILD.bazel ./br/tests/br_300_small_tables/ ./br/tests/br_300_small_tables/run.sh ./br/tests/lightning_shard_rowid/ ./br/tests/lightning_shard_rowid/run.sh ./br/tests/lightning_shard_rowid/data/ ./br/tests/lightning_shard_rowid/data/shard_rowid-schema-create.sql ./br/tests/lightning_shard_rowid/data/shard_rowid.shr-schema.sql ./br/tests/lightning_shard_rowid/data/shard_rowid.shr.0.sql ./br/tests/lightning_shard_rowid/config.toml ./br/tests/lightning_checkpoint_engines/ ./br/tests/lightning_checkpoint_engines/mysql.toml ./br/tests/lightning_checkpoint_engines/run.sh ./br/tests/lightning_checkpoint_engines/data/ ./br/tests/lightning_checkpoint_engines/data/cpeng.a.2.sql ./br/tests/lightning_checkpoint_engines/data/cpeng.b-schema.sql ./br/tests/lightning_checkpoint_engines/data/cpeng.a-schema.sql ./br/tests/lightning_checkpoint_engines/data/cpeng.b.2.sql ./br/tests/lightning_checkpoint_engines/data/cpeng.b.1.sql ./br/tests/lightning_checkpoint_engines/data/cpeng-schema-create.sql ./br/tests/lightning_checkpoint_engines/data/cpeng.a.1.sql ./br/tests/lightning_checkpoint_engines/data/cpeng.a.3.sql ./br/tests/lightning_checkpoint_engines/config.toml ./br/tests/lightning_tool_241/ ./br/tests/lightning_tool_241/run.sh ./br/tests/lightning_tool_241/data/ ./br/tests/lightning_tool_241/data/qyjc.q_alarm_group.sql ./br/tests/lightning_tool_241/data/qyjc.q_report_circular_data-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_fish_event-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_report_summary-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_alarm_receiver-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_alarm_message_log.sql ./br/tests/lightning_tool_241/data/qyjc-schema-create.sql ./br/tests/lightning_tool_241/data/qyjc.q_fish_event.sql ./br/tests/lightning_tool_241/data/qyjc.q_system_update.sql ./br/tests/lightning_tool_241/data/qyjc.q_alarm_group-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_config-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_system_update-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_user_log.sql ./br/tests/lightning_tool_241/data/qyjc.q_report_desc-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_user_log-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_alarm_message_log-schema.sql ./br/tests/lightning_tool_241/config.toml ./br/tests/br_autoid/ ./br/tests/br_autoid/run.sh ./br/tests/lightning_checksum_mismatch/ ./br/tests/lightning_checksum_mismatch/run.sh ./br/tests/lightning_checksum_mismatch/data/ ./br/tests/lightning_checksum_mismatch/data/cm-schema-create.sql ./br/tests/lightning_checksum_mismatch/data/cm.t.csv ./br/tests/lightning_checksum_mismatch/data/cm.t-schema.sql ./br/tests/lightning_checksum_mismatch/config.toml ./br/tests/lightning_column_permutation/ ./br/tests/lightning_column_permutation/run.sh ./br/tests/lightning_column_permutation/data/ ./br/tests/lightning_column_permutation/data/perm.test_perm-schema.sql ./br/tests/lightning_column_permutation/data/perm.test_perm.0.csv ./br/tests/lightning_column_permutation/data/perm-schema-create.sql ./br/tests/lightning_column_permutation/config.toml ./br/tests/lightning_duplicate_resolution_incremental/ ./br/tests/lightning_duplicate_resolution_incremental/config1.toml ./br/tests/lightning_duplicate_resolution_incremental/config2.toml ./br/tests/lightning_duplicate_resolution_incremental/run.sh ./br/tests/lightning_duplicate_resolution_incremental/data/ ./br/tests/lightning_duplicate_resolution_incremental/data/dup_resolve_detect.ta-schema.sql ./br/tests/lightning_duplicate_resolution_incremental/data/dup_resolve_detect.ta.1.sql ./br/tests/lightning_duplicate_resolution_incremental/data/dup_resolve_detect-schema-create.sql ./br/tests/lightning_duplicate_resolution_incremental/data/dup_resolve_detect.ta.0.sql ./br/tests/lightning_duplicate_detection/ ./br/tests/lightning_duplicate_detection/config1.toml ./br/tests/lightning_duplicate_detection/config2.toml ./br/tests/lightning_duplicate_detection/run.sh ./br/tests/lightning_duplicate_detection/data/ ./br/tests/lightning_duplicate_detection/data/dup_detect.tf.0.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.te.0.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.ta-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tf.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.ta.0.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tg-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tg.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.td.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tc.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tb.0.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tb-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect-schema-create.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.ta.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tf-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.td-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tg.0.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tc-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tb.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.te-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.td.0.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.te.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tc.0.sql ./br/tests/lightning_various_types/ ./br/tests/lightning_various_types/run.sh ./br/tests/lightning_various_types/data/ ./br/tests/lightning_various_types/data/vt.datetime.sql ./br/tests/lightning_various_types/data/vt.json-schema.sql ./br/tests/lightning_various_types/data/vt.double.sql ./br/tests/lightning_various_types/data/vt.char.sql ./br/tests/lightning_various_types/data/vt.bigint.0.sql ./br/tests/lightning_various_types/data/vt.enum-set-schema.sql ./br/tests/lightning_various_types/data/vt.decimal.sql ./br/tests/lightning_various_types/data/vt.binary-schema.sql ./br/tests/lightning_various_types/data/vt.bigint-schema.sql ./br/tests/lightning_various_types/data/vt-schema-create.sql ./br/tests/lightning_various_types/data/vt.empty_strings-schema.sql ./br/tests/lightning_various_types/data/vt.empty_strings.sql ./br/tests/lightning_various_types/data/vt.enum-set.sql ./br/tests/lightning_various_types/data/vt.datetime-schema.sql ./br/tests/lightning_various_types/data/vt.bit.sql ./br/tests/lightning_various_types/data/vt.binary.sql ./br/tests/lightning_various_types/data/vt.bit-schema.sql ./br/tests/lightning_various_types/data/vt.double-schema.sql ./br/tests/lightning_various_types/data/vt.precise_types.sql ./br/tests/lightning_various_types/data/vt.decimal-schema.sql ./br/tests/lightning_various_types/data/vt.char-schema.sql ./br/tests/lightning_various_types/data/vt.json.sql ./br/tests/lightning_various_types/data/vt.precise_types-schema.sql ./br/tests/lightning_various_types/config.toml ./br/tests/br_split_region_fail/ ./br/tests/br_split_region_fail/workload ./br/tests/br_split_region_fail/run.sh ./br/tests/lightning_tool_1420/ ./br/tests/lightning_tool_1420/run.sh ./br/tests/lightning_tool_1420/data/ ./br/tests/lightning_tool_1420/data/EE1420-schema-create.sql ./br/tests/lightning_tool_1420/data/EE1420.pt_role.sql ./br/tests/lightning_tool_1420/data/EE1420.pt_role-schema.sql ./br/tests/lightning_tool_1420/config.toml ./br/tests/lightning_pd_leader_switch/ ./br/tests/lightning_pd_leader_switch/run.sh ./br/tests/lightning_pd_leader_switch/data/ ./br/tests/lightning_pd_leader_switch/data/cpeng.a.2.sql ./br/tests/lightning_pd_leader_switch/data/cpeng.b-schema.sql ./br/tests/lightning_pd_leader_switch/data/cpeng.a-schema.sql ./br/tests/lightning_pd_leader_switch/data/cpeng.b.2.sql ./br/tests/lightning_pd_leader_switch/data/cpeng.b.1.sql ./br/tests/lightning_pd_leader_switch/data/cpeng-schema-create.sql ./br/tests/lightning_pd_leader_switch/data/cpeng.a.1.sql ./br/tests/lightning_pd_leader_switch/data/cpeng.a.3.sql ./br/tests/lightning_pd_leader_switch/config.toml ./br/tests/lightning_write_limit/ ./br/tests/lightning_write_limit/run.sh ./br/tests/lightning_write_limit/config.toml ./br/tests/lightning_tool_135/ ./br/tests/lightning_tool_135/run.sh ./br/tests/lightning_tool_135/data/ ./br/tests/lightning_tool_135/data/tool_135.bar5.sql ./br/tests/lightning_tool_135/data/tool_135.bar2-schema.sql ./br/tests/lightning_tool_135/data/tool_135.bar1.sql ./br/tests/lightning_tool_135/data/tool_135.bar1-schema.sql ./br/tests/lightning_tool_135/data/tool_135.bar4.sql ./br/tests/lightning_tool_135/data/tool_135.bar5-schema.sql ./br/tests/lightning_tool_135/data/tool_135-schema-create.sql ./br/tests/lightning_tool_135/data/tool_135.bar2.sql ./br/tests/lightning_tool_135/data/tool_135.bar3.sql ./br/tests/lightning_tool_135/data/tool_135.bar3-schema.sql ./br/tests/lightning_tool_135/data/tool_135.bar4-schema.sql ./br/tests/lightning_tool_135/config.toml ./br/tests/lightning_drop_other_tables_halfway/ ./br/tests/lightning_drop_other_tables_halfway/run.sh ./br/tests/lightning_drop_other_tables_halfway/data/ ./br/tests/lightning_drop_other_tables_halfway/data/lntest.tbl01-schema.sql ./br/tests/lightning_drop_other_tables_halfway/data/lntest.tbl01.csv ./br/tests/lightning_drop_other_tables_halfway/config.toml ./br/tests/br_db_online/ ./br/tests/br_db_online/run.sh ./br/tests/config/ ./br/tests/config/ipsan.cnf ./br/tests/config/tikv.toml ./br/tests/config/tidb.toml ./br/tests/config/root.cert ./br/tests/config/pd.toml ./br/tests/config/root.key ./br/tests/config/restore-tikv.toml ./br/tests/lightning_reload_cert/ ./br/tests/lightning_reload_cert/run.sh ./br/tests/lightning_reload_cert/data/ ./br/tests/lightning_reload_cert/data/test-schema-create.sql ./br/tests/lightning_reload_cert/data/test.t-schema.sql ./br/tests/lightning_reload_cert/data/test.t.sql ./br/tests/lightning_reload_cert/config.toml ./br/tests/br_cache_table/ ./br/tests/br_cache_table/run.sh ./br/tests/lightning_issue_282/ ./br/tests/lightning_issue_282/run.sh ./br/tests/lightning_issue_282/data/ ./br/tests/lightning_issue_282/data/issue282.t_access3.sql ./br/tests/lightning_issue_282/data/issue282-schema-create.sql ./br/tests/lightning_issue_282/data/issue282.t_access3-schema.sql ./br/tests/lightning_issue_282/config.toml ./br/tests/lightning_issue_410/ ./br/tests/lightning_issue_410/run.sh ./br/tests/lightning_issue_410/data/ ./br/tests/lightning_issue_410/data/issue410.row_flow_d-schema.sql ./br/tests/lightning_issue_410/data/issue410-schema-create.sql ./br/tests/lightning_issue_410/data/issue410.row_flow_d.0.csv ./br/tests/lightning_issue_410/config.toml ./br/tests/br_db/ ./br/tests/br_db/run.sh ./br/tests/br_pitr/ ./br/tests/br_pitr/prepare_data/ ./br/tests/br_pitr/prepare_data/delete_range.sql ./br/tests/br_pitr/run.sh ./br/tests/br_pitr/incremental_data/ ./br/tests/br_pitr/incremental_data/delete_range.sql ./br/tidb-lightning.toml ./br/docs/ ./br/docs/resources/ ./br/docs/resources/solution3-of-key-rewrite.svg ./br/docs/resources/download-sst-diagram.svg ./br/docs/resources/arch-of-reorganized-importer.svg ./br/docs/cn/ ./br/docs/cn/2019-09-17-design-of-reorganize-importSST-to-TiKV.md ./br/docs/cn/2019-09-09-BR-key-rewrite-disscussion.md ./br/docs/cn/2019-08-05-new-design-of-backup-restore.md ./br/README.md ./br/revive.toml ./br/.codecov.yml ./br/docker/ ./br/docker/minio.env ./br/docker/gcs.env ./br/docker/Dockerfile ./br/docker/config/ ./br/docker/config/tikv.toml ./br/docker/config/tidb.toml ./br/docker/config/pd.toml ./br/LICENSE.md ./br/docker-compose.yaml ./br/errors.toml ./br/web/ ./br/web/src/ ./br/web/src/TableProgressPage.tsx ./br/web/src/InfoButton.tsx ./br/web/src/TitleBar.tsx ./br/web/src/MoveTaskButton.tsx ./br/web/src/PauseButton.tsx ./br/web/src/api.ts ./br/web/src/TableProgressCard.tsx ./br/web/src/ProgressPage.tsx ./br/web/src/TitleLink.tsx ./br/web/src/EnginesProgressPanel.tsx ./br/web/src/RefreshButton.tsx ./br/web/src/TaskButton.tsx ./br/web/src/index.tsx ./br/web/src/ErrorButton.tsx ./br/web/src/DottedProgress.tsx ./br/web/src/json-bigint.d.ts ./br/web/src/InfoPage.tsx ./br/web/src/ChunksProgressPanel.tsx ./br/web/package.json ./br/web/webpack.config.js ./br/web/docs/ ./br/web/docs/ProgressPage.png ./br/web/docs/TableProgressPage.png ./br/web/docs/InfoPage.png ./br/web/docs/api.yaml ./br/web/tsconfig.json ./br/web/README.md ./br/web/package-lock.json ./br/web/public/ ./br/web/public/index.html ./br/.dockerignore ./br/.gitignore ./br/compatibility/ ./br/compatibility/credentials/ ./br/compatibility/credentials/application_default_credentials.json ./br/compatibility/prepare_data/ ./br/compatibility/prepare_data/workload ./br/compatibility/get_last_tags.sh ./br/compatibility/backup_cluster.yaml ./br/compatibility/prepare_backup.sh ./br/pkg/ ./br/pkg/trace/ ./br/pkg/trace/tracing_serial_test.go ./br/pkg/trace/tracing.go ./br/pkg/trace/main_test.go ./br/pkg/trace/BUILD.bazel ./br/pkg/common/ ./br/pkg/common/consts.go ./br/pkg/common/BUILD.bazel ./br/pkg/checksum/ ./br/pkg/checksum/validate.go ./br/pkg/checksum/executor.go ./br/pkg/checksum/main_test.go ./br/pkg/checksum/BUILD.bazel ./br/pkg/checksum/executor_test.go ./br/pkg/utils/ ./br/pkg/utils/suspend_importing.go ./br/pkg/utils/env_test.go ./br/pkg/utils/dyn_pprof_unix.go ./br/pkg/utils/env.go ./br/pkg/utils/sensitive_test.go ./br/pkg/utils/cdc_test.go ./br/pkg/utils/json_test.go ./br/pkg/utils/cdc.go ./br/pkg/utils/progress.go ./br/pkg/utils/dyn_pprof_other.go ./br/pkg/utils/schema.go ./br/pkg/utils/retry_test.go ./br/pkg/utils/pprof.go ./br/pkg/utils/math_test.go ./br/pkg/utils/schema_test.go ./br/pkg/utils/iter/ ./br/pkg/utils/iter/combinator_test.go ./br/pkg/utils/iter/combinator_types.go ./br/pkg/utils/iter/source_types.go ./br/pkg/utils/iter/source.go ./br/pkg/utils/iter/combinators.go ./br/pkg/utils/iter/BUILD.bazel ./br/pkg/utils/iter/iter.go ./br/pkg/utils/math.go ./br/pkg/utils/worker.go ./br/pkg/utils/db.go ./br/pkg/utils/key.go ./br/pkg/utils/db_test.go ./br/pkg/utils/misc_test.go ./br/pkg/utils/retry.go ./br/pkg/utils/json.go ./br/pkg/utils/main_test.go ./br/pkg/utils/safe_point_test.go ./br/pkg/utils/sensitive.go ./br/pkg/utils/misc.go ./br/pkg/utils/safe_point.go ./br/pkg/utils/backoff_test.go ./br/pkg/utils/storewatch/ ./br/pkg/utils/storewatch/watching_test.go ./br/pkg/utils/storewatch/watching.go ./br/pkg/utils/storewatch/BUILD.bazel ./br/pkg/utils/permission.go ./br/pkg/utils/backoff.go ./br/pkg/utils/store_manager.go ./br/pkg/utils/key_test.go ./br/pkg/utils/BUILD.bazel ./br/pkg/utils/progress_test.go ./br/pkg/rtree/ ./br/pkg/rtree/rtree_test.go ./br/pkg/rtree/logging.go ./br/pkg/rtree/rtree.go ./br/pkg/rtree/main_test.go ./br/pkg/rtree/merge_fuzz_test.go ./br/pkg/rtree/logging_test.go ./br/pkg/rtree/BUILD.bazel ./br/pkg/metautil/ ./br/pkg/metautil/metafile_test.go ./br/pkg/metautil/metafile.go ./br/pkg/metautil/main_test.go ./br/pkg/metautil/BUILD.bazel ./br/pkg/aws/ ./br/pkg/aws/ebs_test.go ./br/pkg/aws/ebs.go ./br/pkg/aws/BUILD.bazel ./br/pkg/streamhelper/ ./br/pkg/streamhelper/basic_lib_for_test.go ./br/pkg/streamhelper/collector.go ./br/pkg/streamhelper/advancer_env.go ./br/pkg/streamhelper/subscription_test.go ./br/pkg/streamhelper/integration_test.go ./br/pkg/streamhelper/spans/ ./br/pkg/streamhelper/spans/value_sorted_test.go ./br/pkg/streamhelper/spans/utils.go ./br/pkg/streamhelper/spans/value_sorted.go ./br/pkg/streamhelper/spans/utils_test.go ./br/pkg/streamhelper/spans/sorted.go ./br/pkg/streamhelper/spans/sorted_test.go ./br/pkg/streamhelper/spans/BUILD.bazel ./br/pkg/streamhelper/flush_subscriber.go ./br/pkg/streamhelper/daemon/ ./br/pkg/streamhelper/daemon/owner_daemon_test.go ./br/pkg/streamhelper/daemon/owner_daemon.go ./br/pkg/streamhelper/daemon/interface.go ./br/pkg/streamhelper/daemon/BUILD.bazel ./br/pkg/streamhelper/prefix_scanner.go ./br/pkg/streamhelper/advancer_cliext.go ./br/pkg/streamhelper/advancer_daemon.go ./br/pkg/streamhelper/regioniter_test.go ./br/pkg/streamhelper/regioniter.go ./br/pkg/streamhelper/client.go ./br/pkg/streamhelper/advancer.go ./br/pkg/streamhelper/advancer_test.go ./br/pkg/streamhelper/models.go ./br/pkg/streamhelper/config/ ./br/pkg/streamhelper/config/advancer_conf.go ./br/pkg/streamhelper/config/BUILD.bazel ./br/pkg/streamhelper/BUILD.bazel ./br/pkg/logutil/ ./br/pkg/logutil/logging.go ./br/pkg/logutil/context.go ./br/pkg/logutil/logging_test.go ./br/pkg/logutil/BUILD.bazel ./br/pkg/logutil/rate.go ./br/pkg/restore/ ./br/pkg/restore/batcher_test.go ./br/pkg/restore/client_test.go ./br/pkg/restore/systable_restore.go ./br/pkg/restore/split/ ./br/pkg/restore/split/region.go ./br/pkg/restore/split/split.go ./br/pkg/restore/split/split_test.go ./br/pkg/restore/split/client.go ./br/pkg/restore/split/BUILD.bazel ./br/pkg/restore/import_retry_test.go ./br/pkg/restore/search_test.go ./br/pkg/restore/batcher.go ./br/pkg/restore/stream_metas_test.go ./br/pkg/restore/stream_metas.go ./br/pkg/restore/rawkv_client.go ./br/pkg/restore/search.go ./br/pkg/restore/pipeline_items.go ./br/pkg/restore/data.go ./br/pkg/restore/import.go ./br/pkg/restore/tiflashrec/ ./br/pkg/restore/tiflashrec/tiflash_recorder.go ./br/pkg/restore/tiflashrec/tiflash_recorder_test.go ./br/pkg/restore/tiflashrec/BUILD.bazel ./br/pkg/restore/db.go ./br/pkg/restore/split.go ./br/pkg/restore/log_client_test.go ./br/pkg/restore/db_test.go ./br/pkg/restore/data_test.go ./br/pkg/restore/merge.go ./br/pkg/restore/prealloc_table_id/ ./br/pkg/restore/prealloc_table_id/alloc_test.go ./br/pkg/restore/prealloc_table_id/alloc.go ./br/pkg/restore/prealloc_table_id/BUILD.bazel ./br/pkg/restore/merge_test.go ./br/pkg/restore/split_test.go ./br/pkg/restore/main_test.go ./br/pkg/restore/range.go ./br/pkg/restore/util.go ./br/pkg/restore/import_retry.go ./br/pkg/restore/util_test.go ./br/pkg/restore/log_client.go ./br/pkg/restore/range_test.go ./br/pkg/restore/client.go ./br/pkg/restore/systable_restore_test.go ./br/pkg/restore/rawkv_client_test.go ./br/pkg/restore/BUILD.bazel ./br/pkg/stream/ ./br/pkg/stream/meta_kv.go ./br/pkg/stream/rewrite_meta_rawkv.go ./br/pkg/stream/rewrite_meta_rawkv_test.go ./br/pkg/stream/util.go ./br/pkg/stream/util_test.go ./br/pkg/stream/stream_status.go ./br/pkg/stream/stream_mgr.go ./br/pkg/stream/decode_kv_test.go ./br/pkg/stream/stream_misc_test.go ./br/pkg/stream/meta_kv_test.go ./br/pkg/stream/decode_kv.go ./br/pkg/stream/BUILD.bazel ./br/pkg/conn/ ./br/pkg/conn/conn.go ./br/pkg/conn/conn_test.go ./br/pkg/conn/main_test.go ./br/pkg/conn/util/ ./br/pkg/conn/util/util.go ./br/pkg/conn/util/BUILD.bazel ./br/pkg/conn/BUILD.bazel ./br/pkg/lightning/ ./br/pkg/lightning/importer/ ./br/pkg/lightning/importer/BUILD.bazel ./br/pkg/lightning/mydump/ ./br/pkg/lightning/mydump/reader_test.go ./br/pkg/lightning/mydump/region.go ./br/pkg/lightning/mydump/bytes.go ./br/pkg/lightning/mydump/parser_test.go ./br/pkg/lightning/mydump/parser.rl ./br/pkg/lightning/mydump/examples/ ./br/pkg/lightning/mydump/examples/mocker_test.tbl_multi_index.sql ./br/pkg/lightning/mydump/examples/metadata ./br/pkg/lightning/mydump/examples/mocker_test-schema-create.sql ./br/pkg/lightning/mydump/examples/mocker_test.i-schema.sql ./br/pkg/lightning/mydump/examples/mocker_test.tbl_autoid-schema.sql ./br/pkg/lightning/mydump/examples/mocker_test.report_case_high_risk.sql ./br/pkg/lightning/mydump/examples/mocker_test.report_case_high_risk-schema.sql ./br/pkg/lightning/mydump/examples/mocker_test.tbl_multi_index-schema.sql ./br/pkg/lightning/mydump/examples/mocker_test.i.sql ./br/pkg/lightning/mydump/examples/mocker_test.tbl_autoid.sql ./br/pkg/lightning/mydump/examples/test.parquet ./br/pkg/lightning/mydump/csv_parser.go ./br/pkg/lightning/mydump/parser.go ./br/pkg/lightning/mydump/parquet_parser_test.go ./br/pkg/lightning/mydump/region_test.go ./br/pkg/lightning/mydump/reader.go ./br/pkg/lightning/mydump/router.go ./br/pkg/lightning/mydump/charset_convertor.go ./br/pkg/lightning/mydump/loader.go ./br/pkg/lightning/mydump/main_test.go ./br/pkg/lightning/mydump/router_test.go ./br/pkg/lightning/mydump/csv/ ./br/pkg/lightning/mydump/csv/gb18030_test_file.csv ./br/pkg/lightning/mydump/csv/split_large_file.csv ./br/pkg/lightning/mydump/csv/utf8_test_file.csv ./br/pkg/lightning/mydump/charset_convertor_test.go ./br/pkg/lightning/mydump/parquet_parser.go ./br/pkg/lightning/mydump/parser_generated.go ./br/pkg/lightning/mydump/csv_parser_test.go ./br/pkg/lightning/mydump/BUILD.bazel ./br/pkg/lightning/mydump/loader_test.go ./br/pkg/lightning/mydump/parquet/ ./br/pkg/lightning/mydump/parquet/000000_0.parquet ./br/pkg/lightning/sigusr1_unix.go ./br/pkg/lightning/metric/ ./br/pkg/lightning/metric/metric.go ./br/pkg/lightning/metric/metric_test.go ./br/pkg/lightning/metric/BUILD.bazel ./br/pkg/lightning/checkpoints/ ./br/pkg/lightning/checkpoints/checkpoints.go ./br/pkg/lightning/checkpoints/checkpoints_sql_test.go ./br/pkg/lightning/checkpoints/tidb.go ./br/pkg/lightning/checkpoints/checkpointspb/ ./br/pkg/lightning/checkpoints/checkpointspb/file_checkpoints.proto ./br/pkg/lightning/checkpoints/checkpointspb/file_checkpoints.pb.go ./br/pkg/lightning/checkpoints/checkpointspb/BUILD.bazel ./br/pkg/lightning/checkpoints/checkpoints_file_test.go ./br/pkg/lightning/checkpoints/main_test.go ./br/pkg/lightning/checkpoints/checkpoints_test.go ./br/pkg/lightning/checkpoints/glue_checkpoint.go ./br/pkg/lightning/checkpoints/BUILD.bazel ./br/pkg/lightning/common/ ./br/pkg/lightning/common/storage_unix.go ./br/pkg/lightning/common/storage_windows.go ./br/pkg/lightning/common/storage.go ./br/pkg/lightning/common/retry_test.go ./br/pkg/lightning/common/conn.go ./br/pkg/lightning/common/pause.go ./br/pkg/lightning/common/once_error_test.go ./br/pkg/lightning/common/errors_test.go ./br/pkg/lightning/common/retry.go ./br/pkg/lightning/common/errors.go ./br/pkg/lightning/common/storage_test.go ./br/pkg/lightning/common/once_error.go ./br/pkg/lightning/common/main_test.go ./br/pkg/lightning/common/util.go ./br/pkg/lightning/common/util_test.go ./br/pkg/lightning/common/security.go ./br/pkg/lightning/common/security_test.go ./br/pkg/lightning/common/pause_test.go ./br/pkg/lightning/common/BUILD.bazel ./br/pkg/lightning/worker/ ./br/pkg/lightning/worker/worker.go ./br/pkg/lightning/worker/worker_test.go ./br/pkg/lightning/worker/BUILD.bazel ./br/pkg/lightning/errormanager/ ./br/pkg/lightning/errormanager/errormanager_test.go ./br/pkg/lightning/errormanager/errormanager.go ./br/pkg/lightning/errormanager/BUILD.bazel ./br/pkg/lightning/lightning.go ./br/pkg/lightning/lightning_server_serial_test.go ./br/pkg/lightning/log/ ./br/pkg/lightning/log/filter.go ./br/pkg/lightning/log/filter_test.go ./br/pkg/lightning/log/log_test.go ./br/pkg/lightning/log/log.go ./br/pkg/lightning/log/testlogger.go ./br/pkg/lightning/log/BUILD.bazel ./br/pkg/lightning/sigusr1_other.go ./br/pkg/lightning/restore/ ./br/pkg/lightning/restore/check_info_test.go ./br/pkg/lightning/restore/opts/ ./br/pkg/lightning/restore/opts/get_pre_info_opts.go ./br/pkg/lightning/restore/opts/precheck_opts.go ./br/pkg/lightning/restore/opts/BUILD.bazel ./br/pkg/lightning/restore/get_pre_info.go ./br/pkg/lightning/restore/tidb_test.go ./br/pkg/lightning/restore/checksum_test.go ./br/pkg/lightning/restore/restore.go ./br/pkg/lightning/restore/restore_schema_test.go ./br/pkg/lightning/restore/tidb.go ./br/pkg/lightning/restore/precheck_impl_test.go ./br/pkg/lightning/restore/check_template.go ./br/pkg/lightning/restore/checksum.go ./br/pkg/lightning/restore/precheck.go ./br/pkg/lightning/restore/precheck_impl.go ./br/pkg/lightning/restore/table_restore_test.go ./br/pkg/lightning/restore/meta_manager.go ./br/pkg/lightning/restore/get_pre_info_test.go ./br/pkg/lightning/restore/chunk_restore_test.go ./br/pkg/lightning/restore/mock/ ./br/pkg/lightning/restore/mock/mock_test.go ./br/pkg/lightning/restore/mock/mock.go ./br/pkg/lightning/restore/mock/BUILD.bazel ./br/pkg/lightning/restore/table_restore.go ./br/pkg/lightning/restore/meta_manager_test.go ./br/pkg/lightning/restore/check_info.go ./br/pkg/lightning/restore/BUILD.bazel ./br/pkg/lightning/restore/restore_test.go ./br/pkg/lightning/restore/precheck_test.go ./br/pkg/lightning/run_options.go ./br/pkg/lightning/manual/ ./br/pkg/lightning/manual/allocator.go ./br/pkg/lightning/manual/manual_nocgo.go ./br/pkg/lightning/manual/manual.go ./br/pkg/lightning/manual/BUILD.bazel ./br/pkg/lightning/main_test.go ./br/pkg/lightning/web/ ./br/pkg/lightning/web/progress.go ./br/pkg/lightning/web/res_vfsdata.go ./br/pkg/lightning/web/res.go ./br/pkg/lightning/web/BUILD.bazel ./br/pkg/lightning/lightning_serial_test.go ./br/pkg/lightning/glue/ ./br/pkg/lightning/glue/glue.go ./br/pkg/lightning/glue/BUILD.bazel ./br/pkg/lightning/tikv/ ./br/pkg/lightning/tikv/tikv.go ./br/pkg/lightning/tikv/tikv_test.go ./br/pkg/lightning/tikv/BUILD.bazel ./br/pkg/lightning/backend/ ./br/pkg/lightning/backend/kv/ ./br/pkg/lightning/backend/kv/types.go ./br/pkg/lightning/backend/kv/allocator.go ./br/pkg/lightning/backend/kv/sql2kv.go ./br/pkg/lightning/backend/kv/session_internal_test.go ./br/pkg/lightning/backend/kv/sql2kv_test.go ./br/pkg/lightning/backend/kv/session_test.go ./br/pkg/lightning/backend/kv/kv2sql.go ./br/pkg/lightning/backend/kv/session.go ./br/pkg/lightning/backend/kv/BUILD.bazel ./br/pkg/lightning/backend/backend.go ./br/pkg/lightning/backend/backend_test.go ./br/pkg/lightning/backend/local/ ./br/pkg/lightning/backend/local/local.go ./br/pkg/lightning/backend/local/iterator_test.go ./br/pkg/lightning/backend/local/local_test.go ./br/pkg/lightning/backend/local/engine.go ./br/pkg/lightning/backend/local/local_freebsd.go ./br/pkg/lightning/backend/local/key_adapter.go ./br/pkg/lightning/backend/local/local_windows.go ./br/pkg/lightning/backend/local/iterator.go ./br/pkg/lightning/backend/local/localhelper_test.go ./br/pkg/lightning/backend/local/local_unix.go ./br/pkg/lightning/backend/local/key_adapter_test.go ./br/pkg/lightning/backend/local/local_check_test.go ./br/pkg/lightning/backend/local/localhelper.go ./br/pkg/lightning/backend/local/duplicate_test.go ./br/pkg/lightning/backend/local/engine_test.go ./br/pkg/lightning/backend/local/local_unix_generic.go ./br/pkg/lightning/backend/local/duplicate.go ./br/pkg/lightning/backend/local/BUILD.bazel ./br/pkg/lightning/backend/noop/ ./br/pkg/lightning/backend/noop/noop.go ./br/pkg/lightning/backend/noop/BUILD.bazel ./br/pkg/lightning/backend/tidb/ ./br/pkg/lightning/backend/tidb/tidb_test.go ./br/pkg/lightning/backend/tidb/tidb.go ./br/pkg/lightning/backend/tidb/BUILD.bazel ./br/pkg/lightning/backend/BUILD.bazel ./br/pkg/lightning/verification/ ./br/pkg/lightning/verification/checksum_test.go ./br/pkg/lightning/verification/checksum.go ./br/pkg/lightning/verification/BUILD.bazel ./br/pkg/lightning/config/ ./br/pkg/lightning/config/global.go ./br/pkg/lightning/config/const.go ./br/pkg/lightning/config/configlist_test.go ./br/pkg/lightning/config/config.go ./br/pkg/lightning/config/configlist.go ./br/pkg/lightning/config/config_test.go ./br/pkg/lightning/config/bytesize_test.go ./br/pkg/lightning/config/BUILD.bazel ./br/pkg/lightning/config/bytesize.go ./br/pkg/lightning/BUILD.bazel ./br/pkg/backup/ ./br/pkg/backup/metrics.go ./br/pkg/backup/client_test.go ./br/pkg/backup/schema.go ./br/pkg/backup/schema_test.go ./br/pkg/backup/check.go ./br/pkg/backup/push.go ./br/pkg/backup/main_test.go ./br/pkg/backup/prepare_snap/ ./br/pkg/backup/prepare_snap/env.go ./br/pkg/backup/prepare_snap/stream.go ./br/pkg/backup/prepare_snap/errors.go ./br/pkg/backup/prepare_snap/prepare_test.go ./br/pkg/backup/prepare_snap/prepare.go ./br/pkg/backup/prepare_snap/BUILD.bazel ./br/pkg/backup/client.go ./br/pkg/backup/BUILD.bazel ./br/pkg/task/ ./br/pkg/task/restore.go ./br/pkg/task/backup.go ./br/pkg/task/backup_raw.go ./br/pkg/task/restore_raw.go ./br/pkg/task/stream.go ./br/pkg/task/backup_ebs_test.go ./br/pkg/task/stream_test.go ./br/pkg/task/restore_ebs_meta.go ./br/pkg/task/common.go ./br/pkg/task/operator/ ./br/pkg/task/operator/config.go ./br/pkg/task/operator/cmd.go ./br/pkg/task/operator/BUILD.bazel ./br/pkg/task/common_test.go ./br/pkg/task/restore_data.go ./br/pkg/task/backup_ebs.go ./br/pkg/task/backup_test.go ./br/pkg/task/BUILD.bazel ./br/pkg/task/restore_test.go ./br/pkg/httputil/ ./br/pkg/httputil/http.go ./br/pkg/httputil/BUILD.bazel ./br/pkg/version/ ./br/pkg/version/build/ ./br/pkg/version/build/info_test.go ./br/pkg/version/build/info.go ./br/pkg/version/build/BUILD.bazel ./br/pkg/version/version_test.go ./br/pkg/version/version.go ./br/pkg/version/BUILD.bazel ./br/pkg/redact/ ./br/pkg/redact/redact_test.go ./br/pkg/redact/redact.go ./br/pkg/redact/BUILD.bazel ./br/pkg/gluetikv/ ./br/pkg/gluetikv/glue.go ./br/pkg/gluetikv/glue_test.go ./br/pkg/gluetikv/BUILD.bazel ./br/pkg/summary/ ./br/pkg/summary/summary.go ./br/pkg/summary/collector.go ./br/pkg/summary/main_test.go ./br/pkg/summary/collector_test.go ./br/pkg/summary/BUILD.bazel ./br/pkg/glue/ ./br/pkg/glue/console_glue_test.go ./br/pkg/glue/progressing.go ./br/pkg/glue/glue.go ./br/pkg/glue/console_glue.go ./br/pkg/glue/BUILD.bazel ./br/pkg/storage/ ./br/pkg/storage/local.go ./br/pkg/storage/azblob.go ./br/pkg/storage/gcs_test.go ./br/pkg/storage/local_test.go ./br/pkg/storage/noop.go ./br/pkg/storage/parse_test.go ./br/pkg/storage/memstore.go ./br/pkg/storage/storage.go ./br/pkg/storage/parse.go ./br/pkg/storage/s3.go ./br/pkg/storage/locking_test.go ./br/pkg/storage/flags.go ./br/pkg/storage/memstore_test.go ./br/pkg/storage/hdfs.go ./br/pkg/storage/compress.go ./br/pkg/storage/local_windows.go ./br/pkg/storage/writer_test.go ./br/pkg/storage/compress_test.go ./br/pkg/storage/writer.go ./br/pkg/storage/local_unix.go ./br/pkg/storage/s3_test.go ./br/pkg/storage/storage_test.go ./br/pkg/storage/azblob_test.go ./br/pkg/storage/locking.go ./br/pkg/storage/gcs.go ./br/pkg/storage/BUILD.bazel ./br/pkg/mock/ ./br/pkg/mock/mockid/ ./br/pkg/mock/mockid/mockid.go ./br/pkg/mock/mockid/BUILD.bazel ./br/pkg/mock/kv.go ./br/pkg/mock/backend.go ./br/pkg/mock/glue.go ./br/pkg/mock/glue_checkpoint.go ./br/pkg/mock/mock_cluster.go ./br/pkg/mock/mock_cluster_test.go ./br/pkg/mock/storage/ ./br/pkg/mock/storage/storage.go ./br/pkg/mock/storage/BUILD.bazel ./br/pkg/mock/BUILD.bazel ./br/pkg/mock/s3iface.go ./br/pkg/mock/importer.go ./br/pkg/errors/ ./br/pkg/errors/errors_test.go ./br/pkg/errors/errors.go ./br/pkg/errors/BUILD.bazel ./br/pkg/membuf/ ./br/pkg/membuf/buffer.go ./br/pkg/membuf/buffer_test.go ./br/pkg/membuf/BUILD.bazel ./br/pkg/pdutil/ ./br/pkg/pdutil/utils.go ./br/pkg/pdutil/pd.go ./br/pkg/pdutil/main_test.go ./br/pkg/pdutil/pd_serial_test.go ./br/pkg/pdutil/BUILD.bazel ./br/pkg/gluetidb/ ./br/pkg/gluetidb/glue.go ./br/pkg/gluetidb/glue_test.go ./br/pkg/gluetidb/BUILD.bazel ./br/pkg/config/ ./br/pkg/config/ebs_test.go ./br/pkg/config/ebs.go ./br/pkg/config/BUILD.bazel ./br/pkg/config/ebs_backup.json ./br/pkg/checkpoint/ ./br/pkg/checkpoint/checkpoint_test.go ./br/pkg/checkpoint/checkpoint.go ./br/pkg/checkpoint/BUILD.bazel ./br/SECURITY.md ./br/.golangci.yml ./br/COMPATIBILITY_TEST.md ./br/CONTRIBUTING.md ./br/.editorconfig ./br/.gitattributes ./build/ ./build/print-workspace-status.sh ./build/nogo_config.json ./build/patches/ ./build/patches/com_github_grpc_ecosystem_grpc_gateway.patch ./build/patches/io_etcd_go_etcd_server_v3.patch ./build/patches/com_github_golang_protobuf.patch ./build/patches/io_etcd_go_etcd_raft_v3.patch ./build/patches/io_etcd_go_etcd_api_v3.patch ./build/patches/com_github_kisielk_errcheck.patch ./build/patches/BUILD.bazel ./build/linter/ ./build/linter/asciicheck/ ./build/linter/asciicheck/analysis.go ./build/linter/asciicheck/BUILD.bazel ./build/linter/makezero/ ./build/linter/makezero/analyzer.go ./build/linter/makezero/BUILD.bazel ./build/linter/errcheck/ ./build/linter/errcheck/analyzer.go ./build/linter/errcheck/errcheck_excludes.txt ./build/linter/errcheck/BUILD.bazel ./build/linter/staticcheck/ ./build/linter/staticcheck/def.bzl ./build/linter/staticcheck/analyzer.go ./build/linter/staticcheck/util.go ./build/linter/staticcheck/BUILD.bazel ./build/linter/noloopclosure/ ./build/linter/noloopclosure/analysis.go ./build/linter/noloopclosure/BUILD.bazel ./build/linter/predeclared/ ./build/linter/predeclared/analysis.go ./build/linter/predeclared/BUILD.bazel ./build/linter/misspell/ ./build/linter/misspell/analyzer.go ./build/linter/misspell/BUILD.bazel ./build/linter/gci/ ./build/linter/gci/analysis.go ./build/linter/gci/BUILD.bazel ./build/linter/filepermission/ ./build/linter/filepermission/BUILD.bazel ./build/linter/filepermission/checker.go ./build/linter/exportloopref/ ./build/linter/exportloopref/analyzer.go ./build/linter/exportloopref/BUILD.bazel ./build/linter/etcdconfig/ ./build/linter/etcdconfig/analyzer.go ./build/linter/etcdconfig/BUILD.bazel ./build/linter/revive/ ./build/linter/revive/analyzer.go ./build/linter/revive/BUILD.bazel ./build/linter/forcetypeassert/ ./build/linter/forcetypeassert/analysis.go ./build/linter/forcetypeassert/BUILD.bazel ./build/linter/gosec/ ./build/linter/gosec/analysis.go ./build/linter/gosec/BUILD.bazel ./build/linter/util/ ./build/linter/util/util.go ./build/linter/util/BUILD.bazel ./build/linter/gofmt/ ./build/linter/gofmt/analyzer.go ./build/linter/gofmt/BUILD.bazel ./build/linter/rowserrcheck/ ./build/linter/rowserrcheck/analyzer.go ./build/linter/rowserrcheck/BUILD.bazel ./build/linter/bodyclose/ ./build/linter/bodyclose/analysis.go ./build/linter/bodyclose/BUILD.bazel ./build/linter/prealloc/ ./build/linter/prealloc/analyzer.go ./build/linter/prealloc/BUILD.bazel ./build/linter/unconvert/ ./build/linter/unconvert/analysis.go ./build/linter/unconvert/BUILD.bazel ./build/linter/durationcheck/ ./build/linter/durationcheck/analyzer.go ./build/linter/durationcheck/BUILD.bazel ./build/linter/ineffassign/ ./build/linter/ineffassign/analyzer.go ./build/linter/ineffassign/BUILD.bazel ./build/linter/allrevive/ ./build/linter/allrevive/analyzer.go ./build/linter/allrevive/BUILD.bazel ./build/jenkins_unit_test.sh ./build/BUILD.bazel ./checklist.md ./ci.md ./cmd/ ./cmd/importer/ ./cmd/importer/data.go ./cmd/importer/stats.json ./cmd/importer/db.go ./cmd/importer/README.md ./cmd/importer/main.go ./cmd/importer/db_test.go ./cmd/importer/job.go ./cmd/importer/parser.go ./cmd/importer/config.go ./cmd/importer/rand.go ./cmd/importer/config.toml ./cmd/importer/stats.go ./cmd/importer/BUILD.bazel ./cmd/pluginpkg/ ./cmd/pluginpkg/pluginpkg ./cmd/pluginpkg/pluginpkg.go ./cmd/pluginpkg/BUILD.bazel ./cmd/explaintest/ ./cmd/explaintest/s.zip ./cmd/explaintest/disable_new_collation.toml ./cmd/explaintest/run-tests.sh ./cmd/explaintest/r/ ./cmd/explaintest/r/collation_pointget_enabled.result ./cmd/explaintest/r/planner_issue.result ./cmd/explaintest/r/subquery.result ./cmd/explaintest/r/select.result ./cmd/explaintest/r/explain_cte.result ./cmd/explaintest/r/access_path_selection.result ./cmd/explaintest/r/tpch.result ./cmd/explaintest/r/explain_complex_stats.result ./cmd/explaintest/r/explain_easy.result ./cmd/explaintest/r/explain_shard_index.result ./cmd/explaintest/r/collation_misc_disabled.result ./cmd/explaintest/r/show.result ./cmd/explaintest/r/common_collation.result ./cmd/explaintest/r/imdbload.result ./cmd/explaintest/r/collation_misc_enabled.result ./cmd/explaintest/r/explain_generate_column_substitute.result ./cmd/explaintest/r/collation_pointget_disabled.result ./cmd/explaintest/r/vitess_hash.result ./cmd/explaintest/r/clustered_index.result ./cmd/explaintest/r/explain.result ./cmd/explaintest/r/window_function.result ./cmd/explaintest/r/index_join.result ./cmd/explaintest/r/topn_push_down.result ./cmd/explaintest/r/collation_check_use_collation_disabled.result ./cmd/explaintest/r/new_character_set_invalid.result ./cmd/explaintest/r/explain_indexmerge.result ./cmd/explaintest/r/explain-non-select-stmt.result ./cmd/explaintest/r/black_list.result ./cmd/explaintest/r/explain_foreign_key.result ./cmd/explaintest/r/topn_pushdown.result ./cmd/explaintest/r/new_character_set_builtin.result ./cmd/explaintest/r/cte.result ./cmd/explaintest/r/explain_easy_stats.result ./cmd/explaintest/r/generated_columns.result ./cmd/explaintest/r/explain_union_scan.result ./cmd/explaintest/r/index_merge.result ./cmd/explaintest/r/naaj.result ./cmd/explaintest/r/agg_predicate_pushdown.result ./cmd/explaintest/r/explain_join_stats.result ./cmd/explaintest/r/collation_agg_func_enabled.result ./cmd/explaintest/r/explain_complex.result ./cmd/explaintest/r/new_character_set.result ./cmd/explaintest/r/collation_check_use_collation_enabled.result ./cmd/explaintest/r/explain_stats.result ./cmd/explaintest/r/collation_agg_func_disabled.result ./cmd/explaintest/README.md ./cmd/explaintest/main.go ./cmd/explaintest/main_test.go ./cmd/explaintest/t/ ./cmd/explaintest/t/explain_cte.test ./cmd/explaintest/t/index_join.test ./cmd/explaintest/t/clustered_index.test ./cmd/explaintest/t/vitess_hash.test ./cmd/explaintest/t/generated_columns.test ./cmd/explaintest/t/subquery.test ./cmd/explaintest/t/explain_easy_stats.test ./cmd/explaintest/t/imdbload.test ./cmd/explaintest/t/collation_pointget.test ./cmd/explaintest/t/explain_generate_column_substitute.test ./cmd/explaintest/t/show.test ./cmd/explaintest/t/explain_stats.test ./cmd/explaintest/t/new_character_set.test ./cmd/explaintest/t/topn_push_down.test ./cmd/explaintest/t/collation_misc.test ./cmd/explaintest/t/explain_foreign_key.test ./cmd/explaintest/t/collation_check_use_collation.test ./cmd/explaintest/t/index_merge.test ./cmd/explaintest/t/window_function.test ./cmd/explaintest/t/common_collation.test ./cmd/explaintest/t/explain.test ./cmd/explaintest/t/access_path_selection.test ./cmd/explaintest/t/explain_indexmerge.test ./cmd/explaintest/t/new_character_set_builtin.test ./cmd/explaintest/t/select.test ./cmd/explaintest/t/collation_agg_func.test ./cmd/explaintest/t/explain_complex.test ./cmd/explaintest/t/cte.test ./cmd/explaintest/t/explain_union_scan.test ./cmd/explaintest/t/explain-non-select-stmt.test ./cmd/explaintest/t/planner_issue.test ./cmd/explaintest/t/naaj.test ./cmd/explaintest/t/agg_predicate_pushdown.test ./cmd/explaintest/t/new_character_set_invalid.test ./cmd/explaintest/t/tpch.test ./cmd/explaintest/t/explain_complex_stats.test ./cmd/explaintest/t/explain_shard_index.test ./cmd/explaintest/t/explain_join_stats.test ./cmd/explaintest/t/explain_easy.test ./cmd/explaintest/t/black_list.test ./cmd/explaintest/t/topn_pushdown.test ./cmd/explaintest/config.toml ./cmd/explaintest/BUILD.bazel ./cmd/benchkv/ ./cmd/benchkv/main.go ./cmd/benchkv/BUILD.bazel ./cmd/benchraw/ ./cmd/benchraw/main.go ./cmd/benchraw/BUILD.bazel ./cmd/portgenerator/ ./cmd/portgenerator/portgenerator.go ./cmd/portgenerator/BUILD.bazel ./cmd/benchdb/ ./cmd/benchdb/README.md ./cmd/benchdb/main.go ./cmd/benchdb/BUILD.bazel ./cmd/ddltest/ ./cmd/ddltest/ddl_test.go ./cmd/ddltest/column_test.go ./cmd/ddltest/index_test.go ./cmd/ddltest/random_test.go ./cmd/ddltest/main_test.go ./cmd/ddltest/BUILD.bazel ./code_review_guide.md ./config/ ./config/config_util.go ./config/config_util_test.go ./config/const.go ./config/config.go ./config/config.toml.example ./config/main_test.go ./config/config_test.go ./config/BUILD.bazel ./ddl/ ./ddl/rollingback_test.go ./ddl/primary_key_handle_test.go ./ddl/ddl_test.go ./ddl/ttl_test.go ./ddl/cancel_test.go ./ddl/db_rename_test.go ./ddl/ingest/ ./ddl/ingest/env_test.go ./ddl/ingest/env.go ./ddl/ingest/engine.go ./ddl/ingest/mem_root_test.go ./ddl/ingest/mem_root.go ./ddl/ingest/engine_mgr.go ./ddl/ingest/message.go ./ddl/ingest/backend.go ./ddl/ingest/config.go ./ddl/ingest/backend_mgr.go ./ddl/ingest/disk_root.go ./ddl/ingest/BUILD.bazel ./ddl/label/ ./ddl/label/rule_test.go ./ddl/label/attributes.go ./ddl/label/rule.go ./ddl/label/attributes_test.go ./ddl/label/errors.go ./ddl/label/main_test.go ./ddl/label/BUILD.bazel ./ddl/ddl_tiflash_test.go ./ddl/index_cop_test.go ./ddl/column.go ./ddl/backfilling.go ./ddl/modify_column_test.go ./ddl/callback_test.go ./ddl/column_test.go ./ddl/session_pool.go ./ddl/db_partition_test.go ./ddl/metadatalocktest/ ./ddl/metadatalocktest/main_test.go ./ddl/metadatalocktest/mdl_test.go ./ddl/metadatalocktest/BUILD.bazel ./ddl/ddl_api.go ./ddl/restart_test.go ./ddl/placement_policy.go ./ddl/job_table.go ./ddl/ddl_worker.go ./ddl/multi_schema_change_test.go ./ddl/repair_table_test.go ./ddl/testutil/ ./ddl/testutil/testutil.go ./ddl/testutil/BUILD.bazel ./ddl/schema.go ./ddl/index_merge_tmp_test.go ./ddl/integration_test.go ./ddl/column_type_change_test.go ./ddl/schema_test.go ./ddl/ttl.go ./ddl/ddl_error_test.go ./ddl/column_change_test.go ./ddl/db_foreign_key_test.go ./ddl/ddl.go ./ddl/db_change_test.go ./ddl/table_lock.go ./ddl/ddl_workerpool.go ./ddl/sequence_test.go ./ddl/placement_policy_test.go ./ddl/db_cache_test.go ./ddl/delete_range_util.go ./ddl/options.go ./ddl/table_split_test.go ./ddl/export_test.go ./ddl/delete_range.go ./ddl/db_test.go ./ddl/reorg.go ./ddl/index_modify_test.go ./ddl/generated_column.go ./ddl/table.go ./ddl/ddl_worker_test.go ./ddl/placement_policy_ddl_test.go ./ddl/ddl_api_test.go ./ddl/ddl_running_jobs.go ./ddl/index_cop.go ./ddl/sequence.go ./ddl/ddl_algorithm.go ./ddl/stat_test.go ./ddl/failtest/ ./ddl/failtest/fail_db_test.go ./ddl/failtest/main_test.go ./ddl/failtest/BUILD.bazel ./ddl/schematracker/ ./ddl/schematracker/dm_tracker_test.go ./ddl/schematracker/info_store.go ./ddl/schematracker/dm_tracker.go ./ddl/schematracker/info_store_test.go ./ddl/schematracker/BUILD.bazel ./ddl/schematracker/checker.go ./ddl/multi_schema_change.go ./ddl/job_table_test.go ./ddl/main_test.go ./ddl/serial_test.go ./ddl/index_merge_tmp.go ./ddl/fail_test.go ./ddl/util/ ./ddl/util/event.go ./ddl/util/main_test.go ./ddl/util/util.go ./ddl/util/dead_table_lock_checker.go ./ddl/util/BUILD.bazel ./ddl/db_integration_test.go ./ddl/index.go ./ddl/partition.go ./ddl/db_table_test.go ./ddl/ddl_workerpool_test.go ./ddl/foreign_key.go ./ddl/cluster.go ./ddl/db_change_failpoints_test.go ./ddl/tiflash_replica_test.go ./ddl/partition_test.go ./ddl/mock.go ./ddl/table_modify_test.go ./ddl/syncer/ ./ddl/syncer/syncer_test.go ./ddl/syncer/syncer.go ./ddl/syncer/BUILD.bazel ./ddl/placement_sql_test.go ./ddl/stat.go ./ddl/placement/ ./ddl/placement/rule_test.go ./ddl/placement/constraint.go ./ddl/placement/rule.go ./ddl/placement/constraint_test.go ./ddl/placement/bundle_test.go ./ddl/placement/bundle.go ./ddl/placement/constraints_test.go ./ddl/placement/meta_bundle_test.go ./ddl/placement/errors.go ./ddl/placement/common.go ./ddl/placement/constraints.go ./ddl/placement/common_test.go ./ddl/placement/BUILD.bazel ./ddl/ddl_tiflash_api.go ./ddl/attributes_sql_test.go ./ddl/ddl_algorithm_test.go ./ddl/constant.go ./ddl/indexmergetest/ ./ddl/indexmergetest/BUILD.bazel ./ddl/foreign_key_test.go ./ddl/split_region.go ./ddl/column_modify_test.go ./ddl/backfilling_test.go ./ddl/table_test.go ./ddl/rollingback.go ./ddl/BUILD.bazel ./ddl/ddl_running_jobs_test.go ./ddl/cluster_test.go ./ddl/callback.go ./ddl/index_change_test.go ./ddl/options_test.go ./ddl/sanity_check.go ./distsql/ ./distsql/request_builder_test.go ./distsql/select_result_test.go ./distsql/bench_test.go ./distsql/distsql.go ./distsql/select_result.go ./distsql/request_builder.go ./distsql/main_test.go ./distsql/distsql_test.go ./distsql/BUILD.bazel ./docs/ ./docs/logo_with_text.png ./docs/design/ ./docs/design/2020-04-17-sql-sequence.md ./docs/design/2021-06-23-spilled-unparallel-hashagg.md ./docs/design/2021-03-09-dynamic-privileges.md ./docs/design/2021-07-29-hidden-sysvars.md ./docs/design/2021-06-27-restructure-tests.md ./docs/design/2021-04-18-common-table-expression.md ./docs/design/2020-06-01-global-kill.md ./docs/design/2021-06-23-restricted-read-only.md ./docs/design/2020-05-08-standardize-error-codes-and-messages.md ./docs/design/2021-03-09-security-enhanced-mode.md ./docs/design/2019-04-11-indexmerge.md ./docs/design/2020-04-20-brie.md ./docs/design/2018-07-01-refactor-aggregate-framework.md ./docs/design/2018-12-11-sql-plan-management.md ./docs/design/2020-01-24-collations.md ./docs/design/2021-09-29-secure-bootstrap.md ./docs/design/2021-09-22-data-consistency.md ./docs/design/2021-03-01-pipelined-window-functions.md ./docs/design/2022-03-10-backup-with-batch-create-table.md ./docs/design/imgs/ ./docs/design/imgs/wasm-run-error-in-browser.png ./docs/design/imgs/session-manager-health-check.png ./docs/design/imgs/addIndexLit-1.png ./docs/design/imgs/histogram-3.png ./docs/design/imgs/wasm-mobile-exception.jpeg ./docs/design/imgs/session-manager-component.png ./docs/design/imgs/logical_plan.png ./docs/design/imgs/histogram-formula-2.png ./docs/design/imgs/session-manager-multi-tenancy.png ./docs/design/imgs/cnf200m2.png ./docs/design/imgs/executors.png ./docs/design/imgs/histogram-formula-1.png ./docs/design/imgs/histogram-2.jpeg ./docs/design/imgs/execution_model.png ./docs/design/imgs/and.jpeg ./docs/design/imgs/wasm-wasi-error.png ./docs/design/imgs/log-backup-architecture.jpg ./docs/design/imgs/scalability-formula.png ./docs/design/imgs/group-and-expression.png ./docs/design/imgs/tidb-log-dependency.png ./docs/design/imgs/create-user-stmt.png ./docs/design/imgs/concurrendl-ddl.png ./docs/design/imgs/histogram-formula-3.png ./docs/design/imgs/pd-log-dependency.png ./docs/design/imgs/cached-table-read.png ./docs/design/imgs/ast-tree.png ./docs/design/imgs/the-column-pool.png ./docs/design/imgs/physical_plan.png ./docs/design/imgs/session-manager-deployment.png ./docs/design/imgs/view.png ./docs/design/imgs/cached-table-write.png ./docs/design/imgs/structure-flow-chart.png ./docs/design/imgs/cte_computation.png ./docs/design/imgs/histogram-1.jpeg ./docs/design/imgs/owner-detail-flow-chart.png ./docs/design/imgs/dnf200.png ./docs/design/imgs/wasm-browser-support.png ./docs/design/imgs/row-format.jpeg ./docs/design/imgs/addIndexLit-2.png ./docs/design/imgs/log-backup-data-flow.jpg ./docs/design/imgs/queue-ddl.png ./docs/design/2018-10-19-table-partition.md ./docs/design/2018-08-10-restore-dropped-table.md ./docs/design/2019-11-14-tidb-builtin-diagnostics.md ./docs/design/2018-10-22-the-column-pool.md ./docs/design/TEMPLATE.md ./docs/design/2021-04-26-lock-view.md ./docs/design/2022-08-04-pessimistic-lazy-constraint-check.md ./docs/design/2018-10-08-online-DDL.md ./docs/design/2022-07-20-session-manager.md ./docs/design/2020-07-07-change-column-types.md ./docs/design/2018-07-22-enhance-propagations.md ./docs/design/README.md ./docs/design/2021-12-09-TiDB-log-based-incremental-backup.md ./docs/design/2018-08-29-new-planner.md ./docs/design/2022-03-16-functional-dependency.md ./docs/design/2018-09-21-radix-hashjoin.md ./docs/design/2021-07-07-rule-based-index-selection.md ./docs/design/2018-09-04-histograms-in-plan.md ./docs/design/2021-10-20-table-attributes.md ./docs/design/2021-09-22-stale-read.md ./docs/design/2022-03-03-rc-read-tso-optimization.md ./docs/design/2021-10-09-select-for-update-of-tables.md ./docs/design/2018-10-31-window-functions.md ./docs/design/2022-01-04-integer-shard-index.md ./docs/design/2022-09-28-flashback-to-timestamp.md ./docs/design/2018-12-10-plugin-framework.md ./docs/design/2021-08-18-charsets.md ./docs/design/2020-05-11-heap-profile-record.md ./docs/design/2019-11-05-index-advisor.md ./docs/design/2018-11-29-ast-to-sql-text.md ./docs/design/2021-09-29-merge-dumpling-into-tidb.md ./docs/design/2022-04-15-multi-schema-change.md ./docs/design/2021-12-08-instance-scope.md ./docs/design/2020-06-24-placement-rules-in-sql.md ./docs/design/2022-03-25-non-transactional-dml.md ./docs/design/2018-10-20-join-reorder-dp-v1.md ./docs/design/2020-09-12-utf8mb4-pinyin-order.md ./docs/design/2020-05-08-cluster-index.md ./docs/design/2022-03-24-get-lock.md ./docs/design/2022-06-06-Adding-Index-Acceleration.md ./docs/design/2020-03-12-invisible-index.md ./docs/design/2018-10-24-view-support.md ./docs/design/2021-03-30-small-table-caching.md ./docs/design/2018-07-19-row-format.md ./docs/design/2020-08-04-global-index.md ./docs/design/2021-04-20-temporary-table.md ./docs/design/2019-11-14-tidb-builtin-diagnostics-zh_CN.md ./docs/design/2018-09-10-adding-tz-env.md ./docs/design/2019-01-25-skyline-pruning.md ./docs/design/2021-04-21-unify-log-library.md ./docs/design/2020-09-30-index-usage-information.md ./docs/design/2022-11-22-view-hint.md ./docs/design/2021-09-13-parser-as-submodule-of-tidb.md ./docs/design/2022-09-22-global-memory-control.md ./docs/design/2022-07-22-transaction-savepoint.md ./docs/design/2022-08-02-stats-lru-cache.md ./docs/design/2022-03-09-optimize-gc-for-internal-transaction.md ./docs/design/2019-11-18-tidb-with-wasm.md ./docs/architecture.png ./docs/tidb_http_api.md ./docs/logo.png ./docs/contribution-map.png ./domain/ ./domain/plan_replayer_test.go ./domain/schema_validator.go ./domain/schema_checker.go ./domain/domainctx.go ./domain/domainctx_test.go ./domain/domain_sysvars.go ./domain/optimize_trace.go ./domain/session_pool_test.go ./domain/plan_replayer_handle_test.go ./domain/domain_utils_test.go ./domain/topn_slow_query.go ./domain/db_test.go ./domain/domain.go ./domain/domain_test.go ./domain/plan_replayer.go ./domain/plan_replayer_dump.go ./domain/main_test.go ./domain/test_helper.go ./domain/topn_slow_query_test.go ./domain/historical_stats.go ./domain/schema_validator_test.go ./domain/globalconfigsync/ ./domain/globalconfigsync/globalconfig.go ./domain/globalconfigsync/globalconfig_test.go ./domain/globalconfigsync/BUILD.bazel ./domain/schema_checker_test.go ./domain/sysvar_cache.go ./domain/infosync/ ./domain/infosync/info_test.go ./domain/infosync/tiflash_manager.go ./domain/infosync/region.go ./domain/infosync/info.go ./domain/infosync/label_manager.go ./domain/infosync/placement_manager.go ./domain/infosync/error.go ./domain/infosync/schedule_manager.go ./domain/infosync/BUILD.bazel ./domain/BUILD.bazel ./dumpling/ ./dumpling/export/ ./dumpling/export/http_handler.go ./dumpling/export/task.go ./dumpling/export/status_test.go ./dumpling/export/consistency.go ./dumpling/export/metrics.go ./dumpling/export/sql_test.go ./dumpling/export/dump.go ./dumpling/export/ir_impl.go ./dumpling/export/sql_type.go ./dumpling/export/conn.go ./dumpling/export/sql_type_test.go ./dumpling/export/block_allow_list.go ./dumpling/export/ir.go ./dumpling/export/metadata_test.go ./dumpling/export/writer_serial_test.go ./dumpling/export/config.go ./dumpling/export/status.go ./dumpling/export/metrics_test.go ./dumpling/export/region_results.csv ./dumpling/export/writer_test.go ./dumpling/export/sql.go ./dumpling/export/retry.go ./dumpling/export/writer.go ./dumpling/export/main_test.go ./dumpling/export/ir_impl_test.go ./dumpling/export/prepare_test.go ./dumpling/export/util.go ./dumpling/export/prepare.go ./dumpling/export/util_test.go ./dumpling/export/block_allow_list_test.go ./dumpling/export/config_test.go ./dumpling/export/metadata.go ./dumpling/export/util_for_test.go ./dumpling/export/dump_test.go ./dumpling/export/writer_util.go ./dumpling/export/BUILD.bazel ./dumpling/export/consistency_test.go ./dumpling/cmd/ ./dumpling/cmd/dumpling/ ./dumpling/cmd/dumpling/main.go ./dumpling/cmd/dumpling/BUILD.bazel ./dumpling/codecov.yml ./dumpling/tests/ ./dumpling/tests/tls/ ./dumpling/tests/tls/ipsan.cnf ./dumpling/tests/tls/run.sh ./dumpling/tests/consistency/ ./dumpling/tests/consistency/run.sh ./dumpling/tests/s3/ ./dumpling/tests/s3/import.go ./dumpling/tests/s3/run.sh ./dumpling/tests/s3/BUILD.bazel ./dumpling/tests/external_storage/ ./dumpling/tests/external_storage/run.sh ./dumpling/tests/non_exist_tables/ ./dumpling/tests/non_exist_tables/run.sh ./dumpling/tests/file_size/ ./dumpling/tests/file_size/run.sh ./dumpling/tests/views/ ./dumpling/tests/views/run.sh ./dumpling/tests/views/data/ ./dumpling/tests/views/data/views-schema-create.sql ./dumpling/tests/views/data/views.v-schema.sql ./dumpling/tests/views/data/views.v-schema-view.sql ./dumpling/tests/all_generate_column/ ./dumpling/tests/all_generate_column/run.sh ./dumpling/tests/all_generate_column/conf/ ./dumpling/tests/all_generate_column/conf/lightning.toml ./dumpling/tests/all_generate_column/conf/diff_config.toml ./dumpling/tests/sequences/ ./dumpling/tests/sequences/run.sh ./dumpling/tests/sequences/data/ ./dumpling/tests/sequences/data/sequences.s-schema-sequence-expect.sql ./dumpling/tests/null_unique_index/ ./dumpling/tests/null_unique_index/run.sh ./dumpling/tests/basic/ ./dumpling/tests/basic/run.sh ./dumpling/tests/rows/ ./dumpling/tests/rows/run.sh ./dumpling/tests/rows/data/ ./dumpling/tests/rows/data/rows.t.000000000.sql ./dumpling/tests/rows/conf/ ./dumpling/tests/rows/conf/lightning.toml ./dumpling/tests/rows/conf/diff_config.toml ./dumpling/tests/run.sh ./dumpling/tests/no_table_and_db_name/ ./dumpling/tests/no_table_and_db_name/run.sh ./dumpling/tests/_utils/ ./dumpling/tests/_utils/run_sql_file ./dumpling/tests/_utils/check_sync_diff ./dumpling/tests/_utils/run_sql ./dumpling/tests/_utils/run_dumpling ./dumpling/tests/_utils/run_lightning ./dumpling/tests/_utils/file_not_exist ./dumpling/tests/_utils/file_should_exist ./dumpling/tests/_utils/run_services ./dumpling/tests/naughty_strings/ ./dumpling/tests/naughty_strings/expect/ ./dumpling/tests/naughty_strings/expect/naughty_strings.t.sql ./dumpling/tests/naughty_strings/expect/naughty_strings.escape.sql ./dumpling/tests/naughty_strings/run.sh ./dumpling/tests/naughty_strings/data/ ./dumpling/tests/naughty_strings/data/naughty_strings.escape-schema.sql ./dumpling/tests/naughty_strings/data/naughty_strings.t-schema.sql ./dumpling/tests/naughty_strings/data/naughty_strings-schema-create.sql ./dumpling/tests/naughty_strings/data/naughty_strings.t.sql ./dumpling/tests/naughty_strings/data/naughty_strings.escape.sql ./dumpling/tests/conn_timeout/ ./dumpling/tests/conn_timeout/run.sh ./dumpling/tests/e2e_csv/ ./dumpling/tests/e2e_csv/run.sh ./dumpling/tests/e2e_csv/data/ ./dumpling/tests/e2e_csv/data/e2e_csv.escape.sql ./dumpling/tests/e2e_csv/data/e2e_csv.t-schema.sql ./dumpling/tests/e2e_csv/data/e2e_csv.escape-schema.sql ./dumpling/tests/e2e_csv/data/e2e_csv.t.sql ./dumpling/tests/e2e_csv/data/e2e_csv-schema-create.sql ./dumpling/tests/e2e_csv/conf/ ./dumpling/tests/e2e_csv/conf/lightning.toml ./dumpling/tests/e2e_csv/conf/diff_config.toml ./dumpling/tests/primary_key/ ./dumpling/tests/primary_key/run.sh ./dumpling/tests/primary_key/result/ ./dumpling/tests/primary_key/result/pk_case_2.sql ./dumpling/tests/primary_key/result/pk_case_0.sql ./dumpling/tests/primary_key/result/pk_case_3.sql ./dumpling/tests/primary_key/result/pk_case_1.sql ./dumpling/tests/primary_key/data/ ./dumpling/tests/primary_key/data/pk_case_2.sql ./dumpling/tests/primary_key/data/pk_case_0.sql ./dumpling/tests/primary_key/data/pk_case_3.sql ./dumpling/tests/primary_key/data/pk_case_1.sql ./dumpling/tests/ignore_generate_column/ ./dumpling/tests/ignore_generate_column/run.sh ./dumpling/tests/ignore_generate_column/conf/ ./dumpling/tests/ignore_generate_column/conf/lightning.toml ./dumpling/tests/ignore_generate_column/conf/diff_config.toml ./dumpling/tests/e2e/ ./dumpling/tests/e2e/run.sh ./dumpling/tests/e2e/conf/ ./dumpling/tests/e2e/conf/lightning.toml ./dumpling/tests/e2e/conf/diff_config.toml ./dumpling/tests/quote/ ./dumpling/tests/quote/run.sh ./dumpling/tests/quote/data/ ./dumpling/tests/quote/data/quote-database.quote-table-schema.sql ./dumpling/tests/quote/data/quote-database-schema-create.sql ./dumpling/tests/quote/data/quote-database.quote-table.000000000-mysql57.sql ./dumpling/tests/quote/data/quote-database.quote-table-schema-mysql57.sql ./dumpling/tests/quote/data/quote-database.quote-table.000000000.sql ./dumpling/tests/quote/data/quote-database-schema-create-mysql57.sql ./dumpling/tests/empty_database/ ./dumpling/tests/empty_database/run.sh ./dumpling/tests/chaos/ ./dumpling/tests/chaos/run.sh ./dumpling/tests/rows_extreme_int/ ./dumpling/tests/rows_extreme_int/run.sh ./dumpling/tests/rows_extreme_int/data/ ./dumpling/tests/rows_extreme_int/data/rei.t.0.sql ./dumpling/tests/rows_extreme_int/data/rei.t2.0.sql ./dumpling/tests/rows_extreme_int/conf/ ./dumpling/tests/rows_extreme_int/conf/lightning.toml ./dumpling/tests/rows_extreme_int/conf/diff_config.toml ./dumpling/tests/placement_policy/ ./dumpling/tests/placement_policy/run.sh ./dumpling/tests/placement_policy/result/ ./dumpling/tests/placement_policy/result/x-placement-policy-create.sql ./dumpling/tests/placement_policy/result/x1-placement-policy-create.sql ./dumpling/docs/ ./dumpling/docs/en/ ./dumpling/docs/en/user-guide.md ./dumpling/docs/cn/ ./dumpling/docs/cn/user-guide.md ./dumpling/context/ ./dumpling/context/context.go ./dumpling/context/BUILD.bazel ./dumpling/log/ ./dumpling/log/log.go ./dumpling/log/BUILD.bazel ./dumpling/README.md ./dumpling/revive.toml ./dumpling/cli/ ./dumpling/cli/versions.go ./dumpling/cli/BUILD.bazel ./dumpling/install.sh ./errno/ ./errno/infoschema.go ./errno/infoschema_test.go ./errno/errname.go ./errno/main_test.go ./errno/errcode.go ./errno/logredaction.md ./errno/BUILD.bazel ./errors.toml ./executor/ ./executor/trace_test.go ./executor/index_lookup_merge_join.go ./executor/write_test.go ./executor/sort_test.go ./executor/admin.go ./executor/ddl_test.go ./executor/hash_table_test.go ./executor/load_data.go ./executor/oomtest/ ./executor/oomtest/oom_test.go ./executor/oomtest/BUILD.bazel ./executor/index_advise.go ./executor/inspection_common_test.go ./executor/batch_checker.go ./executor/load_stats.go ./executor/benchmark_test.go ./executor/explain.go ./executor/simple.go ./executor/collation_test.go ./executor/grant.go ./executor/cte.go ./executor/chunk_size_control_test.go ./executor/inspection_summary.go ./executor/cte_table_reader.go ./executor/rowid_test.go ./executor/index_advise_test.go ./executor/copr_cache_test.go ./executor/table_readers_required_rows_test.go ./executor/batch_point_get.go ./executor/analyze_test.go ./executor/write_concurrent_test.go ./executor/write.go ./executor/executor_required_rows_test.go ./executor/explainfor_test.go ./executor/builder.go ./executor/index_lookup_hash_join.go ./executor/stale_txn_test.go ./executor/apply_cache.go ./executor/simple_test.go ./executor/tiflashtest/ ./executor/tiflashtest/tiflash_test.go ./executor/tiflashtest/main_test.go ./executor/tiflashtest/BUILD.bazel ./executor/analyze.go ./executor/union_scan_test.go ./executor/join_test.go ./executor/executor_failpoint_test.go ./executor/analyze_idx.go ./executor/admin_test.go ./executor/hot_regions_history_table_test.go ./executor/adapter_test.go ./executor/utils.go ./executor/update.go ./executor/apply_cache_test.go ./executor/show_stats_test.go ./executor/metrics_reader.go ./executor/batch_point_get_test.go ./executor/show_placement_labels_test.go ./executor/issuetest/ ./executor/issuetest/main_test.go ./executor/issuetest/executor_issue_test.go ./executor/issuetest/BUILD.bazel ./executor/delete_test.go ./executor/set_config.go ./executor/inspection_profile.go ./executor/index_lookup_join.go ./executor/index_merge_reader_test.go ./executor/simpletest/ ./executor/simpletest/simple_test.go ./executor/simpletest/password_management_test.go ./executor/simpletest/chunk_reuse_test.go ./executor/simpletest/main_test.go ./executor/simpletest/BUILD.bazel ./executor/cluster_table_test.go ./executor/autoidtest/ ./executor/autoidtest/main_test.go ./executor/autoidtest/autoid_test.go ./executor/autoidtest/BUILD.bazel ./executor/metrics_reader_test.go ./executor/ddl.go ./executor/delete.go ./executor/projection.go ./executor/slow_query_test.go ./executor/memory_test.go ./executor/analyze_utils.go ./executor/inspection_result_test.go ./executor/utils_test.go ./executor/explain_test.go ./executor/index_lookup_merge_join_test.go ./executor/grant_test.go ./executor/aggregate.go ./executor/split.go ./executor/shuffle_test.go ./executor/join_pkg_test.go ./executor/executor_pkg_test.go ./executor/inspection_common.go ./executor/pipelined_window.go ./executor/partition_table.go ./executor/infoschema_reader.go ./executor/select_into.go ./executor/seqtest/ ./executor/seqtest/main_test.go ./executor/seqtest/prepared_test.go ./executor/seqtest/BUILD.bazel ./executor/seqtest/seq_executor_test.go ./executor/recover_test.go ./executor/brie_test.go ./executor/memtable_reader_test.go ./executor/joiner_test.go ./executor/compact_table_test.go ./executor/checksum.go ./executor/cte_test.go ./executor/parallel_apply.go ./executor/bind.go ./executor/aggregate_test.go ./executor/select_into_test.go ./executor/splittest/ ./executor/splittest/split_table_test.go ./executor/splittest/main_test.go ./executor/splittest/BUILD.bazel ./executor/analyze_global_stats.go ./executor/plan_replayer.go ./executor/adapter.go ./executor/distsql.go ./executor/aggfuncs/ ./executor/aggfuncs/row_number.go ./executor/aggfuncs/func_first_row.go ./executor/aggfuncs/func_ntile_test.go ./executor/aggfuncs/func_count_distinct.go ./executor/aggfuncs/func_json_arrayagg.go ./executor/aggfuncs/func_varpop_test.go ./executor/aggfuncs/aggfuncs.go ./executor/aggfuncs/func_json_objectagg_test.go ./executor/aggfuncs/func_sum.go ./executor/aggfuncs/builder.go ./executor/aggfuncs/func_max_min_test.go ./executor/aggfuncs/func_json_arrayagg_test.go ./executor/aggfuncs/func_stddevpop.go ./executor/aggfuncs/func_varpop.go ./executor/aggfuncs/func_stddevsamp_test.go ./executor/aggfuncs/func_bitfuncs.go ./executor/aggfuncs/func_group_concat.go ./executor/aggfuncs/func_json_objectagg.go ./executor/aggfuncs/func_lead_lag_test.go ./executor/aggfuncs/func_varsamp_test.go ./executor/aggfuncs/export_test.go ./executor/aggfuncs/func_bitfuncs_test.go ./executor/aggfuncs/func_percent_rank.go ./executor/aggfuncs/func_max_min.go ./executor/aggfuncs/func_rank_test.go ./executor/aggfuncs/func_value_test.go ./executor/aggfuncs/aggfunc_test.go ./executor/aggfuncs/func_avg_test.go ./executor/aggfuncs/func_cume_dist_test.go ./executor/aggfuncs/func_value.go ./executor/aggfuncs/func_percent_rank_test.go ./executor/aggfuncs/func_percentile_test.go ./executor/aggfuncs/row_number_test.go ./executor/aggfuncs/func_percentile.go ./executor/aggfuncs/main_test.go ./executor/aggfuncs/func_lead_lag.go ./executor/aggfuncs/func_first_row_test.go ./executor/aggfuncs/func_varsamp.go ./executor/aggfuncs/func_sum_test.go ./executor/aggfuncs/func_stddevsamp.go ./executor/aggfuncs/func_count.go ./executor/aggfuncs/func_ntile.go ./executor/aggfuncs/func_rank.go ./executor/aggfuncs/func_count_test.go ./executor/aggfuncs/func_avg.go ./executor/aggfuncs/func_cume_dist.go ./executor/aggfuncs/window_func_test.go ./executor/aggfuncs/BUILD.bazel ./executor/aggfuncs/func_stddevpop_test.go ./executor/aggfuncs/func_group_concat_test.go ./executor/admin_telemetry.go ./executor/brie.go ./executor/insert_common.go ./executor/showtest/ ./executor/showtest/main_test.go ./executor/showtest/show_test.go ./executor/showtest/BUILD.bazel ./executor/sort.go ./executor/parallel_apply_test.go ./executor/charset_test.go ./executor/infoschema_cluster_table_test.go ./executor/errors.go ./executor/executor.go ./executor/executor_txn_test.go ./executor/coprocessor.go ./executor/insert.go ./executor/split_test.go ./executor/concurrent_map.go ./executor/revoke_test.go ./executor/explain_unit_test.go ./executor/opt_rule_blacklist.go ./executor/reload_expr_pushdown_blacklist.go ./executor/main_test.go ./executor/revoke.go ./executor/trace.go ./executor/analyze_col.go ./executor/sample.go ./executor/show_stats.go ./executor/replace.go ./executor/insert_test.go ./executor/compact_table.go ./executor/partition_table_test.go ./executor/show.go ./executor/point_get_test.go ./executor/change.go ./executor/concurrent_map_test.go ./executor/update_test.go ./executor/memtest/ ./executor/memtest/mem_test.go ./executor/memtest/main_test.go ./executor/memtest/BUILD.bazel ./executor/inspection_summary_test.go ./executor/temporary_table_test.go ./executor/show_placement_test.go ./executor/memtable_reader.go ./executor/sample_test.go ./executor/distsql_test.go ./executor/brie_utils.go ./executor/lock_stats.go ./executor/prepared_test.go ./executor/show_placement.go ./executor/set_test.go ./executor/foreign_key.go ./executor/analyze_worker.go ./executor/prepared.go ./executor/brie_utils_test.go ./executor/table_reader.go ./executor/tikv_regions_peers_table_test.go ./executor/union_scan.go ./executor/pkg_test.go ./executor/distsqltest/ ./executor/distsqltest/main_test.go ./executor/distsqltest/distsql_test.go ./executor/distsqltest/BUILD.bazel ./executor/analyzetest/ ./executor/analyzetest/analyze_test.go ./executor/analyzetest/main_test.go ./executor/analyzetest/BUILD.bazel ./executor/testdata/ ./executor/testdata/analyze_test_data.sql ./executor/testdata/agg_suite_out.json ./executor/testdata/point_get_suite_out.json ./executor/testdata/tiflash_v620_dt_segments.json ./executor/testdata/tiflash_v630_dt_segments.json ./executor/testdata/agg_suite_in.json ./executor/testdata/executor_suite_in.json ./executor/testdata/prepare_suite_in.json ./executor/testdata/executor_suite_out.json ./executor/testdata/tiflash_v620_dt_tables.json ./executor/testdata/point_get_suite_in.json ./executor/testdata/tiflash_v640_dt_tables.json ./executor/testdata/prepare_suite_out.json ./executor/hash_table.go ./executor/slow_query_sql_test.go ./executor/analyze_fast.go ./executor/analyze_incremental.go ./executor/admin_plugins.go ./executor/merge_join_test.go ./executor/set.go ./executor/kvtest/ ./executor/kvtest/main_test.go ./executor/kvtest/kv_test.go ./executor/kvtest/BUILD.bazel ./executor/join.go ./executor/joiner.go ./executor/shuffle.go ./executor/inspection_result.go ./executor/analyze_col_v2.go ./executor/merge_join.go ./executor/slow_query.go ./executor/compiler.go ./executor/test/ ./executor/test/explain/ ./executor/test/explain/explain_test.go ./executor/test/explain/main_test.go ./executor/test/explain/BUILD.bazel ./executor/test/analyzetest/ ./executor/test/analyzetest/analyze_bench_test.go ./executor/test/analyzetest/BUILD.bazel ./executor/window_test.go ./executor/statement_context_test.go ./executor/resource_tag_test.go ./executor/index_merge_reader.go ./executor/fktest/ ./executor/fktest/main_test.go ./executor/fktest/foreign_key_test.go ./executor/fktest/BUILD.bazel ./executor/BUILD.bazel ./executor/window.go ./executor/index_lookup_join_test.go ./executor/executor_test.go ./executor/point_get.go ./executor/mem_reader.go ./executor/mpp_gather.go ./executor/infoschema_reader_test.go ./expression/ ./expression/builtin_control_vec_generated_test.go ./expression/builtin_regexp_test.go ./expression/builtin_vectorized_test.go ./expression/builtin_time_vec_test.go ./expression/builtin_test.go ./expression/aggregation/ ./expression/aggregation/aggregation.go ./expression/aggregation/bit_or.go ./expression/aggregation/explain.go ./expression/aggregation/max_min.go ./expression/aggregation/bench_test.go ./expression/aggregation/base_func.go ./expression/aggregation/avg.go ./expression/aggregation/sum.go ./expression/aggregation/main_test.go ./expression/aggregation/util.go ./expression/aggregation/util_test.go ./expression/aggregation/agg_to_pb.go ./expression/aggregation/descriptor.go ./expression/aggregation/agg_to_pb_test.go ./expression/aggregation/count.go ./expression/aggregation/concat.go ./expression/aggregation/base_func_test.go ./expression/aggregation/bit_and.go ./expression/aggregation/window_func.go ./expression/aggregation/first_row.go ./expression/aggregation/BUILD.bazel ./expression/aggregation/bit_xor.go ./expression/aggregation/aggregation_test.go ./expression/builtin_regexp.go ./expression/builtin_string_vec_generated.go ./expression/builtin_vectorized.go ./expression/typeinfer_test.go ./expression/builtin_op_test.go ./expression/builtin_math.go ./expression/explain.go ./expression/builtin_other_vec_generated.go ./expression/builtin_cast.go ./expression/builtin_arithmetic_vec.go ./expression/builtin_like.go ./expression/collation_test.go ./expression/builtin_compare_test.go ./expression/builtin.go ./expression/builtin_miscellaneous_vec_test.go ./expression/column.go ./expression/builtin_string_vec_test.go ./expression/column_test.go ./expression/builtin_other.go ./expression/builtin_math_vec.go ./expression/builtin_cast_test.go ./expression/builtin_info_vec.go ./expression/distsql_builtin_test.go ./expression/function_traits.go ./expression/distsql_builtin.go ./expression/scalar_function.go ./expression/evaluator_test.go ./expression/schema.go ./expression/extension.go ./expression/builtin_string_test.go ./expression/builtin_miscellaneous_test.go ./expression/integration_test.go ./expression/constant_fold_test.go ./expression/generator/ ./expression/generator/helper/ ./expression/generator/helper/helper.go ./expression/generator/helper/BUILD.bazel ./expression/generator/other_vec.go ./expression/generator/time_vec.go ./expression/generator/control_vec.go ./expression/generator/compare_vec.go ./expression/generator/string_vec.go ./expression/schema_test.go ./expression/flag_simplify_test.go ./expression/builtin_like_vec_test.go ./expression/constant_propagation.go ./expression/builtin_time_vec.go ./expression/builtin_string_vec.go ./expression/bench_test.go ./expression/builtin_control.go ./expression/builtin_json_vec.go ./expression/builtin_time.go ./expression/builtin_time_vec_generated.go ./expression/builtin_compare_vec_generated.go ./expression/builtin_other_vec_test.go ./expression/helper.go ./expression/builtin_arithmetic_test.go ./expression/builtin_encryption_vec.go ./expression/expr_to_pb_test.go ./expression/builtin_math_vec_test.go ./expression/builtin_compare_vec_test.go ./expression/builtin_string.go ./expression/constant_propagation_test.go ./expression/builtin_control_test.go ./expression/builtin_time_vec_generated_test.go ./expression/evaluator.go ./expression/builtin_json_test.go ./expression/simple_rewriter.go ./expression/builtin_like_test.go ./expression/builtin_like_vec.go ./expression/builtin_other_vec_generated_test.go ./expression/builtin_compare_vec_generated_test.go ./expression/errors.go ./expression/integration_serial_test.go ./expression/expression.go ./expression/builtin_compare.go ./expression/builtin_encryption_test.go ./expression/builtin_encryption_vec_test.go ./expression/main_test.go ./expression/util.go ./expression/builtin_arithmetic_vec_test.go ./expression/util_test.go ./expression/builtin_cast_vec_test.go ./expression/builtin_info_test.go ./expression/builtin_other_vec.go ./expression/constant_test.go ./expression/builtin_op_vec.go ./expression/builtin_math_test.go ./expression/builtin_op.go ./expression/builtin_cast_bench_test.go ./expression/builtin_json.go ./expression/builtin_op_vec_test.go ./expression/builtin_miscellaneous.go ./expression/chunk_executor.go ./expression/vectorized.go ./expression/expr_to_pb.go ./expression/builtin_cast_vec.go ./expression/builtin_arithmetic.go ./expression/constant_fold.go ./expression/testdata/ ./expression/testdata/flag_simplify_out.json ./expression/testdata/expression_suite_out.json ./expression/testdata/flag_simplify_in.json ./expression/testdata/expression_suite_in.json ./expression/builtin_info_vec_test.go ./expression/helper_test.go ./expression/builtin_info.go ./expression/expression_test.go ./expression/constant.go ./expression/builtin_miscellaneous_vec.go ./expression/scalar_function_test.go ./expression/builtin_other_test.go ./expression/builtin_regexp_util.go ./expression/function_traits_test.go ./expression/builtin_control_vec_generated.go ./expression/builtin_string_vec_generated_test.go ./expression/BUILD.bazel ./expression/collation.go ./expression/builtin_json_vec_test.go ./expression/builtin_convert_charset.go ./expression/builtin_compare_vec.go ./expression/builtin_regexp_vec_const_test.go ./expression/builtin_time_test.go ./expression/partition_pruner.go ./expression/builtin_encryption.go ./extension/ ./extension/event_listener_test.go ./extension/function_test.go ./extension/function.go ./extension/registry.go ./extension/extensionimpl/ ./extension/extensionimpl/bootstrap.go ./extension/extensionimpl/BUILD.bazel ./extension/extensions.go ./extension/bootstrap_test.go ./extension/registry_test.go ./extension/main_test.go ./extension/util.go ./extension/manifest.go ./extension/session.go ./extension/BUILD.bazel ./go.mod ./go.sum ./hooks/ ./hooks/pre-commit ./infoschema/ ./infoschema/infoschema.go ./infoschema/metrics_schema.go ./infoschema/cache_test.go ./infoschema/builder.go ./infoschema/infoschema_test.go ./infoschema/error.go ./infoschema/metrics_schema_test.go ./infoschema/metric_table_def.go ./infoschema/tables.go ./infoschema/cache.go ./infoschema/tables_test.go ./infoschema/main_test.go ./infoschema/cluster.go ./infoschema/cluster_tables_test.go ./infoschema/perfschema/ ./infoschema/perfschema/const.go ./infoschema/perfschema/init.go ./infoschema/perfschema/tables.go ./infoschema/perfschema/tables_test.go ./infoschema/perfschema/main_test.go ./infoschema/perfschema/testdata/ ./infoschema/perfschema/testdata/tikv.cpu.profile ./infoschema/perfschema/testdata/test.pprof ./infoschema/perfschema/BUILD.bazel ./infoschema/BUILD.bazel ./kv/ ./kv/txn_test.go ./kv/fault_injection_test.go ./kv/cachedb.go ./kv/kv.go ./kv/utils.go ./kv/error.go ./kv/version_test.go ./kv/version.go ./kv/interface_mock_test.go ./kv/utils_test.go ./kv/key.go ./kv/mock_test.go ./kv/error_test.go ./kv/txn.go ./kv/option.go ./kv/main_test.go ./kv/mpp.go ./kv/checker_test.go ./kv/option_test.go ./kv/keyflags.go ./kv/key_test.go ./kv/fault_injection.go ./kv/variables.go ./kv/txn_scope_var.go ./kv/BUILD.bazel ./kv/checker.go ./kv/iter.go ./lock/ ./lock/lock.go ./lock/BUILD.bazel ./meta/ ./meta/meta_test.go ./meta/meta_autoid.go ./meta/meta.go ./meta/main_test.go ./meta/autoid/ ./meta/autoid/seq_autoid_test.go ./meta/autoid/bench_test.go ./meta/autoid/memid_test.go ./meta/autoid/autoid_service.go ./meta/autoid/memid.go ./meta/autoid/errors.go ./meta/autoid/main_test.go ./meta/autoid/autoid.go ./meta/autoid/autoid_test.go ./meta/autoid/BUILD.bazel ./meta/BUILD.bazel ./metrics/ ./metrics/metrics.go ./metrics/sli.go ./metrics/bindinfo.go ./metrics/log_backup.go ./metrics/ttl.go ./metrics/telemetry.go ./metrics/topsql.go ./metrics/ddl.go ./metrics/meta.go ./metrics/domain.go ./metrics/grafana/ ./metrics/grafana/performance_overview.json ./metrics/grafana/tidb_summary.json ./metrics/grafana/README.md ./metrics/grafana/tidb_summary.jsonnet ./metrics/grafana/tidb.json ./metrics/grafana/generate_json.sh ./metrics/grafana/tidb_runtime.json ./metrics/grafana/overview.json ./metrics/distsql.go ./metrics/metrics_test.go ./metrics/executor.go ./metrics/main_test.go ./metrics/gc_worker.go ./metrics/server.go ./metrics/stats.go ./metrics/alertmanager/ ./metrics/alertmanager/tidb.rules.yml ./metrics/owner.go ./metrics/session.go ./metrics/BUILD.bazel ./owner/ ./owner/manager.go ./owner/manager_test.go ./owner/main_test.go ./owner/fail_test.go ./owner/mock.go ./owner/BUILD.bazel ./parser/ ./parser/auth/ ./parser/auth/caching_sha2_test.go ./parser/auth/mysql_native_password.go ./parser/auth/tidb_sm3.go ./parser/auth/tidb_sm3_test.go ./parser/auth/auth.go ./parser/auth/caching_sha2.go ./parser/auth/mysql_native_password_test.go ./parser/auth/BUILD.bazel ./parser/codecov.yml ./parser/hintparser.y ./parser/mysql/ ./parser/mysql/type_test.go ./parser/mysql/privs.go ./parser/mysql/error.go ./parser/mysql/const.go ./parser/mysql/errname.go ./parser/mysql/error_test.go ./parser/mysql/charset.go ./parser/mysql/util.go ./parser/mysql/privs_test.go ./parser/mysql/errcode.go ./parser/mysql/const_test.go ./parser/mysql/state.go ./parser/mysql/BUILD.bazel ./parser/mysql/locale_format.go ./parser/mysql/type.go ./parser/Makefile ./parser/test_driver/ ./parser/test_driver/test_driver_helper.go ./parser/test_driver/test_driver_mydecimal.go ./parser/test_driver/test_driver.go ./parser/test_driver/BUILD.bazel ./parser/test_driver/test_driver_datum.go ./parser/parser.y ./parser/parser_test.go ./parser/docs/ ./parser/docs/quickstart.md ./parser/lexer_test.go ./parser/digester_test.go ./parser/hintparser.go ./parser/go.mod ./parser/bench_test.go ./parser/README.md ./parser/reserved_words_test.go ./parser/yy_parser.go ./parser/parser.go ./parser/tidb/ ./parser/tidb/features.go ./parser/tidb/BUILD.bazel ./parser/types/ ./parser/types/eval_type.go ./parser/types/field_type_test.go ./parser/types/field_type.go ./parser/types/etc_test.go ./parser/types/etc.go ./parser/types/BUILD.bazel ./parser/model/ ./parser/model/ddl_test.go ./parser/model/ddl.go ./parser/model/model.go ./parser/model/flags.go ./parser/model/BUILD.bazel ./parser/model/model_test.go ./parser/test.sh ./parser/LICENSE ./parser/main_test.go ./parser/consistent_test.go ./parser/misc.go ./parser/digester.go ./parser/lexer.go ./parser/goyacc/ ./parser/goyacc/main.go ./parser/goyacc/format_yacc.go ./parser/goyacc/BUILD.bazel ./parser/.gitignore ./parser/hintparser_test.go ./parser/SECURITY.md ./parser/charset/ ./parser/charset/encoding.go ./parser/charset/encoding_gbk.go ./parser/charset/encoding_latin1.go ./parser/charset/encoding_bin.go ./parser/charset/encoding_test.go ./parser/charset/encoding_utf8.go ./parser/charset/charset_test.go ./parser/charset/encoding_base.go ./parser/charset/encoding_table.go ./parser/charset/charset.go ./parser/charset/encoding_ascii.go ./parser/charset/BUILD.bazel ./parser/hintparserimpl.go ./parser/ast/ ./parser/ast/ddl_test.go ./parser/ast/functions_test.go ./parser/ast/expressions.go ./parser/ast/format_test.go ./parser/ast/ddl.go ./parser/ast/base.go ./parser/ast/misc_test.go ./parser/ast/dml.go ./parser/ast/base_test.go ./parser/ast/ast.go ./parser/ast/util.go ./parser/ast/misc.go ./parser/ast/advisor.go ./parser/ast/util_test.go ./parser/ast/stats.go ./parser/ast/dml_test.go ./parser/ast/flag_test.go ./parser/ast/functions.go ./parser/ast/flag.go ./parser/ast/expressions_test.go ./parser/ast/BUILD.bazel ./parser/opcode/ ./parser/opcode/opcode_test.go ./parser/opcode/opcode.go ./parser/opcode/BUILD.bazel ./parser/terror/ ./parser/terror/terror_test.go ./parser/terror/terror.go ./parser/terror/BUILD.bazel ./parser/BUILD.bazel ./parser/format/ ./parser/format/format.go ./parser/format/format_test.go ./parser/format/BUILD.bazel ./parser/.editorconfig ./parser/go.sum ./planner/ ./planner/optimize.go ./planner/cascades/ ./planner/cascades/optimize.go ./planner/cascades/stringer_test.go ./planner/cascades/enforcer_rules_test.go ./planner/cascades/integration_test.go ./planner/cascades/stringer.go ./planner/cascades/enforcer_rules.go ./planner/cascades/main_test.go ./planner/cascades/optimize_test.go ./planner/cascades/transformation_rules.go ./planner/cascades/transformation_rules_test.go ./planner/cascades/testdata/ ./planner/cascades/testdata/integration_suite_out.json ./planner/cascades/testdata/integration_suite_in.json ./planner/cascades/testdata/transformation_rules_suite_in.json ./planner/cascades/testdata/stringer_suite_in.json ./planner/cascades/testdata/transformation_rules_suite_out.json ./planner/cascades/testdata/stringer_suite_out.json ./planner/cascades/implementation_rules.go ./planner/cascades/BUILD.bazel ./planner/memo/ ./planner/memo/group_test.go ./planner/memo/group_expr_test.go ./planner/memo/expr_iterator_test.go ./planner/memo/group_expr.go ./planner/memo/pattern.go ./planner/memo/pattern_test.go ./planner/memo/group.go ./planner/memo/implementation.go ./planner/memo/expr_iterator.go ./planner/memo/main_test.go ./planner/memo/BUILD.bazel ./planner/implementation/ ./planner/implementation/simple_plans.go ./planner/implementation/base.go ./planner/implementation/base_test.go ./planner/implementation/datasource.go ./planner/implementation/sort.go ./planner/implementation/main_test.go ./planner/implementation/join.go ./planner/implementation/BUILD.bazel ./planner/util/ ./planner/util/path.go ./planner/util/byitem.go ./planner/util/main_test.go ./planner/util/misc.go ./planner/util/BUILD.bazel ./planner/util/path_test.go ./planner/funcdep/ ./planner/funcdep/fd_graph_test.go ./planner/funcdep/extract_fd_test.go ./planner/funcdep/fast_int_set_test.go ./planner/funcdep/fast_int_set_bench_test.go ./planner/funcdep/only_full_group_by_test.go ./planner/funcdep/fast_int_set.go ./planner/funcdep/fd_graph.go ./planner/funcdep/main_test.go ./planner/funcdep/doc.go ./planner/funcdep/BUILD.bazel ./planner/property/ ./planner/property/task_type.go ./planner/property/physical_property.go ./planner/property/logical_property.go ./planner/property/stats_info.go ./planner/property/BUILD.bazel ./planner/BUILD.bazel ./planner/core/ ./planner/core/fragment_test.go ./planner/core/plan_cache.go ./planner/core/logical_plan_trace_test.go ./planner/core/rule_result_reorder_test.go ./planner/core/physical_plans.go ./planner/core/task.go ./planner/core/stringer_test.go ./planner/core/exhaust_physical_plans_test.go ./planner/core/logical_plans.go ./planner/core/logical_plan_builder.go ./planner/core/encode.go ./planner/core/rule_aggregation_push_down.go ./planner/core/rule_column_pruning.go ./planner/core/enforce_mpp_test.go ./planner/core/rule_decorrelate.go ./planner/core/explain.go ./planner/core/rule_join_reorder_greedy.go ./planner/core/plan_cache_param.go ./planner/core/rule_aggregation_skew_rewrite.go ./planner/core/rule_join_reorder_test.go ./planner/core/memtable_predicate_extractor.go ./planner/core/plan_replayer_capture_test.go ./planner/core/tests/ ./planner/core/tests/main_test.go ./planner/core/tests/correlated_test.go ./planner/core/tests/BUILD.bazel ./planner/core/plan_cost_ver1_test.go ./planner/core/rule_eliminate_projection.go ./planner/core/exhaust_physical_plans.go ./planner/core/integration_partition_test.go ./planner/core/recheck_cte.go ./planner/core/expression_rewriter.go ./planner/core/partition_pruner_test.go ./planner/core/integration_test.go ./planner/core/common_plans.go ./planner/core/pb_to_plan.go ./planner/core/fragment.go ./planner/core/issuetest/ ./planner/core/issuetest/planner_issue_test.go ./planner/core/issuetest/BUILD.bazel ./planner/core/show_predicate_extractor.go ./planner/core/telemetry.go ./planner/core/planbuilder.go ./planner/core/access_object.go ./planner/core/resolve_indices.go ./planner/core/window_push_down_test.go ./planner/core/stringer.go ./planner/core/plan_cache_lru_test.go ./planner/core/rule_predicate_push_down.go ./planner/core/collect_column_stats_usage_test.go ./planner/core/plan_test.go ./planner/core/plan_cost_detail_test.go ./planner/core/initialize.go ./planner/core/rule_partition_processor.go ./planner/core/preprocess_test.go ./planner/core/indexmerge_intersection_test.go ./planner/core/partition_pruning_test.go ./planner/core/rule_result_reorder.go ./planner/core/rule_inject_extra_projection.go ./planner/core/plan_to_pb_test.go ./planner/core/logical_plan_test.go ./planner/core/errors_test.go ./planner/core/binary_plan_test.go ./planner/core/plan_cost_ver2_test.go ./planner/core/plan_cost_detail.go ./planner/core/plan_cache_utils_test.go ./planner/core/expression_rewriter_test.go ./planner/core/indexmerge_test.go ./planner/core/plan_cache_lru.go ./planner/core/find_best_task.go ./planner/core/errors.go ./planner/core/rule_join_reorder_dp_test.go ./planner/core/plan_cache_utils.go ./planner/core/plan_cacheable_checker.go ./planner/core/memtable_predicate_extractor_test.go ./planner/core/point_get_plan.go ./planner/core/hashcode.go ./planner/core/flat_plan_test.go ./planner/core/main_test.go ./planner/core/rule_build_key_info.go ./planner/core/prepare_test.go ./planner/core/util.go ./planner/core/trace.go ./planner/core/plan_cache_test.go ./planner/core/plan.go ./planner/core/plan_cost_ver1.go ./planner/core/plan_cache_param_test.go ./planner/core/physical_plan_trace_test.go ./planner/core/handle_cols.go ./planner/core/stats_test.go ./planner/core/optimizer.go ./planner/core/optimizer_test.go ./planner/core/rule_aggregation_elimination.go ./planner/core/plan_cost_ver2.go ./planner/core/plan_stats.go ./planner/core/rule_topn_push_down.go ./planner/core/rule_join_reorder_dp.go ./planner/core/rule_join_reorder.go ./planner/core/rule_generate_column_substitute.go ./planner/core/plan_cacheable_checker_test.go ./planner/core/rule_max_min_eliminate.go ./planner/core/foreign_key.go ./planner/core/stats.go ./planner/core/find_best_task_test.go ./planner/core/hints.go ./planner/core/cbo_test.go ./planner/core/mock.go ./planner/core/rule_semi_join_rewrite.go ./planner/core/testdata/ ./planner/core/testdata/integration_suite_out.json ./planner/core/testdata/enforce_mpp_suite_in.json ./planner/core/testdata/integration_suite_in.json ./planner/core/testdata/json_plan_suite_in.json ./planner/core/testdata/join_reorder_suite_in.json ./planner/core/testdata/window_push_down_suite_out.json ./planner/core/testdata/plan_suite_unexported_in.json ./planner/core/testdata/ordered_result_mode_suite_in.json ./planner/core/testdata/point_get_plan_out.json ./planner/core/testdata/json_plan_suite_out.json ./planner/core/testdata/binary_plan_suite_in.json ./planner/core/testdata/plan_suite_unexported_out.json ./planner/core/testdata/analyzeSuiteTestLowSelIndexGreedySearchT.json ./planner/core/testdata/ordered_result_mode_suite_out.json ./planner/core/testdata/partition_pruner_in.json ./planner/core/testdata/flat_plan_suite_in.json ./planner/core/testdata/point_get_plan_in.json ./planner/core/testdata/index_merge_suite_in.json ./planner/core/testdata/plan_suite_in.json ./planner/core/testdata/partition_pruner_out.json ./planner/core/testdata/expression_rewriter_suite_out.json ./planner/core/testdata/binary_plan_suite_out.json ./planner/core/testdata/expression_rewriter_suite_in.json ./planner/core/testdata/flat_plan_suite_out.json ./planner/core/testdata/integration_partition_suite_in.json ./planner/core/testdata/join_reorder_suite_out.json ./planner/core/testdata/analyze_suite_out.json ./planner/core/testdata/analyzeSuiteTestIndexEqualUnknownT.json ./planner/core/testdata/plan_suite_out.json ./planner/core/testdata/integration_partition_suite_out.json ./planner/core/testdata/stats_suite_out.json ./planner/core/testdata/index_merge_suite_out.json ./planner/core/testdata/enforce_mpp_suite_out.json ./planner/core/testdata/analyze_suite_in.json ./planner/core/testdata/stats_suite_in.json ./planner/core/testdata/plan_normalized_suite_out.json ./planner/core/testdata/integration_serial_suite_out.json ./planner/core/testdata/plan_normalized_suite_in.json ./planner/core/testdata/analyzesSuiteTestIndexReadT.json ./planner/core/testdata/analyzeSuiteTestLimitIndexEstimationT.json ./planner/core/testdata/window_push_down_suite_in.json ./planner/core/rule_inject_extra_projection_test.go ./planner/core/plan_to_pb.go ./planner/core/collect_column_stats_usage.go ./planner/core/preprocess.go ./planner/core/expression_test.go ./planner/core/rule_generate_column_substitute_test.go ./planner/core/flat_plan.go ./planner/core/rule_join_elimination.go ./planner/core/planbuilder_test.go ./planner/core/point_get_plan_test.go ./planner/core/property_cols_prune.go ./planner/core/physical_plan_test.go ./planner/core/plan_stats_test.go ./planner/core/BUILD.bazel ./planner/core/partition_prune.go ./planner/core/logical_plans_test.go ./plugin/ ./plugin/spi.go ./plugin/integration_test.go ./plugin/const.go ./plugin/README.md ./plugin/helper.go ./plugin/spi_test.go ./plugin/errors.go ./plugin/main_test.go ./plugin/const_test.go ./plugin/plugin_test.go ./plugin/plugin.go ./plugin/conn_ip_example/ ./plugin/conn_ip_example/conn_ip_example_test.go ./plugin/conn_ip_example/conn_ip_example.go ./plugin/conn_ip_example/main_test.go ./plugin/conn_ip_example/BUILD.bazel ./plugin/conn_ip_example/manifest.toml ./plugin/helper_test.go ./plugin/BUILD.bazel ./plugin/audit.go ./privilege/ ./privilege/privileges/ ./privilege/privileges/privileges.go ./privilege/privileges/cache_test.go ./privilege/privileges/tidb_auth_token.go ./privilege/privileges/errors.go ./privilege/privileges/cache.go ./privilege/privileges/tidb_auth_token_test.go ./privilege/privileges/main_test.go ./privilege/privileges/privileges_test.go ./privilege/privileges/BUILD.bazel ./privilege/privilege.go ./privilege/BUILD.bazel ./roadmap.md ./server/ ./server/http_handler.go ./server/plan_replayer_test.go ./server/buffered_read_conn.go ./server/tidb_test.go ./server/tidb_serial_test.go ./server/driver_tidb_test.go ./server/column.go ./server/packetio.go ./server/column_test.go ./server/optimize_trace.go ./server/extension.go ./server/http_handler_test.go ./server/conn.go ./server/tokenlimiter.go ./server/optimize_trace_test.go ./server/statistics_handler.go ./server/conn_stmt_test.go ./server/plan_replayer.go ./server/http_handler_serial_test.go ./server/stat_test.go ./server/tidb_library_test.go ./server/statistics_handler_test.go ./server/packetio_test.go ./server/mock_conn_test.go ./server/driver.go ./server/conn_test.go ./server/mock_conn.go ./server/main_test.go ./server/util.go ./server/util_test.go ./server/server_test.go ./server/rpc_server.go ./server/server.go ./server/stat.go ./server/conn_stmt.go ./server/http_status.go ./server/BUILD.bazel ./server/driver_tidb.go ./session/ ./session/schema_amender_test.go ./session/tidb_test.go ./session/schema_amender.go ./session/bootstrap_upgrade_test.go ./session/nontransactional.go ./session/session_test/ ./session/session_test/session_test.go ./session/session_test/main_test.go ./session/session_test/temporary_table_test.go ./session/session_test/BUILD.bazel ./session/tidb.go ./session/schema_test.go ./session/bench_test.go ./session/txnmanager.go ./session/clustered_index_test.go ./session/bootstrap_test.go ./session/session_test.go ./session/txn.go ./session/main_test.go ./session/advisory_locks.go ./session/index_usage_sync_lease_test.go ./session/txninfo/ ./session/txninfo/summary.go ./session/txninfo/txn_info.go ./session/txninfo/BUILD.bazel ./session/testdata/ ./session/testdata/clustered_index_suite_in.json ./session/testdata/clustered_index_suite_out.json ./session/bootstrap.go ./session/nontransactional_test.go ./session/session.go ./session/BUILD.bazel ./sessionctx/ ./sessionctx/sessionstates/ ./sessionctx/sessionstates/session_token.go ./sessionctx/sessionstates/session_states_test.go ./sessionctx/sessionstates/session_states.go ./sessionctx/sessionstates/session_token_test.go ./sessionctx/sessionstates/BUILD.bazel ./sessionctx/context_test.go ./sessionctx/stmtctx/ ./sessionctx/stmtctx/stmtctx_test.go ./sessionctx/stmtctx/main_test.go ./sessionctx/stmtctx/stmtctx.go ./sessionctx/stmtctx/BUILD.bazel ./sessionctx/context.go ./sessionctx/main_test.go ./sessionctx/binloginfo/ ./sessionctx/binloginfo/binloginfo.go ./sessionctx/binloginfo/main_test.go ./sessionctx/binloginfo/BUILD.bazel ./sessionctx/binloginfo/binloginfo_test.go ./sessionctx/variable/ ./sessionctx/variable/variable_test.go ./sessionctx/variable/mock_globalaccessor.go ./sessionctx/variable/noop.go ./sessionctx/variable/varsutil_test.go ./sessionctx/variable/removed.go ./sessionctx/variable/variable.go ./sessionctx/variable/removed_test.go ./sessionctx/variable/error.go ./sessionctx/variable/sequence_state.go ./sessionctx/variable/sysvar.go ./sessionctx/variable/session_test.go ./sessionctx/variable/varsutil.go ./sessionctx/variable/main_test.go ./sessionctx/variable/featuretag/ ./sessionctx/variable/featuretag/concurrencyddl/ ./sessionctx/variable/featuretag/concurrencyddl/non_default.go ./sessionctx/variable/featuretag/concurrencyddl/default.go ./sessionctx/variable/featuretag/concurrencyddl/BUILD.bazel ./sessionctx/variable/statusvar.go ./sessionctx/variable/mock_globalaccessor_test.go ./sessionctx/variable/tidb_vars.go ./sessionctx/variable/statusvar_test.go ./sessionctx/variable/session.go ./sessionctx/variable/BUILD.bazel ./sessionctx/variable/sysvar_test.go ./sessionctx/BUILD.bazel ./sessiontxn/ ./sessiontxn/staleread/ ./sessiontxn/staleread/externalts_test.go ./sessiontxn/staleread/provider.go ./sessiontxn/staleread/processor.go ./sessiontxn/staleread/provider_test.go ./sessiontxn/staleread/processor_test.go ./sessiontxn/staleread/errors.go ./sessiontxn/staleread/main_test.go ./sessiontxn/staleread/util.go ./sessiontxn/staleread/failpoint.go ./sessiontxn/staleread/BUILD.bazel ./sessiontxn/internal/ ./sessiontxn/internal/txn.go ./sessiontxn/internal/BUILD.bazel ./sessiontxn/future.go ./sessiontxn/txn_manager_test.go ./sessiontxn/interface.go ./sessiontxn/isolation/ ./sessiontxn/isolation/serializable.go ./sessiontxn/isolation/readcommitted.go ./sessiontxn/isolation/optimistic.go ./sessiontxn/isolation/base.go ./sessiontxn/isolation/optimistic_test.go ./sessiontxn/isolation/repeatable_read.go ./sessiontxn/isolation/main_test.go ./sessiontxn/isolation/readcommitted_test.go ./sessiontxn/isolation/serializable_test.go ./sessiontxn/isolation/repeatable_read_test.go ./sessiontxn/isolation/BUILD.bazel ./sessiontxn/txn_rc_tso_optimize_test.go ./sessiontxn/failpoint.go ./sessiontxn/txn_context_test.go ./sessiontxn/BUILD.bazel ./statistics/ ./statistics/trace_test.go ./statistics/cmsketch_util.go ./statistics/scalar.go ./statistics/column.go ./statistics/scalar_test.go ./statistics/selectivity.go ./statistics/fmsketch_test.go ./statistics/fmsketch.go ./statistics/builder.go ./statistics/analyze.go ./statistics/histogram_bench_test.go ./statistics/row_sampler.go ./statistics/integration_test.go ./statistics/cmsketch_bench_test.go ./statistics/histogram_test.go ./statistics/analyze_jobs.go ./statistics/cmsketch.go ./statistics/handle/ ./statistics/handle/ddl_test.go ./statistics/handle/globalstats/ ./statistics/handle/globalstats/globalstats_internal_test.go ./statistics/handle/globalstats/globalstats_test.go ./statistics/handle/globalstats/main_test.go ./statistics/handle/globalstats/BUILD.bazel ./statistics/handle/dump.go ./statistics/handle/statscache.go ./statistics/handle/update.go ./statistics/handle/ddl.go ./statistics/handle/handle_hist.go ./statistics/handle/update_list_test.go ./statistics/handle/handle.go ./statistics/handle/lru_cache_test.go ./statistics/handle/main_test.go ./statistics/handle/lru_cache.go ./statistics/handle/update_test.go ./statistics/handle/handle_hist_test.go ./statistics/handle/gc_test.go ./statistics/handle/handle_test.go ./statistics/handle/dump_test.go ./statistics/handle/bootstrap.go ./statistics/handle/BUILD.bazel ./statistics/handle/gc.go ./statistics/histogram.go ./statistics/feedback.go ./statistics/table.go ./statistics/estimate.go ./statistics/main_test.go ./statistics/sample.go ./statistics/index.go ./statistics/merge_worker.go ./statistics/cmsketch_test.go ./statistics/sample_test.go ./statistics/testdata/ ./statistics/testdata/integration_suite_out.json ./statistics/testdata/integration_suite_in.json ./statistics/testdata/trace_suite_in.json ./statistics/testdata/stats_suite_out.json ./statistics/testdata/trace_suite_out.json ./statistics/testdata/stats_suite_in.json ./statistics/feedback_test.go ./statistics/selectivity_test.go ./statistics/statistics_test.go ./statistics/BUILD.bazel ./store/ ./store/helper/ ./store/helper/helper.go ./store/helper/main_test.go ./store/helper/helper_test.go ./store/helper/BUILD.bazel ./store/driver/ ./store/driver/sql_fail_test.go ./store/driver/txn_test.go ./store/driver/options/ ./store/driver/options/options.go ./store/driver/options/BUILD.bazel ./store/driver/backoff/ ./store/driver/backoff/backoff.go ./store/driver/backoff/BUILD.bazel ./store/driver/error/ ./store/driver/error/error.go ./store/driver/error/error_test.go ./store/driver/error/BUILD.bazel ./store/driver/snap_interceptor_test.go ./store/driver/tikv_driver.go ./store/driver/main_test.go ./store/driver/config_test.go ./store/driver/txn/ ./store/driver/txn/batch_getter_test.go ./store/driver/txn/txn_driver.go ./store/driver/txn/batch_getter.go ./store/driver/txn/driver_test.go ./store/driver/txn/error.go ./store/driver/txn/snapshot.go ./store/driver/txn/unionstore_driver.go ./store/driver/txn/scanner.go ./store/driver/txn/union_iter.go ./store/driver/txn/union_iter_test.go ./store/driver/txn/main_test.go ./store/driver/txn/binlog.go ./store/driver/txn/BUILD.bazel ./store/driver/BUILD.bazel ./store/mockstore/ ./store/mockstore/redirector.go ./store/mockstore/unistore/ ./store/mockstore/unistore/metrics/ ./store/mockstore/unistore/metrics/metrics.go ./store/mockstore/unistore/metrics/BUILD.bazel ./store/mockstore/unistore/testutil.go ./store/mockstore/unistore/server/ ./store/mockstore/unistore/server/server.go ./store/mockstore/unistore/server/BUILD.bazel ./store/mockstore/unistore/cophandler/ ./store/mockstore/unistore/cophandler/topn.go ./store/mockstore/unistore/cophandler/analyze.go ./store/mockstore/unistore/cophandler/mpp_exec.go ./store/mockstore/unistore/cophandler/cop_handler.go ./store/mockstore/unistore/cophandler/cop_handler_test.go ./store/mockstore/unistore/cophandler/main_test.go ./store/mockstore/unistore/cophandler/mpp.go ./store/mockstore/unistore/cophandler/BUILD.bazel ./store/mockstore/unistore/cophandler/closure_exec.go ./store/mockstore/unistore/raw_handler.go ./store/mockstore/unistore/pd.go ./store/mockstore/unistore/client/ ./store/mockstore/unistore/client/client.go ./store/mockstore/unistore/client/BUILD.bazel ./store/mockstore/unistore/main_test.go ./store/mockstore/unistore/rpc.go ./store/mockstore/unistore/pd/ ./store/mockstore/unistore/pd/client.go ./store/mockstore/unistore/pd/BUILD.bazel ./store/mockstore/unistore/util/ ./store/mockstore/unistore/util/lockwaiter/ ./store/mockstore/unistore/util/lockwaiter/lockwaiter_test.go ./store/mockstore/unistore/util/lockwaiter/lockwaiter.go ./store/mockstore/unistore/util/lockwaiter/main_test.go ./store/mockstore/unistore/util/lockwaiter/BUILD.bazel ./store/mockstore/unistore/raw_handler_test.go ./store/mockstore/unistore/pd_test.go ./store/mockstore/unistore/lockstore/ ./store/mockstore/unistore/lockstore/lockstore.go ./store/mockstore/unistore/lockstore/load_dump.go ./store/mockstore/unistore/lockstore/iterator.go ./store/mockstore/unistore/lockstore/lockstore_test.go ./store/mockstore/unistore/lockstore/arena.go ./store/mockstore/unistore/lockstore/main_test.go ./store/mockstore/unistore/lockstore/BUILD.bazel ./store/mockstore/unistore/cluster.go ./store/mockstore/unistore/mock.go ./store/mockstore/unistore/tikv/ ./store/mockstore/unistore/tikv/region.go ./store/mockstore/unistore/tikv/deadlock.go ./store/mockstore/unistore/tikv/server_batch.go ./store/mockstore/unistore/tikv/write.go ./store/mockstore/unistore/tikv/mock_region.go ./store/mockstore/unistore/tikv/kverrors/ ./store/mockstore/unistore/tikv/kverrors/errors.go ./store/mockstore/unistore/tikv/kverrors/BUILD.bazel ./store/mockstore/unistore/tikv/detector_test.go ./store/mockstore/unistore/tikv/detector.go ./store/mockstore/unistore/tikv/mvcc.go ./store/mockstore/unistore/tikv/pberror/ ./store/mockstore/unistore/tikv/pberror/pberror.go ./store/mockstore/unistore/tikv/pberror/BUILD.bazel ./store/mockstore/unistore/tikv/inner_server.go ./store/mockstore/unistore/tikv/main_test.go ./store/mockstore/unistore/tikv/util.go ./store/mockstore/unistore/tikv/mvcc/ ./store/mockstore/unistore/tikv/mvcc/tikv.go ./store/mockstore/unistore/tikv/mvcc/mvcc.go ./store/mockstore/unistore/tikv/mvcc/BUILD.bazel ./store/mockstore/unistore/tikv/mvcc/db_writer.go ./store/mockstore/unistore/tikv/server.go ./store/mockstore/unistore/tikv/mvcc_test.go ./store/mockstore/unistore/tikv/BUILD.bazel ./store/mockstore/unistore/tikv/dbreader/ ./store/mockstore/unistore/tikv/dbreader/db_reader.go ./store/mockstore/unistore/tikv/dbreader/BUILD.bazel ./store/mockstore/unistore/config/ ./store/mockstore/unistore/config/config.go ./store/mockstore/unistore/config/config-template.toml ./store/mockstore/unistore/config/BUILD.bazel ./store/mockstore/unistore/BUILD.bazel ./store/mockstore/tikv.go ./store/mockstore/unistore.go ./store/mockstore/mockcopr/ ./store/mockstore/mockcopr/rpc_copr.go ./store/mockstore/mockcopr/topn.go ./store/mockstore/mockcopr/analyze.go ./store/mockstore/mockcopr/aggregate.go ./store/mockstore/mockcopr/cop_handler_dag.go ./store/mockstore/mockcopr/checksum.go ./store/mockstore/mockcopr/executor.go ./store/mockstore/mockcopr/cop_handler_dag_test.go ./store/mockstore/mockcopr/main_test.go ./store/mockstore/mockcopr/copr_handler.go ./store/mockstore/mockcopr/BUILD.bazel ./store/mockstore/mockcopr/executor_test.go ./store/mockstore/tikv_test.go ./store/mockstore/mockstorage/ ./store/mockstore/mockstorage/storage.go ./store/mockstore/mockstorage/BUILD.bazel ./store/mockstore/mockstore.go ./store/mockstore/main_test.go ./store/mockstore/BUILD.bazel ./store/mockstore/cluster_test.go ./store/store.go ./store/copr/ ./store/copr/key_ranges_test.go ./store/copr/coprocessor_cache_test.go ./store/copr/mpp_probe_test.go ./store/copr/coprocessor_test.go ./store/copr/coprocessor_cache.go ./store/copr/key_ranges.go ./store/copr/batch_request_sender.go ./store/copr/store.go ./store/copr/region_cache.go ./store/copr/mpp_probe.go ./store/copr/coprocessor.go ./store/copr/main_test.go ./store/copr/batch_coprocessor_test.go ./store/copr/copr_test/ ./store/copr/copr_test/coprocessor_test.go ./store/copr/copr_test/main_test.go ./store/copr/copr_test/BUILD.bazel ./store/copr/mpp.go ./store/copr/batch_coprocessor.go ./store/copr/BUILD.bazel ./store/main_test.go ./store/batch_coprocessor_test.go ./store/store_test.go ./store/pdtypes/ ./store/pdtypes/statistics.go ./store/pdtypes/region_tree.go ./store/pdtypes/config.go ./store/pdtypes/typeutil.go ./store/pdtypes/placement.go ./store/pdtypes/api.go ./store/pdtypes/BUILD.bazel ./store/gcworker/ ./store/gcworker/gc_worker_test.go ./store/gcworker/main_test.go ./store/gcworker/gc_worker.go ./store/gcworker/BUILD.bazel ./store/BUILD.bazel ./structure/ ./structure/list.go ./structure/string.go ./structure/structure.go ./structure/hash.go ./structure/main_test.go ./structure/structure_test.go ./structure/BUILD.bazel ./structure/type.go ./table/ ./table/column.go ./table/column_test.go ./table/table.go ./table/tables/ ./table/tables/mutation_checker.go ./table/tables/cache_test.go ./table/tables/mutation_checker_test.go ./table/tables/index_test.go ./table/tables/tables.go ./table/tables/state_remote_test.go ./table/tables/cache.go ./table/tables/tables_test.go ./table/tables/state_remote.go ./table/tables/main_test.go ./table/tables/index.go ./table/tables/partition.go ./table/tables/partition_test.go ./table/tables/BUILD.bazel ./table/main_test.go ./table/index.go ./table/table_test.go ./table/BUILD.bazel ./table/temptable/ ./table/temptable/ddl_test.go ./table/temptable/infoschema.go ./table/temptable/ddl.go ./table/temptable/interceptor.go ./table/temptable/intergration_test.go ./table/temptable/interceptor_test.go ./table/temptable/main_test.go ./table/temptable/BUILD.bazel ./tablecodec/ ./tablecodec/tablecodec_test.go ./tablecodec/bench_test.go ./tablecodec/rowindexcodec/ ./tablecodec/rowindexcodec/rowindexcodec_test.go ./tablecodec/rowindexcodec/main_test.go ./tablecodec/rowindexcodec/rowindexcodec.go ./tablecodec/rowindexcodec/BUILD.bazel ./tablecodec/main_test.go ./tablecodec/tablecodec.go ./tablecodec/BUILD.bazel ./telemetry/ ./telemetry/data_feature_usage.go ./telemetry/data_slow_query.go ./telemetry/telemetry.go ./telemetry/data.go ./telemetry/data_window.go ./telemetry/status.go ./telemetry/data_cluster_hardware_test.go ./telemetry/cte_test/ ./telemetry/cte_test/cte_test.go ./telemetry/cte_test/BUILD.bazel ./telemetry/main_test.go ./telemetry/util.go ./telemetry/util_test.go ./telemetry/data_cluster_hardware.go ./telemetry/data_cluster_info.go ./telemetry/data_feature_usage_test.go ./telemetry/data_telemetry_host_extra.go ./telemetry/data_window_test.go ./telemetry/id.go ./telemetry/telemetry_test.go ./telemetry/BUILD.bazel ./testkit/ ./testkit/testmain/ ./testkit/testmain/bench.go ./testkit/testmain/wrapper.go ./testkit/testmain/BUILD.bazel ./testkit/testutil/ ./testkit/testutil/require_test.go ./testkit/testutil/require.go ./testkit/testutil/handle.go ./testkit/testutil/BUILD.bazel ./testkit/dbtestkit.go ./testkit/result.go ./testkit/testkit.go ./testkit/mocksessionmanager.go ./testkit/mockstore.go ./testkit/testfork/ ./testkit/testfork/fork_test.go ./testkit/testfork/fork.go ./testkit/testfork/BUILD.bazel ./testkit/external/ ./testkit/external/util.go ./testkit/external/BUILD.bazel ./testkit/asynctestkit.go ./testkit/testsetup/ ./testkit/testsetup/bridge.go ./testkit/testsetup/BUILD.bazel ./testkit/testdata/ ./testkit/testdata/testdata.go ./testkit/testdata/BUILD.bazel ./testkit/ddlhelper/ ./testkit/ddlhelper/helper.go ./testkit/ddlhelper/BUILD.bazel ./testkit/stepped.go ./testkit/BUILD.bazel ./tests/ ./tests/readonlytest/ ./tests/readonlytest/README.md ./tests/readonlytest/main_test.go ./tests/readonlytest/readonly_test.go ./tests/readonlytest/BUILD.bazel ./tests/graceshutdown/ ./tests/graceshutdown/Makefile ./tests/graceshutdown/run-tests.sh ./tests/graceshutdown/main_test.go ./tests/graceshutdown/.gitignore ./tests/graceshutdown/graceshutdown_test.go ./tests/graceshutdown/BUILD.bazel ./tests/cncheckcert/ ./tests/cncheckcert/server-key.pem ./tests/cncheckcert/ca-key.pem ./tests/cncheckcert/server-cert.pem ./tests/cncheckcert/client-cert-2.pem ./tests/cncheckcert/client-key-2.pem ./tests/cncheckcert/ca-tidb-test-1.crt ./tests/cncheckcert/client-key-1.pem ./tests/cncheckcert/client-cert-1.pem ./tests/realtikvtest/ ./tests/realtikvtest/pessimistictest/ ./tests/realtikvtest/pessimistictest/pessimistic_test.go ./tests/realtikvtest/pessimistictest/main_test.go ./tests/realtikvtest/pessimistictest/BUILD.bazel ./tests/realtikvtest/txntest/ ./tests/realtikvtest/txntest/txn_test.go ./tests/realtikvtest/txntest/main_test.go ./tests/realtikvtest/txntest/isolation_test.go ./tests/realtikvtest/txntest/txn_state_test.go ./tests/realtikvtest/txntest/BUILD.bazel ./tests/realtikvtest/statisticstest/ ./tests/realtikvtest/statisticstest/main_test.go ./tests/realtikvtest/statisticstest/statistics_test.go ./tests/realtikvtest/statisticstest/BUILD.bazel ./tests/realtikvtest/testkit.go ./tests/realtikvtest/sessiontest/ ./tests/realtikvtest/sessiontest/paging_test.go ./tests/realtikvtest/sessiontest/retry_test.go ./tests/realtikvtest/sessiontest/session_fail_test.go ./tests/realtikvtest/sessiontest/main_test.go ./tests/realtikvtest/sessiontest/BUILD.bazel ./tests/realtikvtest/brietest/ ./tests/realtikvtest/brietest/operator_test.go ./tests/realtikvtest/brietest/pdutil_test.go ./tests/realtikvtest/brietest/flashback_test.go ./tests/realtikvtest/brietest/main_test.go ./tests/realtikvtest/brietest/binlog_test.go ./tests/realtikvtest/brietest/backup_restore_test.go ./tests/realtikvtest/brietest/BUILD.bazel ./tests/realtikvtest/addindextest/ ./tests/realtikvtest/addindextest/compatibility.go ./tests/realtikvtest/addindextest/add_index_test.go ./tests/realtikvtest/addindextest/workload.go ./tests/realtikvtest/addindextest/multi_schema_change_test.go ./tests/realtikvtest/addindextest/integration_test.go ./tests/realtikvtest/addindextest/failpoints_test.go ./tests/realtikvtest/addindextest/pitr_test.go ./tests/realtikvtest/addindextest/main_test.go ./tests/realtikvtest/addindextest/common.go ./tests/realtikvtest/addindextest/concurrent_ddl_test.go ./tests/realtikvtest/addindextest/BUILD.bazel ./tests/realtikvtest/BUILD.bazel ./tests/globalkilltest/ ./tests/globalkilltest/global_kill_test.go ./tests/globalkilltest/Makefile ./tests/globalkilltest/run-tests.sh ./tests/globalkilltest/README.md ./tests/globalkilltest/main_test.go ./tests/globalkilltest/.gitignore ./tests/globalkilltest/config.toml ./tests/globalkilltest/BUILD.bazel ./tidb-binlog/ ./tidb-binlog/driver/ ./tidb-binlog/driver/example/ ./tidb-binlog/driver/example/mysql/ ./tidb-binlog/driver/example/mysql/mysql.go ./tidb-binlog/driver/example/mysql/BUILD.bazel ./tidb-binlog/driver/example/kafkaReader/ ./tidb-binlog/driver/example/kafkaReader/pom.xml ./tidb-binlog/driver/example/kafkaReader/src/ ./tidb-binlog/driver/example/kafkaReader/src/main/ ./tidb-binlog/driver/example/kafkaReader/src/main/resources/ ./tidb-binlog/driver/example/kafkaReader/src/main/resources/proto/ ./tidb-binlog/driver/example/kafkaReader/src/main/resources/proto/binlog.proto ./tidb-binlog/driver/example/kafkaReader/src/main/resources/proto/gogo.proto ./tidb-binlog/driver/example/kafkaReader/src/main/resources/proto/descriptor.proto ./tidb-binlog/driver/example/kafkaReader/src/main/java/ ./tidb-binlog/driver/example/kafkaReader/src/main/java/Booter.java ./tidb-binlog/driver/example/kafkaReader/src/main/java/com/ ./tidb-binlog/driver/example/kafkaReader/src/main/java/com/pingcap/ ./tidb-binlog/driver/example/kafkaReader/src/main/java/com/pingcap/kafkareader/ ./tidb-binlog/driver/example/kafkaReader/src/main/java/com/pingcap/kafkareader/proto/ ./tidb-binlog/driver/example/kafkaReader/src/main/java/com/pingcap/kafkareader/proto/DescriptorProtos.java ./tidb-binlog/driver/example/kafkaReader/src/main/java/com/pingcap/kafkareader/proto/BinLogInfo.java ./tidb-binlog/driver/example/kafkaReader/src/main/java/com/pingcap/kafkareader/proto/GoGoProtos.java ./tidb-binlog/driver/example/kafkaReader/README.md ./tidb-binlog/driver/example/kafkaReader/.gitignore ./tidb-binlog/driver/example/print/ ./tidb-binlog/driver/example/print/print.go ./tidb-binlog/driver/example/print/BUILD.bazel ./tidb-binlog/driver/reader/ ./tidb-binlog/driver/reader/offset_test.go ./tidb-binlog/driver/reader/reader.go ./tidb-binlog/driver/reader/offset.go ./tidb-binlog/driver/reader/BUILD.bazel ./tidb-binlog/driver/README.md ./tidb-binlog/proto/ ./tidb-binlog/proto/generate-binlog.sh ./tidb-binlog/proto/proto/ ./tidb-binlog/proto/proto/secondary_binlog.proto ./tidb-binlog/proto/go-binlog/ ./tidb-binlog/proto/go-binlog/secondary_binlog.pb.go ./tidb-binlog/proto/go-binlog/BUILD.bazel ./tidb-binlog/node/ ./tidb-binlog/node/registry.go ./tidb-binlog/node/registry_test.go ./tidb-binlog/node/node.go ./tidb-binlog/node/BUILD.bazel ./tidb-binlog/pump_client/ ./tidb-binlog/pump_client/client_test.go ./tidb-binlog/pump_client/pump.go ./tidb-binlog/pump_client/bench_test.go ./tidb-binlog/pump_client/client.go ./tidb-binlog/pump_client/selector.go ./tidb-binlog/pump_client/BUILD.bazel ./tidb-server/ ./tidb-server/main.go ./tidb-server/main_test.go ./tidb-server/BUILD.bazel ./tools/ ./tools/check/ ./tools/check/ut.go ./tools/check/revive.toml ./tools/check/check-file-perm.sh ./tools/check/check-bazel-prepare.sh ./tools/check/check-errdoc.sh ./tools/check/check_testSuite.sh ./tools/check/check-gogenerate.sh ./tools/check/check-tidy.sh ./tools/check/xprog.go ./tools/check/BUILD.bazel ./ttl/ ./ttl/metrics/ ./ttl/metrics/metrics.go ./ttl/metrics/metrics_test.go ./ttl/metrics/BUILD.bazel ./ttl/ttlworker/ ./ttl/ttlworker/job_manager.go ./ttl/ttlworker/scan_test.go ./ttl/ttlworker/worker.go ./ttl/ttlworker/job_test.go ./ttl/ttlworker/job.go ./ttl/ttlworker/config.go ./ttl/ttlworker/job_integration_test.go ./ttl/ttlworker/job_manager_test.go ./ttl/ttlworker/job_manager_integration_test.go ./ttl/ttlworker/scan.go ./ttl/ttlworker/del_test.go ./ttl/ttlworker/session_test.go ./ttl/ttlworker/del.go ./ttl/ttlworker/session.go ./ttl/ttlworker/BUILD.bazel ./ttl/session/ ./ttl/session/session_test.go ./ttl/session/main_test.go ./ttl/session/session.go ./ttl/session/BUILD.bazel ./ttl/session/sysvar_test.go ./ttl/sqlbuilder/ ./ttl/sqlbuilder/sql_test.go ./ttl/sqlbuilder/sql.go ./ttl/sqlbuilder/main_test.go ./ttl/sqlbuilder/BUILD.bazel ./ttl/cache/ ./ttl/cache/ttlstatus_test.go ./ttl/cache/infoschema.go ./ttl/cache/ttlstatus.go ./ttl/cache/infoschema_test.go ./ttl/cache/base.go ./ttl/cache/table.go ./ttl/cache/base_test.go ./ttl/cache/split_test.go ./ttl/cache/main_test.go ./ttl/cache/table_test.go ./ttl/cache/BUILD.bazel ./types/ ./types/datum_eval.go ./types/eval_type.go ./types/fsp_test.go ./types/fsp.go ./types/json_binary_functions.go ./types/benchmark_test.go ./types/json_path_expr.go ./types/field_type_test.go ./types/field_type_builder.go ./types/field_type.go ./types/binary_literal.go ./types/format_test.go ./types/overflow.go ./types/mydecimal.go ./types/datum_test.go ./types/json_path_expr_test.go ./types/core_time.go ./types/export_test.go ./types/helper.go ./types/enum_test.go ./types/errors_test.go ./types/json_constants.go ./types/convert.go ./types/explain_format.go ./types/time.go ./types/overflow_test.go ./types/errors.go ./types/core_time_test.go ./types/compare.go ./types/parser_driver/ ./types/parser_driver/value_expr.go ./types/parser_driver/main_test.go ./types/parser_driver/value_expr_test.go ./types/parser_driver/BUILD.bazel ./types/datum.go ./types/time_test.go ./types/main_test.go ./types/json_binary.go ./types/enum.go ./types/binary_literal_test.go ./types/field_name.go ./types/const_test.go ./types/json_binary_functions_test.go ./types/mydecimal_test.go ./types/mydecimal_benchmark_test.go ./types/etc_test.go ./types/set_test.go ./types/etc.go ./types/convert_test.go ./types/helper_test.go ./types/set.go ./types/compare_test.go ./types/json_binary_test.go ./types/BUILD.bazel ./unstable.txt ./util/ ./util/tls/ ./util/tls/tls.go ./util/tls/BUILD.bazel ./util/urls.go ./util/importer/ ./util/importer/data.go ./util/importer/db.go ./util/importer/job.go ./util/importer/parser.go ./util/importer/config.go ./util/importer/rand.go ./util/importer/BUILD.bazel ./util/importer/importer.go ./util/gctuner/ ./util/gctuner/tuner.go ./util/gctuner/memory_limit_tuner.go ./util/gctuner/finalizer_test.go ./util/gctuner/finalizer.go ./util/gctuner/tuner_test.go ./util/gctuner/mem_test.go ./util/gctuner/memory_limit_tuner_test.go ./util/gctuner/mem.go ./util/gctuner/BUILD.bazel ./util/rlimit_windows.go ./util/stmtsummary/ ./util/stmtsummary/evicted_test.go ./util/stmtsummary/statement_summary_test.go ./util/stmtsummary/reader.go ./util/stmtsummary/main_test.go ./util/stmtsummary/statement_summary.go ./util/stmtsummary/evicted.go ./util/stmtsummary/BUILD.bazel ./util/hint/ ./util/hint/hint_processor.go ./util/hint/BUILD.bazel ./util/ddl-checker/ ./util/ddl-checker/executable_checker_test.go ./util/ddl-checker/executable_checker.go ./util/ddl-checker/BUILD.bazel ./util/ddl-checker/ddl_syncer.go ./util/fastrand/ ./util/fastrand/random_test.go ./util/fastrand/main_test.go ./util/fastrand/random.go ./util/fastrand/BUILD.bazel ./util/size/ ./util/size/size.go ./util/size/BUILD.bazel ./util/table-router/ ./util/table-router/router.go ./util/table-router/router_test.go ./util/table-router/BUILD.bazel ./util/testleak/ ./util/testleak/BUILD.bazel ./util/etcd.go ./util/slice/ ./util/slice/slice.go ./util/slice/slice_test.go ./util/slice/main_test.go ./util/slice/BUILD.bazel ./util/filter/ ./util/filter/filter.go ./util/filter/filter_test.go ./util/filter/schema.go ./util/filter/schema_test.go ./util/filter/README.md ./util/filter/BUILD.bazel ./util/paging/ ./util/paging/paging.go ./util/paging/paging_test.go ./util/paging/main_test.go ./util/paging/BUILD.bazel ./util/cteutil/ ./util/cteutil/storage.go ./util/cteutil/storage_test.go ./util/cteutil/main_test.go ./util/cteutil/BUILD.bazel ./util/admin/ ./util/admin/admin.go ./util/admin/admin_integration_test.go ./util/admin/main_test.go ./util/admin/BUILD.bazel ./util/engine/ ./util/engine/engine.go ./util/engine/BUILD.bazel ./util/generatedexpr/ ./util/generatedexpr/generated_expr.go ./util/generatedexpr/main_test.go ./util/generatedexpr/gen_expr_test.go ./util/generatedexpr/BUILD.bazel ./util/disk/ ./util/disk/tracker.go ./util/disk/tempDir.go ./util/disk/tempDir_test.go ./util/disk/main_test.go ./util/disk/BUILD.bazel ./util/benchdaily/ ./util/benchdaily/bench_daily.go ./util/benchdaily/bench_daily_test.go ./util/benchdaily/main_test.go ./util/benchdaily/BUILD.bazel ./util/tso.go ./util/checksum/ ./util/checksum/checksum_test.go ./util/checksum/checksum.go ./util/checksum/main_test.go ./util/checksum/BUILD.bazel ./util/dbutil/ ./util/dbutil/variable_test.go ./util/dbutil/types.go ./util/dbutil/variable.go ./util/dbutil/retry_test.go ./util/dbutil/query.go ./util/dbutil/README.md ./util/dbutil/interface.go ./util/dbutil/index_test.go ./util/dbutil/table.go ./util/dbutil/retry.go ./util/dbutil/common.go ./util/dbutil/index.go ./util/dbutil/common_test.go ./util/dbutil/table_test.go ./util/dbutil/BUILD.bazel ./util/breakpoint/ ./util/breakpoint/breakpoint.go ./util/breakpoint/BUILD.bazel ./util/rowcodec/ ./util/rowcodec/encoder.go ./util/rowcodec/rowcodec_test.go ./util/rowcodec/bench_test.go ./util/rowcodec/decoder.go ./util/rowcodec/main_test.go ./util/rowcodec/common.go ./util/rowcodec/row.go ./util/rowcodec/BUILD.bazel ./util/selection/ ./util/selection/selection_test.go ./util/selection/selection.go ./util/selection/main_test.go ./util/selection/BUILD.bazel ./util/gcutil/ ./util/gcutil/gcutil.go ./util/gcutil/BUILD.bazel ./util/memoryusagealarm/ ./util/memoryusagealarm/memoryusagealarm.go ./util/memoryusagealarm/memoryusagealarm_test.go ./util/memoryusagealarm/BUILD.bazel ./util/table-rule-selector/ ./util/table-rule-selector/trie_selector.go ./util/table-rule-selector/selector_test.go ./util/table-rule-selector/BUILD.bazel ./util/wait_group_wrapper_test.go ./util/systimemon/ ./util/systimemon/systime_mon.go ./util/systimemon/main_test.go ./util/systimemon/systime_mon_test.go ./util/systimemon/BUILD.bazel ./util/sqlexec/ ./util/sqlexec/utils.go ./util/sqlexec/simple_record_set.go ./util/sqlexec/utils_test.go ./util/sqlexec/restricted_sql_executor.go ./util/sqlexec/main_test.go ./util/sqlexec/BUILD.bazel ./util/keydecoder/ ./util/keydecoder/keydecoder_test.go ./util/keydecoder/main_test.go ./util/keydecoder/keydecoder.go ./util/keydecoder/BUILD.bazel ./util/logutil/ ./util/logutil/hex_test.go ./util/logutil/consistency/ ./util/logutil/consistency/reporter.go ./util/logutil/consistency/BUILD.bazel ./util/logutil/slow_query_logger.go ./util/logutil/log_test.go ./util/logutil/log.go ./util/logutil/main_test.go ./util/logutil/hex.go ./util/logutil/BUILD.bazel ./util/processinfo.go ./util/urls_test.go ./util/cpu_windows.go ./util/servermemorylimit/ ./util/servermemorylimit/servermemorylimit.go ./util/servermemorylimit/servermemorylimit_test.go ./util/servermemorylimit/BUILD.bazel ./util/watcher/ ./util/watcher/watcher_test.go ./util/watcher/event.go ./util/watcher/watcher.go ./util/watcher/BUILD.bazel ./util/parser/ ./util/parser/parser_test.go ./util/parser/ast_test.go ./util/parser/parser.go ./util/parser/ast.go ./util/parser/main_test.go ./util/parser/BUILD.bazel ./util/misc_test.go ./util/deadlockhistory/ ./util/deadlockhistory/deadlock_history_test.go ./util/deadlockhistory/deadlock_history.go ./util/deadlockhistory/main_test.go ./util/deadlockhistory/BUILD.bazel ./util/resourcegrouptag/ ./util/resourcegrouptag/resource_group_tag.go ./util/resourcegrouptag/resource_group_tag_test.go ./util/resourcegrouptag/main_test.go ./util/resourcegrouptag/BUILD.bazel ./util/expensivequery/ ./util/expensivequery/expensivequery.go ./util/expensivequery/expensivequerey_test.go ./util/expensivequery/BUILD.bazel ./util/arena/ ./util/arena/arena_test.go ./util/arena/arena.go ./util/arena/main_test.go ./util/arena/BUILD.bazel ./util/localpool/ ./util/localpool/localpool_norace.go ./util/localpool/localpool_test.go ./util/localpool/localpool.go ./util/localpool/main_test.go ./util/localpool/localpool_race.go ./util/localpool/BUILD.bazel ./util/errors_test.go ./util/pdapi/ ./util/pdapi/const.go ./util/pdapi/BUILD.bazel ./util/processinfo_test.go ./util/sem/ ./util/sem/main_test.go ./util/sem/sem_test.go ./util/sem/sem.go ./util/sem/BUILD.bazel ./util/generic/ ./util/generic/sync_map.go ./util/generic/sync_map_test.go ./util/generic/BUILD.bazel ./util/kvcache/ ./util/kvcache/simple_lru.go ./util/kvcache/main_test.go ./util/kvcache/simple_lru_test.go ./util/kvcache/BUILD.bazel ./util/channel/ ./util/channel/channel.go ./util/channel/BUILD.bazel ./util/texttree/ ./util/texttree/texttree_test.go ./util/texttree/texttree.go ./util/texttree/main_test.go ./util/texttree/BUILD.bazel ./util/prefix_helper_test.go ./util/etcd/ ./util/etcd/etcd.go ./util/etcd/etcd_test.go ./util/etcd/BUILD.bazel ./util/plancodec/ ./util/plancodec/codec.go ./util/plancodec/codec_test.go ./util/plancodec/binary_plan_decode.go ./util/plancodec/main_test.go ./util/plancodec/id.go ./util/plancodec/id_test.go ./util/plancodec/BUILD.bazel ./util/vitess/ ./util/vitess/vitess_hash_test.go ./util/vitess/vitess_hash.go ./util/vitess/main_test.go ./util/vitess/BUILD.bazel ./util/israce/ ./util/israce/israce.go ./util/israce/norace.go ./util/israce/BUILD.bazel ./util/mathutil/ ./util/mathutil/math_test.go ./util/mathutil/rand_test.go ./util/mathutil/math.go ./util/mathutil/rand.go ./util/mathutil/main_test.go ./util/mathutil/BUILD.bazel ./util/memory/ ./util/memory/tracker.go ./util/memory/meminfo.go ./util/memory/memstats.go ./util/memory/action.go ./util/memory/bench_test.go ./util/memory/main_test.go ./util/memory/tracker_test.go ./util/memory/BUILD.bazel ./util/printer.go ./util/gogc.go ./util/errors.go ./util/printer/ ./util/printer/printer_test.go ./util/printer/printer.go ./util/printer/main_test.go ./util/printer/BUILD.bazel ./util/domainutil/ ./util/domainutil/repair_vars.go ./util/domainutil/BUILD.bazel ./util/sys/ ./util/sys/storage/ ./util/sys/storage/sys_windows.go ./util/sys/storage/sys_other.go ./util/sys/storage/sys_posix.go ./util/sys/storage/sys_test.go ./util/sys/storage/main_test.go ./util/sys/storage/BUILD.bazel ./util/sys/linux/ ./util/sys/linux/sys_windows.go ./util/sys/linux/sys_other.go ./util/sys/linux/sys_test.go ./util/sys/linux/main_test.go ./util/sys/linux/sys_linux.go ./util/sys/linux/BUILD.bazel ./util/codec/ ./util/codec/codec.go ./util/codec/collation_test.go ./util/codec/codec_test.go ./util/codec/bytes.go ./util/codec/float.go ./util/codec/bench_test.go ./util/codec/decimal.go ./util/codec/bytes_test.go ./util/codec/main_test.go ./util/codec/decimal_test.go ./util/codec/BUILD.bazel ./util/codec/number.go ./util/main_test.go ./util/regexpr-router/ ./util/regexpr-router/regexpr_router.go ./util/regexpr-router/regexpr_router_test.go ./util/regexpr-router/BUILD.bazel ./util/cpuprofile/ ./util/cpuprofile/testutil/ ./util/cpuprofile/testutil/util.go ./util/cpuprofile/testutil/BUILD.bazel ./util/cpuprofile/cpuprofile_test.go ./util/cpuprofile/cpuprofile.go ./util/cpuprofile/pprof_api.go ./util/cpuprofile/BUILD.bazel ./util/util.go ./util/misc.go ./util/table-filter/ ./util/table-filter/matchers.go ./util/table-filter/column_filter_test.go ./util/table-filter/README.md ./util/table-filter/compat_test.go ./util/table-filter/parser.go ./util/table-filter/helper.go ./util/table-filter/compat.go ./util/table-filter/table_filter_test.go ./util/table-filter/table_filter.go ./util/table-filter/BUILD.bazel ./util/table-filter/column_filter.go ./util/util_test.go ./util/signal/ ./util/signal/signal_wasm.go ./util/signal/signal_posix.go ./util/signal/signal_windows.go ./util/signal/BUILD.bazel ./util/rowDecoder/ ./util/rowDecoder/decoder.go ./util/rowDecoder/main_test.go ./util/rowDecoder/decoder_test.go ./util/rowDecoder/BUILD.bazel ./util/execdetails/ ./util/execdetails/execdetails.go ./util/execdetails/execdetails_test.go ./util/execdetails/main_test.go ./util/execdetails/BUILD.bazel ./util/prefix_helper.go ./util/topsql/ ./util/topsql/topsql_test.go ./util/topsql/collector/ ./util/topsql/collector/main_test.go ./util/topsql/collector/cpu.go ./util/topsql/collector/mock/ ./util/topsql/collector/mock/mock.go ./util/topsql/collector/mock/BUILD.bazel ./util/topsql/collector/BUILD.bazel ./util/topsql/topsql.go ./util/topsql/main_test.go ./util/topsql/stmtstats/ ./util/topsql/stmtstats/kv_exec_count.go ./util/topsql/stmtstats/aggregator.go ./util/topsql/stmtstats/stmtstats.go ./util/topsql/stmtstats/main_test.go ./util/topsql/stmtstats/stmtstats_test.go ./util/topsql/stmtstats/kv_exec_count_test.go ./util/topsql/stmtstats/BUILD.bazel ./util/topsql/stmtstats/aggregator_test.go ./util/topsql/BUILD.bazel ./util/topsql/reporter/ ./util/topsql/reporter/metrics.go ./util/topsql/reporter/pubsub_test.go ./util/topsql/reporter/datamodel_test.go ./util/topsql/reporter/reporter.go ./util/topsql/reporter/single_target_test.go ./util/topsql/reporter/datamodel.go ./util/topsql/reporter/datasink.go ./util/topsql/reporter/datasink_test.go ./util/topsql/reporter/pubsub.go ./util/topsql/reporter/main_test.go ./util/topsql/reporter/single_target.go ./util/topsql/reporter/mock/ ./util/topsql/reporter/mock/pubsub.go ./util/topsql/reporter/mock/server.go ./util/topsql/reporter/mock/BUILD.bazel ./util/topsql/reporter/reporter_test.go ./util/topsql/reporter/BUILD.bazel ./util/topsql/state/ ./util/topsql/state/state.go ./util/topsql/state/BUILD.bazel ./util/tikvutil/ ./util/tikvutil/tikvutil.go ./util/tikvutil/BUILD.bazel ./util/trxevents/ ./util/trxevents/trx_events.go ./util/trxevents/BUILD.bazel ./util/column-mapping/ ./util/column-mapping/column.go ./util/column-mapping/column_test.go ./util/column-mapping/README.md ./util/column-mapping/BUILD.bazel ./util/mvmap/ ./util/mvmap/mvmap_test.go ./util/mvmap/mvmap.go ./util/mvmap/bench_test.go ./util/mvmap/fnv.go ./util/mvmap/main_test.go ./util/mvmap/BUILD.bazel ./util/bitmap/ ./util/bitmap/concurrent.go ./util/bitmap/concurrent_test.go ./util/bitmap/main_test.go ./util/bitmap/BUILD.bazel ./util/set/ ./util/set/float64_set_test.go ./util/set/float64_set.go ./util/set/int_set_test.go ./util/set/string_set_test.go ./util/set/main_test.go ./util/set/set_with_memory_usage.go ./util/set/mem_aware_map.go ./util/set/string_set.go ./util/set/mem_aware_map_test.go ./util/set/int_set.go ./util/set/set_with_memory_usage_test.go ./util/set/BUILD.bazel ./util/security.go ./util/collate/ ./util/collate/collate_test.go ./util/collate/pinyin_tidb_as_cs.go ./util/collate/gbk_chinese_ci.go ./util/collate/gbk_bin.go ./util/collate/unicode_ci.go ./util/collate/unicode_ci_data.go ./util/collate/general_ci.go ./util/collate/charset.go ./util/collate/main_test.go ./util/collate/gbk_chinese_ci_data.go ./util/collate/collate_bench_test.go ./util/collate/bin.go ./util/collate/collate.go ./util/collate/BUILD.bazel ./util/hack/ ./util/hack/hack_test.go ./util/hack/hack.go ./util/hack/main_test.go ./util/hack/BUILD.bazel ./util/stringutil/ ./util/stringutil/string_util_test.go ./util/stringutil/main_test.go ./util/stringutil/string_util.go ./util/stringutil/BUILD.bazel ./util/sli/ ./util/sli/sli.go ./util/sli/BUILD.bazel ./util/mock/ ./util/mock/iter_test.go ./util/mock/mock_test.go ./util/mock/store.go ./util/mock/context.go ./util/mock/main_test.go ./util/mock/client.go ./util/mock/BUILD.bazel ./util/mock/iter.go ./util/dbterror/ ./util/dbterror/terror_test.go ./util/dbterror/ddl_terror.go ./util/dbterror/main_test.go ./util/dbterror/terror.go ./util/dbterror/BUILD.bazel ./util/schemacmp/ ./util/schemacmp/type_test.go ./util/schemacmp/table.go ./util/schemacmp/lattice.go ./util/schemacmp/util.go ./util/schemacmp/lattice_test.go ./util/schemacmp/table_test.go ./util/schemacmp/BUILD.bazel ./util/schemacmp/type.go ./util/password-validation/ ./util/password-validation/password_validation.go ./util/password-validation/password_validation_test.go ./util/password-validation/BUILD.bazel ./util/disjointset/ ./util/disjointset/int_set_test.go ./util/disjointset/main_test.go ./util/disjointset/int_set.go ./util/disjointset/BUILD.bazel ./util/cgroup/ ./util/cgroup/cgroup_mock_test.go ./util/cgroup/cgroup_cpu_unsupport.go ./util/cgroup/cgroup.go ./util/cgroup/cgroup_memory.go ./util/cgroup/cgroup_cpu_linux.go ./util/cgroup/BUILD.bazel ./util/cgroup/cgroup_cpu.go ./util/promutil/ ./util/promutil/factory.go ./util/promutil/registry.go ./util/promutil/registry_test.go ./util/promutil/BUILD.bazel ./util/security_test.go ./util/tracing/ ./util/tracing/noop_bench_test.go ./util/tracing/main_test.go ./util/tracing/util.go ./util/tracing/util_test.go ./util/tracing/opt_trace.go ./util/tracing/opt_trace_test.go ./util/tracing/BUILD.bazel ./util/profile/ ./util/profile/profile_test.go ./util/profile/flamegraph_test.go ./util/profile/flamegraph.go ./util/profile/main_test.go ./util/profile/profile.go ./util/profile/testdata/ ./util/profile/testdata/test.pprof ./util/profile/BUILD.bazel ./util/BUILD.bazel ./util/format/ ./util/format/format.go ./util/format/format_test.go ./util/format/main_test.go ./util/format/BUILD.bazel ./util/encrypt/ ./util/encrypt/aes.go ./util/encrypt/aes_layer.go ./util/encrypt/crypt.go ./util/encrypt/crypt_test.go ./util/encrypt/main_test.go ./util/encrypt/BUILD.bazel ./util/encrypt/aes_test.go ./util/encrypt/aes_layer_test.go ./util/timeutil/ ./util/timeutil/time.go ./util/timeutil/time_test.go ./util/timeutil/main_test.go ./util/timeutil/BUILD.bazel ./util/tableutil/ ./util/tableutil/tableutil.go ./util/tableutil/BUILD.bazel ./util/ranger/ ./util/ranger/types.go ./util/ranger/types_test.go ./util/ranger/ranger.go ./util/ranger/points.go ./util/ranger/detacher.go ./util/ranger/bench_test.go ./util/ranger/main_test.go ./util/ranger/ranger_test.go ./util/ranger/testdata/ ./util/ranger/testdata/ranger_suite_out.json ./util/ranger/testdata/ranger_suite_in.json ./util/ranger/BUILD.bazel ./util/ranger/checker.go ./util/rlimit_other.go ./util/versioninfo/ ./util/versioninfo/versioninfo.go ./util/versioninfo/BUILD.bazel ./util/cpu_posix.go ./util/wait_group_wrapper.go ./util/chunk/ ./util/chunk/chunk_test.go ./util/chunk/chunk_util.go ./util/chunk/codec.go ./util/chunk/mutrow_test.go ./util/chunk/chunk.go ./util/chunk/iterator_test.go ./util/chunk/row_container_reader.go ./util/chunk/column.go ./util/chunk/pool.go ./util/chunk/column_test.go ./util/chunk/list.go ./util/chunk/codec_test.go ./util/chunk/disk_test.go ./util/chunk/alloc_test.go ./util/chunk/row_container.go ./util/chunk/list_test.go ./util/chunk/iterator.go ./util/chunk/chunk_util_test.go ./util/chunk/compare.go ./util/chunk/main_test.go ./util/chunk/row_container_test.go ./util/chunk/row.go ./util/chunk/alloc.go ./util/chunk/mutrow.go ./util/chunk/BUILD.bazel ./util/chunk/pool_test.go ./util/chunk/disk.go + echo pr/329197d82e8a57bac0a7b1cfa3380e61c8379590 + echo done [Pipeline] sh + filepath=builds/pingcap/tidb/pr/329197d82e8a57bac0a7b1cfa3380e61c8379590/centos7/tidb-server.tar.gz + donepath=builds/pingcap/tidb/pr/329197d82e8a57bac0a7b1cfa3380e61c8379590/centos7/done + refspath=refs/pingcap/tidb/pr/53005/sha1 + curl -F builds/pingcap/tidb/pr/329197d82e8a57bac0a7b1cfa3380e61c8379590/centos7/tidb-server.tar.gz=@tidb-server.tar.gz http://fileserver.pingcap.net/upload % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 113M 0 0 100 113M 0 112M 0:00:01 0:00:01 --:--:-- 112M 100 113M 0 0 100 113M 0 56.2M 0:00:02 0:00:02 --:--:-- 56.3M 100 113M 0 0 100 113M 0 37.5M 0:00:03 0:00:03 --:--:-- 37.5M 100 113M 0 0 100 113M 0 28.1M 0:00:04 0:00:04 --:--:-- 28.1M 100 113M 100 155 100 113M 37 27.5M 0:00:04 0:00:04 --:--:-- 27.5M {"msg":"success","url":"http://fileserver.pingcap.net/download/builds/pingcap/tidb/pr/329197d82e8a57bac0a7b1cfa3380e61c8379590/centos7/tidb-server.tar.gz"}+ curl -F builds/pingcap/tidb/pr/329197d82e8a57bac0a7b1cfa3380e61c8379590/centos7/done=@done http://fileserver.pingcap.net/upload % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 414 100 141 100 273 5666 10970 --:--:-- --:--:-- --:--:-- 11375 {"msg":"success","url":"http://fileserver.pingcap.net/download/builds/pingcap/tidb/pr/329197d82e8a57bac0a7b1cfa3380e61c8379590/centos7/done"}+ curl -F refs/pingcap/tidb/pr/53005/sha1=@sha1 http://fileserver.pingcap.net/upload % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 363 100 96 100 267 2447 6807 --:--:-- --:--:-- --:--:-- 6846 {"msg":"success","url":"http://fileserver.pingcap.net/download/refs/pingcap/tidb/pr/53005/sha1"} [Pipeline] sh + filepath=builds/pingcap/tidb-check/pr/329197d82e8a57bac0a7b1cfa3380e61c8379590/centos7/tidb-server.tar.gz + donepath=builds/pingcap/tidb-check/pr/329197d82e8a57bac0a7b1cfa3380e61c8379590/centos7/done + curl -F builds/pingcap/tidb-check/pr/329197d82e8a57bac0a7b1cfa3380e61c8379590/centos7/tidb-server.tar.gz=@tidb-server.tar.gz http://fileserver.pingcap.net/upload % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 113M 0 0 100 113M 0 112M 0:00:01 0:00:01 --:--:-- 112M 100 113M 0 0 100 113M 0 56.3M 0:00:02 0:00:02 --:--:-- 56.3M 100 113M 0 0 100 113M 0 37.5M 0:00:03 0:00:03 --:--:-- 37.5M 100 113M 100 161 100 113M 42 30.0M 0:00:03 0:00:03 --:--:-- 30.0M {"msg":"success","url":"http://fileserver.pingcap.net/download/builds/pingcap/tidb-check/pr/329197d82e8a57bac0a7b1cfa3380e61c8379590/centos7/tidb-server.tar.gz"}+ curl -F builds/pingcap/tidb-check/pr/329197d82e8a57bac0a7b1cfa3380e61c8379590/centos7/done=@done http://fileserver.pingcap.net/upload % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 426 100 147 100 279 7217 13697 --:--:-- --:--:-- --:--:-- 13950 {"msg":"success","url":"http://fileserver.pingcap.net/download/builds/pingcap/tidb-check/pr/329197d82e8a57bac0a7b1cfa3380e61c8379590/centos7/done"} [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test plugin) [Pipeline] sh + make server -C tidb make: Entering directory `/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb' CGO_ENABLED=1 GO111MODULE=on go build -tags codes -ldflags '-X "github.com/pingcap/tidb/parser/mysql.TiDBReleaseVersion=0331217" -X "github.com/pingcap/tidb/util/versioninfo.TiDBBuildTS=2024-05-06 08:31:26" -X "github.com/pingcap/tidb/util/versioninfo.TiDBGitHash=03312178c534dce949face80c69812d989e55009" -X "github.com/pingcap/tidb/util/versioninfo.TiDBGitBranch=HEAD" -X "github.com/pingcap/tidb/util/versioninfo.TiDBEdition=Community" ' -o bin/tidb-server ./tidb-server go: downloading go.uber.org/automaxprocs v1.5.3 make: Leaving directory `/home/jenkins/agent/workspace/pingcap/tidb/release-6.5/ghpr_build/tidb' [Pipeline] sh + rm -rf /tmp/tidb + rm -rf plugin-so + mkdir -p plugin-so + cp enterprise-plugin/audit/audit-1.so ./plugin-so/ + cp enterprise-plugin/whitelist/whitelist-1.so ./plugin-so/ + sleep 30 + ./tidb/bin/tidb-server -plugin-dir=./plugin-so -plugin-load=audit-1,whitelist-1 + ps aux + grep tidb-server jenkins 80966 4.9 0.0 2947932 377460 ? Sl 16:32 0:01 ./tidb/bin/tidb-server -plugin-dir=./plugin-so -plugin-load=audit-1,whitelist-1 jenkins 81019 0.0 0.0 9108 920 ? S 16:33 0:00 grep tidb-server + cat /tmp/loading-plugin.log [2024/05/06 16:32:48.309 +08:00] [INFO] [meminfo.go:178] ["use cgroup memory hook because TiDB is in the container"] [2024/05/06 16:32:48.309 +08:00] [INFO] [cpuprofile.go:113] ["parallel cpu profiler started"] [2024/05/06 16:32:48.310 +08:00] [INFO] [printer.go:34] ["Welcome to TiDB."] ["Release Version"=0331217] [Edition=Community] ["Git Commit Hash"=03312178c534dce949face80c69812d989e55009] ["Git Branch"=HEAD] ["UTC Build Time"="2024-05-06 08:31:26"] [GoVersion=go1.19.5] ["Race Enabled"=false] ["Check Table Before Drop"=false] ["TiKV Min Version"=6.2.0-alpha] [2024/05/06 16:32:48.310 +08:00] [INFO] [printer.go:48] ["loaded config"] [config="{\"host\":\"0.0.0.0\",\"advertise-address\":\"10.233.97.253\",\"port\":4000,\"cors\":\"\",\"store\":\"unistore\",\"path\":\"/tmp/tidb\",\"socket\":\"/tmp/tidb-4000.sock\",\"lease\":\"45s\",\"split-table\":true,\"token-limit\":1000,\"temp-dir\":\"/tmp/tidb\",\"tmp-storage-path\":\"/tmp/1000_tidb/MC4wLjAuMDo0MDAwLzAuMC4wLjA6MTAwODA=/tmp-storage\",\"tmp-storage-quota\":-1,\"server-version\":\"\",\"version-comment\":\"\",\"tidb-edition\":\"\",\"tidb-release-version\":\"\",\"log\":{\"level\":\"info\",\"format\":\"text\",\"disable-timestamp\":null,\"enable-timestamp\":null,\"disable-error-stack\":null,\"enable-error-stack\":null,\"file\":{\"filename\":\"\",\"max-size\":300,\"max-days\":0,\"max-backups\":0},\"slow-query-file\":\"tidb-slow.log\",\"expensive-threshold\":10000,\"query-log-max-len\":4096,\"enable-slow-log\":true,\"slow-threshold\":300,\"record-plan-in-slow-log\":1},\"instance\":{\"tidb_general_log\":false,\"tidb_pprof_sql_cpu\":false,\"ddl_slow_threshold\":300,\"tidb_expensive_query_time_threshold\":60,\"tidb_enable_slow_log\":true,\"tidb_slow_log_threshold\":300,\"tidb_record_plan_in_slow_log\":1,\"tidb_check_mb4_value_in_utf8\":true,\"tidb_force_priority\":\"NO_PRIORITY\",\"tidb_memory_usage_alarm_ratio\":0.8,\"tidb_enable_collect_execution_info\":true,\"plugin_dir\":\"./plugin-so\",\"plugin_load\":\"audit-1,whitelist-1\",\"max_connections\":0,\"tidb_enable_ddl\":true,\"tidb_rc_read_check_ts\":false},\"security\":{\"skip-grant-table\":false,\"ssl-ca\":\"\",\"ssl-cert\":\"\",\"ssl-key\":\"\",\"cluster-ssl-ca\":\"\",\"cluster-ssl-cert\":\"\",\"cluster-ssl-key\":\"\",\"cluster-verify-cn\":null,\"session-token-signing-cert\":\"\",\"session-token-signing-key\":\"\",\"spilled-file-encryption-method\":\"plaintext\",\"enable-sem\":false,\"auto-tls\":false,\"tls-version\":\"\",\"rsa-key-size\":4096,\"secure-bootstrap\":false,\"auth-token-jwks\":\"\",\"auth-token-refresh-interval\":\"1h0m0s\",\"disconnect-on-expired-password\":true},\"status\":{\"status-host\":\"0.0.0.0\",\"metrics-addr\":\"\",\"status-port\":10080,\"metrics-interval\":15,\"report-status\":true,\"record-db-qps\":false,\"grpc-keepalive-time\":10,\"grpc-keepalive-timeout\":3,\"grpc-concurrent-streams\":1024,\"grpc-initial-window-size\":2097152,\"grpc-max-send-msg-size\":2147483647},\"performance\":{\"max-procs\":0,\"max-memory\":0,\"server-memory-quota\":0,\"stats-lease\":\"3s\",\"stmt-count-limit\":5000,\"pseudo-estimate-ratio\":0.8,\"bind-info-lease\":\"3s\",\"txn-entry-size-limit\":6291456,\"txn-total-size-limit\":104857600,\"tcp-keep-alive\":true,\"tcp-no-delay\":true,\"cross-join\":true,\"distinct-agg-push-down\":false,\"projection-push-down\":false,\"max-txn-ttl\":3600000,\"index-usage-sync-lease\":\"0s\",\"plan-replayer-gc-lease\":\"10m\",\"gogc\":100,\"enforce-mpp\":false,\"stats-load-concurrency\":5,\"stats-load-queue-size\":1000,\"analyze-partition-concurrency-quota\":16,\"enable-stats-cache-mem-quota\":false,\"committer-concurrency\":128,\"run-auto-analyze\":true,\"force-priority\":\"NO_PRIORITY\",\"memory-usage-alarm-ratio\":0.8,\"enable-load-fmsketch\":false,\"force-init-stats\":false},\"prepared-plan-cache\":{\"enabled\":true,\"capacity\":100,\"memory-guard-ratio\":0.1},\"opentracing\":{\"enable\":false,\"rpc-metrics\":false,\"sampler\":{\"type\":\"const\",\"param\":1,\"sampling-server-url\":\"\",\"max-operations\":0,\"sampling-refresh-interval\":0},\"reporter\":{\"queue-size\":0,\"buffer-flush-interval\":0,\"log-spans\":false,\"local-agent-host-port\":\"\"}},\"proxy-protocol\":{\"networks\":\"\",\"header-timeout\":5,\"fallbackable\":false},\"pd-client\":{\"pd-server-timeout\":3},\"tikv-client\":{\"grpc-connection-count\":4,\"grpc-keepalive-time\":10,\"grpc-keepalive-timeout\":3,\"grpc-compression-type\":\"none\",\"grpc-initial-window-size\":134217728,\"grpc-initial-conn-window-size\":134217728,\"commit-timeout\":\"41s\",\"async-commit\":{\"keys-limit\":256,\"total-key-size-limit\":4096,\"safe-window\":2000000000,\"allowed-clock-drift\":500000000},\"max-batch-size\":128,\"overload-threshold\":200,\"max-batch-wait-time\":0,\"batch-wait-size\":8,\"enable-chunk-rpc\":true,\"region-cache-ttl\":600,\"store-limit\":0,\"store-liveness-timeout\":\"1s\",\"copr-cache\":{\"capacity-mb\":1000},\"ttl-refreshed-txn-size\":33554432,\"resolve-lock-lite-threshold\":16},\"binlog\":{\"enable\":false,\"ignore-error\":false,\"write-timeout\":\"15s\",\"binlog-socket\":\"\",\"strategy\":\"range\"},\"compatible-kill-query\":false,\"pessimistic-txn\":{\"max-retry-count\":256,\"deadlock-history-capacity\":10,\"deadlock-history-collect-retryable\":false,\"pessimistic-auto-commit\":false,\"constraint-check-in-place-pessimistic\":true},\"max-index-length\":3072,\"index-limit\":64,\"table-column-count-limit\":1017,\"graceful-wait-before-shutdown\":0,\"alter-primary-key\":false,\"treat-old-version-utf8-as-utf8mb4\":true,\"enable-table-lock\":false,\"delay-clean-table-lock\":0,\"split-region-max-num\":1000,\"top-sql\":{\"receiver-address\":\"\"},\"repair-mode\":false,\"repair-table-list\":[],\"isolation-read\":{\"engines\":[\"tikv\",\"tiflash\",\"tidb\"]},\"new_collations_enabled_on_first_bootstrap\":true,\"experimental\":{\"allow-expression-index\":false},\"skip-register-to-dashboard\":false,\"enable-telemetry\":false,\"labels\":{},\"enable-global-index\":false,\"deprecate-integer-display-length\":false,\"enable-enum-length-limit\":true,\"stores-refresh-interval\":60,\"enable-tcp4-only\":false,\"enable-forwarding\":false,\"max-ballast-object-size\":0,\"ballast-object-size\":0,\"transaction-summary\":{\"transaction-summary-capacity\":500,\"transaction-id-digest-min-duration\":2147483647},\"enable-global-kill\":true,\"initialize-sql-file\":\"\",\"enable-batch-dml\":false,\"mem-quota-query\":1073741824,\"oom-action\":\"cancel\",\"oom-use-tmp-storage\":true,\"check-mb4-value-in-utf8\":true,\"enable-collect-execution-info\":true,\"plugin\":{\"dir\":\"/data/deploy/plugin\",\"load\":\"\"},\"max-server-connections\":0,\"run-ddl\":true,\"tidb-max-reuse-chunk\":64,\"tidb-max-reuse-column\":256}"] [2024/05/06 16:32:48.310 +08:00] [INFO] [main.go:361] ["disable Prometheus push client"] [2024/05/06 16:32:48.310 +08:00] [INFO] [store.go:75] ["new store"] [path=unistore:///tmp/tidb] [2024/05/06 16:32:48.311 +08:00] [INFO] [systime_mon.go:26] ["start system time monitor"] [2024/05/06 16:32:48.318 +08:00] [INFO] [store.go:81] ["new store with retry success"] [2024/05/06 16:32:48.479 +08:00] [INFO] [region_cache.go:2484] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 16:32:48.479 +08: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"=748000fffffffffffe] [2024/05/06 16:32:48.480 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000fffffffffffe] ["first new region left"="{Id:2 StartKey: EndKey:748000fffffffffffffe00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:48.480 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 16:32:48.480 +08: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"=748000fffffffffffd] [2024/05/06 16:32:48.480 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 2, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:48.482 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000fffffffffffd] ["first new region left"="{Id:2 StartKey: EndKey:748000fffffffffffffd00000000000000f8 RegionEpoch:{ConfVer:1 Version:3} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:48.482 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 16:32:48.482 +08: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"=748000fffffffffffc] [2024/05/06 16:32:48.482 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 2, ver: 2, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:48.485 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000fffffffffffc] ["first new region left"="{Id:2 StartKey: EndKey:748000fffffffffffffc00000000000000f8 RegionEpoch:{ConfVer:1 Version:4} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:48.485 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 16:32:48.485 +08:00] [INFO] [ddl_api.go:1045] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 16:32:48.485 +08:00] [INFO] [ddl_api.go:1045] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 16:32:48.485 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=449572862290558976] [req-type=Get] [region="{ region id: 2, ver: 3, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:48.486 +08:00] [INFO] [ddl_api.go:1045] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 16:32:48.486 +08:00] [INFO] [ddl_api.go:1045] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 16:32:48.486 +08: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"=748000fffffffffffb] [2024/05/06 16:32:48.486 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000fffffffffffb] ["first new region left"="{Id:2 StartKey: EndKey:748000fffffffffffffb00000000000000f8 RegionEpoch:{ConfVer:1 Version:5} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:48.486 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 16:32:48.486 +08:00] [INFO] [ddl_api.go:1045] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 16:32:48.487 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=449572862292393985] [req-type=Get] [region="{ region id: 2, ver: 4, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:48.487 +08:00] [INFO] [tidb.go:77] ["new domain"] [store=837a4456-737c-44dc-803e-c0845a1b6524] ["ddl lease"=45s] ["stats lease"=3s] ["index usage sync lease"=0s] [2024/05/06 16:32:48.489 +08:00] [WARN] [domain.go:188] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [version=0] [2024/05/06 16:32:48.491 +08:00] [INFO] [domain.go:241] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=1.618681ms] [2024/05/06 16:32:48.491 +08:00] [INFO] [domain.go:525] ["full load and reset schema validator"] [2024/05/06 16:32:48.491 +08:00] [INFO] [ddl.go:719] ["[ddl] start DDL"] [ID=9c477da1-09c6-4c93-9705-5ec511581ff5] [runWorker=true] [2024/05/06 16:32:48.491 +08:00] [INFO] [ddl.go:665] ["[ddl] start delRangeManager OK"] ["is a emulator"=true] [2024/05/06 16:32:48.491 +08:00] [INFO] [delete_range.go:158] ["[ddl] start delRange emulator"] [2024/05/06 16:32:48.491 +08:00] [WARN] [env.go:52] ["[ddl-ingest] initialize environment failed"] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 16:32:48.491 +08:00] [INFO] [ddl_worker.go:171] ["[ddl] start DDL worker"] [worker="worker 1, tp general"] [2024/05/06 16:32:48.491 +08:00] [INFO] [ddl_worker.go:171] ["[ddl] start DDL worker"] [worker="worker 2, tp add index"] [2024/05/06 16:32:48.492 +08:00] [INFO] [env.go:108] ["[ddl-ingest] the lightning sorted dir"] ["data path:"=/tmp/tidb/tmp_ddl-4000] [2024/05/06 16:32:48.492 +08:00] [INFO] [env.go:75] ["[ddl-ingest] init global lightning backend environment finished"] ["memory limitation"=2147483648] ["sort path disk quota"=107374182400] ["max open file number"=1048576] ["lightning is initialized"=true] [2024/05/06 16:32:48.492 +08:00] [WARN] [domain.go:1120] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 16:32:48.492 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/06 16:32:48.495 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:48.494 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:48.495 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 16:32:48.494 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 16:32:48.499 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.494 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.502 +08:00] [INFO] [domain.go:241] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=1.625321ms] [2024/05/06 16:32:48.502 +08:00] [INFO] [domain.go:525] ["full load and reset schema validator"] [2024/05/06 16:32:48.542 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:48.542 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=3] [version=1] [2024/05/06 16:32:48.544 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=1] ["take time"=44.58609ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 16:32:48.494 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.547 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.494 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.548 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=3] [2024/05/06 16:32:48.548 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:48.548 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/06 16:32:48.549 +08:00] [INFO] [session.go:3817] ["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 16:32:48.552 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:48.55 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:48.552 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.55 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.user (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tauthentication_string\tTEXT,\n\t\tplugin\t\t\t\t\tCHAR(64),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tProcess_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_db_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tSuper_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_user_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_slave_priv\t \tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tRepl_client_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_role_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_role_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAccount_locked\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShutdown_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReload_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tFILE_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tConfig_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_Tablespace_Priv ENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_reuse_history smallint unsigned DEFAULT NULL,\n\t\tPassword_reuse_time smallint unsigned DEFAULT NULL,\n\t\tUser_attributes\t\t\tjson,\n\t\tToken_issuer\t\t\tVARCHAR(255),\n\t\tPassword_expired\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPassword_last_changed\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP(),\n\t\tPassword_lifetime\t\tSMALLINT UNSIGNED DEFAULT NULL,\n\t\tPRIMARY KEY (Host, User));"] [2024/05/06 16:32:48.555 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.55 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.560 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=580.979µs] [phyTblIDs="[4]"] [actionTypes="[8]"] [2024/05/06 16:32:48.592 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:48.592 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=5] [version=2] [2024/05/06 16:32:48.594 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=2] ["take time"=34.939653ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.55 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.597 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.55 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.600 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=5] [2024/05/06 16:32:48.600 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:48.600 +08: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"=748000000000000004] [2024/05/06 16:32:48.601 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000000000000004] ["first new region left"="{Id:2 StartKey: EndKey:7480000000000000ff0400000000000000f8 RegionEpoch:{ConfVer:1 Version:6} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:48.601 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 16:32:48.601 +08:00] [INFO] [session.go:3817] ["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 16:32:48.601 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=449572862322540545] [req-type=Get] [region="{ region id: 2, ver: 5, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:48.602 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:48.601 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:48.602 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.601 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.password_history (\n Host char(255) NOT NULL DEFAULT '',\n User char(32) NOT NULL DEFAULT '',\n Password_timestamp timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n Password text,\n PRIMARY KEY (Host,User,Password_timestamp )\n ) COMMENT='Password history for user accounts' "] [2024/05/06 16:32:48.605 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.601 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.608 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=471.287µs] [phyTblIDs="[6]"] [actionTypes="[8]"] [2024/05/06 16:32:48.642 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:48.642 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=7] [version=3] [2024/05/06 16:32:48.643 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=3] ["take time"=36.133855ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.601 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.646 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.601 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.647 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=7] [2024/05/06 16:32:48.647 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:48.647 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=12] ["first split key"=748000000000000006] [2024/05/06 16:32:48.647 +08:00] [INFO] [session.go:3817] ["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 16:32:48.647 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=12] ["first at"=748000000000000006] ["first new region left"="{Id:12 StartKey:7480000000000000ff0400000000000000f8 EndKey:7480000000000000ff0600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:13 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:48.647 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[12]"] [2024/05/06 16:32:48.649 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:48.648 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:48.649 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.648 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.global_priv (Host CHAR(255) NOT NULL DEFAULT '',User CHAR(80) NOT NULL DEFAULT '',Priv LONGTEXT NOT NULL DEFAULT '',PRIMARY KEY (Host, User))"] [2024/05/06 16:32:48.652 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.648 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.653 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=146.021µs] [phyTblIDs="[8]"] [actionTypes="[8]"] [2024/05/06 16:32:48.692 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:48.692 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=9] [version=4] [2024/05/06 16:32:48.693 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=4] ["take time"=40.163554ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.648 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.695 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.648 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.697 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=9] [2024/05/06 16:32:48.697 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:48.697 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=12] ["first split key"=748000000000000008] [2024/05/06 16:32:48.697 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 12, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 13, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:48.697 +08:00] [INFO] [session.go:3817] ["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),\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 16:32:48.699 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:48.698 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:48.699 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.698 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64),\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 16:32:48.699 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=14] ["first at"=748000000000000008] ["first new region left"="{Id:14 StartKey:7480000000000000ff0600000000000000f8 EndKey:7480000000000000ff0800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:15 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:48.699 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[14]"] [2024/05/06 16:32:48.702 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.698 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.705 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=350.933µs] [phyTblIDs="[10]"] [actionTypes="[8]"] [2024/05/06 16:32:48.742 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:48.742 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=11] [version=5] [2024/05/06 16:32:48.744 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=5] ["take time"=40.240244ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.698 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.747 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.698 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.749 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=11] [2024/05/06 16:32:48.749 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:48.750 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=14] ["first split key"=74800000000000000a] [2024/05/06 16:32:48.750 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 14, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 15, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:48.750 +08:00] [INFO] [session.go:3817] ["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),\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64),\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 16:32:48.751 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:48.75 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:48.751 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.75 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64),\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64),\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 16:32:48.752 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=16] ["first at"=74800000000000000a] ["first new region left"="{Id:16 StartKey:7480000000000000ff0800000000000000f8 EndKey:7480000000000000ff0a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:17 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:48.752 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[16]"] [2024/05/06 16:32:48.754 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.75 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.756 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=196.231µs] [phyTblIDs="[12]"] [actionTypes="[8]"] [2024/05/06 16:32:48.793 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:48.793 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=13] [version=6] [2024/05/06 16:32:48.794 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=6] ["take time"=38.092327ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.75 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.796 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.75 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.798 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=13] [2024/05/06 16:32:48.798 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:48.798 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=16] ["first split key"=74800000000000000c] [2024/05/06 16:32:48.798 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 16, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 17, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:48.798 +08:00] [INFO] [session.go:3817] ["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),\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64),\n\t\tColumn_name\tCHAR(64),\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 16:32:48.800 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:48.799 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:48.800 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.799 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64),\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64),\n\t\tColumn_name\tCHAR(64),\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 16:32:48.800 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=18] ["first at"=74800000000000000c] ["first new region left"="{Id:18 StartKey:7480000000000000ff0a00000000000000f8 EndKey:7480000000000000ff0c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:19 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:48.800 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[18]"] [2024/05/06 16:32:48.802 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.799 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.804 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=199.753µs] [phyTblIDs="[14]"] [actionTypes="[8]"] [2024/05/06 16:32:48.842 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:48.842 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=15] [version=7] [2024/05/06 16:32:48.844 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=7] ["take time"=40.364154ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.799 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.847 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.799 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.848 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=15] [2024/05/06 16:32:48.848 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:48.848 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=18] ["first split key"=74800000000000000e] [2024/05/06 16:32:48.849 +08:00] [INFO] [session.go:3817] ["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(1024) DEFAULT NULL);"] [user=] [2024/05/06 16:32:48.849 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 18, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 19, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:48.850 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:48.849 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:48.850 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.849 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(1024) DEFAULT NULL);"] [2024/05/06 16:32:48.851 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=20] ["first at"=74800000000000000e] ["first new region left"="{Id:20 StartKey:7480000000000000ff0c00000000000000f8 EndKey:7480000000000000ff0e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:21 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:48.851 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[20]"] [2024/05/06 16:32:48.853 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.849 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.854 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=130.208µs] [phyTblIDs="[16]"] [actionTypes="[8]"] [2024/05/06 16:32:48.892 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:48.892 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=17] [version=8] [2024/05/06 16:32:48.894 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=8] ["take time"=40.173377ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.849 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.897 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.849 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.898 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=17] [2024/05/06 16:32:48.899 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:48.899 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=20] ["first split key"=748000000000000010] [2024/05/06 16:32:48.899 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 20, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 21, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:48.899 +08:00] [INFO] [session.go:3817] ["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 16:32:48.900 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:48.899 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:48.900 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.899 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb(\n\t\tVARIABLE_NAME \tVARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE \tVARCHAR(1024) DEFAULT NULL,\n\t\tCOMMENT \t\tVARCHAR(1024));"] [2024/05/06 16:32:48.901 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=22] ["first at"=748000000000000010] ["first new region left"="{Id:22 StartKey:7480000000000000ff0e00000000000000f8 EndKey:7480000000000000ff1000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:23 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:48.901 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[22]"] [2024/05/06 16:32:48.903 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.899 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.905 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=152.189µs] [phyTblIDs="[18]"] [actionTypes="[8]"] [2024/05/06 16:32:48.943 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:48.943 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=19] [version=9] [2024/05/06 16:32:48.945 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=9] ["take time"=40.264961ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.899 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.947 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.899 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.949 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=19] [2024/05/06 16:32:48.949 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:48.949 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=22] ["first split key"=748000000000000012] [2024/05/06 16:32:48.949 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 22, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 23, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:48.949 +08:00] [INFO] [session.go:3817] ["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 16:32:48.951 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:48.95 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:48.951 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.95 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.help_topic (\n \t\thelp_topic_id \t\tINT(10) UNSIGNED NOT NULL,\n \t\tname \t\t\t\tCHAR(64) NOT NULL,\n \t\thelp_category_id \tSMALLINT(5) UNSIGNED NOT NULL,\n \t\tdescription \t\tTEXT NOT NULL,\n \t\texample \t\t\tTEXT NOT NULL,\n \t\turl \t\t\t\tTEXT NOT NULL,\n \t\tPRIMARY KEY (help_topic_id) clustered,\n \t\tUNIQUE KEY name (name)\n\t\t) ENGINE=InnoDB DEFAULT CHARSET=utf8 STATS_PERSISTENT=0 COMMENT='help topics';"] [2024/05/06 16:32:48.951 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=24] ["first at"=748000000000000012] ["first new region left"="{Id:24 StartKey:7480000000000000ff1000000000000000f8 EndKey:7480000000000000ff1200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:25 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:48.952 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[24]"] [2024/05/06 16:32:48.954 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.95 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.956 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=189.736µs] [phyTblIDs="[20]"] [actionTypes="[8]"] [2024/05/06 16:32:48.992 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:48.992 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=21] [version=10] [2024/05/06 16:32:48.994 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=10] ["take time"=38.194364ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.95 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.996 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.95 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:48.998 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=21] [2024/05/06 16:32:48.998 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:48.998 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=24] ["first split key"=748000000000000014] [2024/05/06 16:32:48.998 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 24, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 25, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:48.998 +08:00] [INFO] [session.go:3817] ["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 16:32:48.999 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:48.998 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:48.999 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.998 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta (\n\t\tversion \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\ttable_id \t\tBIGINT(64) NOT NULL,\n\t\tmodify_count\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcount \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tsnapshot BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tINDEX idx_ver(version),\n\t\tUNIQUE INDEX tbl(table_id)\n\t);"] [2024/05/06 16:32:49.000 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=26] ["first at"=748000000000000014] ["first new region left"="{Id:26 StartKey:7480000000000000ff1200000000000000f8 EndKey:7480000000000000ff1400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:27 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.000 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[26]"] [2024/05/06 16:32:49.002 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.998 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.004 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=159.968µs] [phyTblIDs="[22]"] [actionTypes="[8]"] [2024/05/06 16:32:49.042 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.042 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=23] [version=11] [2024/05/06 16:32:49.044 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=11] ["take time"=40.371394ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:48.998 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.046 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:48.998 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.048 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=23] [2024/05/06 16:32:49.048 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.048 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=26] ["first split key"=748000000000000016] [2024/05/06 16:32:49.048 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 26, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 27, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.048 +08:00] [INFO] [session.go:3817] ["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 16:32:49.048 +08:00] [INFO] [ddl_api.go:1045] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [2024/05/06 16:32:49.050 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.049 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.050 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.049 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_histograms (\n\t\ttable_id \t\t\tBIGINT(64) NOT NULL,\n\t\tis_index \t\t\tTINYINT(2) NOT NULL,\n\t\thist_id \t\t\tBIGINT(64) NOT NULL,\n\t\tdistinct_count \t\tBIGINT(64) NOT NULL,\n\t\tnull_count \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\ttot_col_size \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tmodify_count \t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tversion \t\t\tBIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tcm_sketch \t\t\tBLOB(6291456),\n\t\tstats_ver \t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tflag \t\t\t\tBIGINT(64) NOT NULL DEFAULT 0,\n\t\tcorrelation \t\tDOUBLE NOT NULL DEFAULT 0,\n\t\tlast_analyze_pos \tLONGBLOB DEFAULT NULL,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 16:32:49.051 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=28] ["first at"=748000000000000016] ["first new region left"="{Id:28 StartKey:7480000000000000ff1400000000000000f8 EndKey:7480000000000000ff1600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:29 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.051 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[28]"] [2024/05/06 16:32:49.053 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.049 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.055 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=240.551µs] [phyTblIDs="[24]"] [actionTypes="[8]"] [2024/05/06 16:32:49.092 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.092 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=25] [version=12] [2024/05/06 16:32:49.093 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=12] ["take time"=38.186393ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.049 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.095 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.049 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.097 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=25] [2024/05/06 16:32:49.097 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.097 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=28] ["first split key"=748000000000000018] [2024/05/06 16:32:49.097 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 28, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 29, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.097 +08:00] [INFO] [session.go:3817] ["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 16:32:49.099 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.098 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.099 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.098 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_buckets (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tbucket_id \tBIGINT(64) NOT NULL,\n\t\tcount \t\tBIGINT(64) NOT NULL,\n\t\trepeats \tBIGINT(64) NOT NULL,\n\t\tupper_bound LONGBLOB NOT NULL,\n\t\tlower_bound LONGBLOB ,\n\t\tndv BIGINT NOT NULL DEFAULT 0,\n\t\tUNIQUE INDEX tbl(table_id, is_index, hist_id, bucket_id)\n\t);"] [2024/05/06 16:32:49.099 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=30] ["first at"=748000000000000018] ["first new region left"="{Id:30 StartKey:7480000000000000ff1600000000000000f8 EndKey:7480000000000000ff1800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:31 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.099 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[30]"] [2024/05/06 16:32:49.101 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.098 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.103 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=201.487µs] [phyTblIDs="[26]"] [actionTypes="[8]"] [2024/05/06 16:32:49.142 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.142 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=27] [version=13] [2024/05/06 16:32:49.143 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=13] ["take time"=40.206362ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.098 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.146 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.098 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.147 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=27] [2024/05/06 16:32:49.147 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.147 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=30] ["first split key"=74800000000000001a] [2024/05/06 16:32:49.148 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 30, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 31, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.148 +08:00] [INFO] [session.go:3817] ["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 16:32:49.149 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.148 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.149 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.148 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_index (job_id, element_id)\n\t);"] [2024/05/06 16:32:49.150 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=32] ["first at"=74800000000000001a] ["first new region left"="{Id:32 StartKey:7480000000000000ff1800000000000000f8 EndKey:7480000000000000ff1a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:33 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.150 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[32]"] [2024/05/06 16:32:49.152 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.148 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.154 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=162.952µs] [phyTblIDs="[28]"] [actionTypes="[8]"] [2024/05/06 16:32:49.193 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.193 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=29] [version=14] [2024/05/06 16:32:49.194 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=14] ["take time"=40.267938ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.148 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.196 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.148 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.197 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=29] [2024/05/06 16:32:49.197 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.198 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=32] ["first split key"=74800000000000001c] [2024/05/06 16:32:49.198 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 32, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 33, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.198 +08:00] [INFO] [session.go:3817] ["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 16:32:49.199 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.198 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.199 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.198 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.gc_delete_range_done (\n\t\tjob_id \t\tBIGINT NOT NULL COMMENT \"the DDL job ID\",\n\t\telement_id \tBIGINT NOT NULL COMMENT \"the schema element ID\",\n\t\tstart_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tend_key \tVARCHAR(255) NOT NULL COMMENT \"encoded in hex\",\n\t\tts \t\t\tBIGINT NOT NULL COMMENT \"timestamp in uint64\",\n\t\tUNIQUE KEY delete_range_done_index (job_id, element_id)\n\t);"] [2024/05/06 16:32:49.200 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=34] ["first at"=74800000000000001c] ["first new region left"="{Id:34 StartKey:7480000000000000ff1a00000000000000f8 EndKey:7480000000000000ff1c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:35 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.200 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[34]"] [2024/05/06 16:32:49.202 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.198 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.203 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=150.891µs] [phyTblIDs="[30]"] [actionTypes="[8]"] [2024/05/06 16:32:49.243 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.243 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=31] [version=15] [2024/05/06 16:32:49.244 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=15] ["take time"=40.364202ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.198 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.246 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.198 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.248 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=31] [2024/05/06 16:32:49.248 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.248 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=34] ["first split key"=74800000000000001e] [2024/05/06 16:32:49.248 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 34, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 35, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.248 +08:00] [INFO] [session.go:3817] ["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 16:32:49.249 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.249 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.249 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.249 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_feedback (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tfeedback \tBLOB NOT NULL,\n\t\tINDEX hist(table_id, is_index, hist_id)\n\t);"] [2024/05/06 16:32:49.250 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=36] ["first at"=74800000000000001e] ["first new region left"="{Id:36 StartKey:7480000000000000ff1c00000000000000f8 EndKey:7480000000000000ff1e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:37 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.250 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[36]"] [2024/05/06 16:32:49.252 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.249 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.254 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=141.171µs] [phyTblIDs="[32]"] [actionTypes="[8]"] [2024/05/06 16:32:49.292 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.292 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=33] [version=16] [2024/05/06 16:32:49.294 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=16] ["take time"=40.364876ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.249 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.297 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.249 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.298 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=33] [2024/05/06 16:32:49.299 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.299 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=36] ["first split key"=748000000000000020] [2024/05/06 16:32:49.299 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 36, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 37, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.299 +08:00] [INFO] [session.go:3817] ["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 16:32:49.300 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.299 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.300 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.299 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.role_edges (\n\t\tFROM_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tFROM_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_HOST \t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tTO_USER \t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tWITH_ADMIN_OPTION \tENUM('N','Y') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (FROM_HOST,FROM_USER,TO_HOST,TO_USER)\n\t);"] [2024/05/06 16:32:49.301 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=38] ["first at"=748000000000000020] ["first new region left"="{Id:38 StartKey:7480000000000000ff1e00000000000000f8 EndKey:7480000000000000ff2000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:39 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.301 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[38]"] [2024/05/06 16:32:49.303 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.299 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.305 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=198.978µs] [phyTblIDs="[34]"] [actionTypes="[8]"] [2024/05/06 16:32:49.342 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.342 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=35] [version=17] [2024/05/06 16:32:49.343 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=17] ["take time"=38.154221ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.299 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.345 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.299 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.346 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=35] [2024/05/06 16:32:49.346 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.346 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=38] ["first split key"=748000000000000022] [2024/05/06 16:32:49.347 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 38, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 39, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.347 +08:00] [INFO] [session.go:3817] ["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 16:32:49.348 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.347 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.348 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.347 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.default_roles (\n\t\tHOST \t\t\t\tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tUSER \t\t\t\tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tDEFAULT_ROLE_HOST \tCHAR(60) COLLATE utf8_bin NOT NULL DEFAULT '%',\n\t\tDEFAULT_ROLE_USER \tCHAR(32) COLLATE utf8_bin NOT NULL DEFAULT '',\n\t\tPRIMARY KEY (HOST,USER,DEFAULT_ROLE_HOST,DEFAULT_ROLE_USER)\n\t)"] [2024/05/06 16:32:49.349 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=40] ["first at"=748000000000000022] ["first new region left"="{Id:40 StartKey:7480000000000000ff2000000000000000f8 EndKey:7480000000000000ff2200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:41 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.349 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[40]"] [2024/05/06 16:32:49.351 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.347 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.353 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=237.688µs] [phyTblIDs="[36]"] [actionTypes="[8]"] [2024/05/06 16:32:49.392 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.392 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=37] [version=18] [2024/05/06 16:32:49.393 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=18] ["take time"=40.339693ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.347 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.395 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.347 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.397 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=37] [2024/05/06 16:32:49.397 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.397 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=40] ["first split key"=748000000000000024] [2024/05/06 16:32:49.397 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 40, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 41, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.397 +08:00] [INFO] [session.go:3817] ["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 16:32:49.399 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.398 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.399 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.398 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql TEXT NOT NULL,\n\t\tbind_sql TEXT NOT NULL,\n\t\tdefault_db TEXT NOT NULL,\n\t\tstatus TEXT NOT NULL,\n\t\tcreate_time TIMESTAMP(3) NOT NULL,\n\t\tupdate_time TIMESTAMP(3) NOT NULL,\n\t\tcharset TEXT NOT NULL,\n\t\tcollation TEXT NOT NULL,\n\t\tsource VARCHAR(10) NOT NULL DEFAULT 'unknown',\n\t\tsql_digest varchar(64),\n\t\tplan_digest varchar(64),\n\t\tINDEX sql_index(original_sql(700),default_db(68)) COMMENT \"accelerate the speed when add global binding query\",\n\t\tINDEX time_index(update_time) COMMENT \"accelerate the speed when querying with last update time\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 16:32:49.399 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=42] ["first at"=748000000000000024] ["first new region left"="{Id:42 StartKey:7480000000000000ff2200000000000000f8 EndKey:7480000000000000ff2400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:43 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.399 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[42]"] [2024/05/06 16:32:49.401 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.398 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.404 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=262.687µs] [phyTblIDs="[38]"] [actionTypes="[8]"] [2024/05/06 16:32:49.442 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.442 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=39] [version=19] [2024/05/06 16:32:49.443 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=19] ["take time"=40.196489ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.398 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.446 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.398 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.448 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=39] [2024/05/06 16:32:49.448 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.448 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=42] ["first split key"=748000000000000026] [2024/05/06 16:32:49.448 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 42, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 43, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.449 +08:00] [INFO] [session.go:3817] ["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 16:32:49.450 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.449 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.450 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.449 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_top_n (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tcount \t\tBIGINT(64) UNSIGNED NOT NULL,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 16:32:49.450 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=44] ["first at"=748000000000000026] ["first new region left"="{Id:44 StartKey:7480000000000000ff2400000000000000f8 EndKey:7480000000000000ff2600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:45 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.450 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[44]"] [2024/05/06 16:32:49.453 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.449 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.454 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=163.408µs] [phyTblIDs="[40]"] [actionTypes="[8]"] [2024/05/06 16:32:49.492 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.492 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=41] [version=20] [2024/05/06 16:32:49.495 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=20] ["take time"=40.324609ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.449 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.497 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.449 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.498 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=41] [2024/05/06 16:32:49.498 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.499 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=44] ["first split key"=748000000000000028] [2024/05/06 16:32:49.499 +08:00] [INFO] [session.go:3817] ["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 16:32:49.499 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 44, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 45, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.500 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.499 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.500 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.499 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.expr_pushdown_blacklist (\n\t\tname \t\tCHAR(100) NOT NULL,\n\t\tstore_type \tCHAR(100) NOT NULL DEFAULT 'tikv,tiflash,tidb',\n\t\treason \t\tVARCHAR(200)\n\t);"] [2024/05/06 16:32:49.501 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=46] ["first at"=748000000000000028] ["first new region left"="{Id:46 StartKey:7480000000000000ff2600000000000000f8 EndKey:7480000000000000ff2800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:47 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.501 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[46]"] [2024/05/06 16:32:49.503 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.499 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.505 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=149.777µs] [phyTblIDs="[42]"] [actionTypes="[8]"] [2024/05/06 16:32:49.542 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.542 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=43] [version=21] [2024/05/06 16:32:49.543 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=21] ["take time"=38.215828ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.499 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.545 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.499 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.547 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=43] [2024/05/06 16:32:49.547 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.547 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=46] ["first split key"=74800000000000002a] [2024/05/06 16:32:49.547 +08:00] [INFO] [session.go:3817] ["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 16:32:49.547 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 46, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 47, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.548 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.548 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.548 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.548 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2024/05/06 16:32:49.549 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=48] ["first at"=74800000000000002a] ["first new region left"="{Id:48 StartKey:7480000000000000ff2800000000000000f8 EndKey:7480000000000000ff2a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:49 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.549 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[48]"] [2024/05/06 16:32:49.551 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.548 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.553 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=104.81µs] [phyTblIDs="[44]"] [actionTypes="[8]"] [2024/05/06 16:32:49.592 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.592 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=45] [version=22] [2024/05/06 16:32:49.593 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=22] ["take time"=40.232486ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.548 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.595 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.548 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.597 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=45] [2024/05/06 16:32:49.597 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.597 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=48] ["first split key"=74800000000000002c] [2024/05/06 16:32:49.597 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 48, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 49, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.597 +08:00] [INFO] [session.go:3817] ["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 16:32:49.598 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.598 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.598 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.598 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_extended (\n\t\tname varchar(32) NOT NULL,\n\t\ttype tinyint(4) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcolumn_ids varchar(32) NOT NULL,\n\t\tstats blob DEFAULT NULL,\n\t\tversion bigint(64) unsigned NOT NULL,\n\t\tstatus tinyint(4) NOT NULL,\n\t\tPRIMARY KEY(name, table_id),\n\t\tKEY idx_1 (table_id, status, version),\n\t\tKEY idx_2 (status, version)\n\t);"] [2024/05/06 16:32:49.599 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=50] ["first at"=74800000000000002c] ["first new region left"="{Id:50 StartKey:7480000000000000ff2a00000000000000f8 EndKey:7480000000000000ff2c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:51 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.599 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[50]"] [2024/05/06 16:32:49.601 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.598 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.603 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=218.975µs] [phyTblIDs="[46]"] [actionTypes="[8]"] [2024/05/06 16:32:49.642 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.642 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=47] [version=23] [2024/05/06 16:32:49.643 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=23] ["take time"=40.362223ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.598 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.646 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.598 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.648 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=47] [2024/05/06 16:32:49.648 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.648 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=50] ["first split key"=74800000000000002e] [2024/05/06 16:32:49.648 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 50, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 51, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.648 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.schema_index_usage (\n\t\tTABLE_ID bigint(64),\n\t\tINDEX_ID bigint(21),\n\t\tQUERY_COUNT bigint(64),\n\t\tROWS_SELECTED bigint(64),\n\t\tLAST_USED_AT timestamp,\n\t\tPRIMARY KEY(TABLE_ID, INDEX_ID)\n\t);"] [user=] [2024/05/06 16:32:49.649 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.649 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.649 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.649 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.schema_index_usage (\n\t\tTABLE_ID bigint(64),\n\t\tINDEX_ID bigint(21),\n\t\tQUERY_COUNT bigint(64),\n\t\tROWS_SELECTED bigint(64),\n\t\tLAST_USED_AT timestamp,\n\t\tPRIMARY KEY(TABLE_ID, INDEX_ID)\n\t);"] [2024/05/06 16:32:49.650 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=52] ["first at"=74800000000000002e] ["first new region left"="{Id:52 StartKey:7480000000000000ff2c00000000000000f8 EndKey:7480000000000000ff2e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:53 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.650 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[52]"] [2024/05/06 16:32:49.652 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.649 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.654 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=199.084µs] [phyTblIDs="[48]"] [actionTypes="[8]"] [2024/05/06 16:32:49.692 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.692 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=49] [version=24] [2024/05/06 16:32:49.694 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=24] ["take time"=40.254332ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.649 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.697 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.649 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.699 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=49] [2024/05/06 16:32:49.699 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.699 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=52] ["first split key"=748000000000000030] [2024/05/06 16:32:49.699 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 52, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 53, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.699 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=24] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [user=] [2024/05/06 16:32:49.700 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.7 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.700 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.7 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_fm_sketch (\n\t\ttable_id \tBIGINT(64) NOT NULL,\n\t\tis_index \tTINYINT(2) NOT NULL,\n\t\thist_id \tBIGINT(64) NOT NULL,\n\t\tvalue \t\tLONGBLOB,\n\t\tINDEX tbl(table_id, is_index, hist_id)\n\t);"] [2024/05/06 16:32:49.701 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=54] ["first at"=748000000000000030] ["first new region left"="{Id:54 StartKey:7480000000000000ff2e00000000000000f8 EndKey:7480000000000000ff3000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:55 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.701 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[54]"] [2024/05/06 16:32:49.703 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.7 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.704 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=167.927µs] [phyTblIDs="[50]"] [actionTypes="[8]"] [2024/05/06 16:32:49.742 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.743 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=51] [version=25] [2024/05/06 16:32:49.745 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=25] ["take time"=40.348131ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.7 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.747 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.7 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.749 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=51] [2024/05/06 16:32:49.749 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.749 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=54] ["first split key"=748000000000000032] [2024/05/06 16:32:49.749 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 54, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 55, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.749 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=25] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [user=] [2024/05/06 16:32:49.750 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.75 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.750 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.75 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.global_grants (\n\t\tUSER char(32) NOT NULL DEFAULT '',\n\t\tHOST char(255) NOT NULL DEFAULT '',\n\t\tPRIV char(32) NOT NULL DEFAULT '',\n\t\tWITH_GRANT_OPTION enum('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (USER,HOST,PRIV)\n\t);"] [2024/05/06 16:32:49.751 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=56] ["first at"=748000000000000032] ["first new region left"="{Id:56 StartKey:7480000000000000ff3000000000000000f8 EndKey:7480000000000000ff3200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:57 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.751 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[56]"] [2024/05/06 16:32:49.753 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.75 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.755 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=170.624µs] [phyTblIDs="[52]"] [actionTypes="[8]"] [2024/05/06 16:32:49.792 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.792 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=53] [version=26] [2024/05/06 16:32:49.793 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=26] ["take time"=38.192377ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.75 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.796 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.75 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.797 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=53] [2024/05/06 16:32:49.797 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.797 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=56] ["first split key"=748000000000000034] [2024/05/06 16:32:49.797 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 56, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 57, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.797 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=26] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [user=] [2024/05/06 16:32:49.799 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.798 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.799 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.798 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.capture_plan_baselines_blacklist (\n\t\tid bigint(64) auto_increment,\n\t\tfilter_type varchar(32) NOT NULL COMMENT \"type of the filter, only db, table and frequency supported now\",\n\t\tfilter_value varchar(32) NOT NULL,\n\t\tkey idx(filter_type),\n\t\tprimary key(id)\n\t);"] [2024/05/06 16:32:49.800 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=58] ["first at"=748000000000000034] ["first new region left"="{Id:58 StartKey:7480000000000000ff3200000000000000f8 EndKey:7480000000000000ff3400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:59 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.800 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[58]"] [2024/05/06 16:32:49.802 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.798 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.803 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=164.539µs] [phyTblIDs="[54]"] [actionTypes="[8]"] [2024/05/06 16:32:49.842 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.843 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=55] [version=27] [2024/05/06 16:32:49.844 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=27] ["take time"=40.254626ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.798 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.846 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.798 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.847 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=55] [2024/05/06 16:32:49.848 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.848 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=58] ["first split key"=748000000000000036] [2024/05/06 16:32:49.848 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 58, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 59, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.848 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=27] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [user=] [2024/05/06 16:32:49.849 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.848 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.849 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.848 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.column_stats_usage (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tcolumn_id BIGINT(64) NOT NULL,\n\t\tlast_used_at TIMESTAMP,\n\t\tlast_analyzed_at TIMESTAMP,\n\t\tPRIMARY KEY (table_id, column_id) CLUSTERED\n\t);"] [2024/05/06 16:32:49.850 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=60] ["first at"=748000000000000036] ["first new region left"="{Id:60 StartKey:7480000000000000ff3400000000000000f8 EndKey:7480000000000000ff3600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:61 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.850 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[60]"] [2024/05/06 16:32:49.852 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.848 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.854 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=143.721µs] [phyTblIDs="[56]"] [actionTypes="[8]"] [2024/05/06 16:32:49.892 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.892 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=57] [version=28] [2024/05/06 16:32:49.894 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=28] ["take time"=40.206741ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.848 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.896 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.848 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.898 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=57] [2024/05/06 16:32:49.898 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.898 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=60] ["first split key"=748000000000000038] [2024/05/06 16:32:49.898 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 60, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 61, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.898 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=28] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [user=] [2024/05/06 16:32:49.899 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.899 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.899 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.899 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.table_cache_meta (\n\t\ttid bigint(11) NOT NULL DEFAULT 0,\n\t\tlock_type enum('NONE','READ', 'INTEND', 'WRITE') NOT NULL DEFAULT 'NONE',\n\t\tlease bigint(20) NOT NULL DEFAULT 0,\n\t\toldReadLease bigint(20) NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (tid)\n\t);"] [2024/05/06 16:32:49.900 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=62] ["first at"=748000000000000038] ["first new region left"="{Id:62 StartKey:7480000000000000ff3600000000000000f8 EndKey:7480000000000000ff3800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:63 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.900 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[62]"] [2024/05/06 16:32:49.903 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.899 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.904 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=150.65µs] [phyTblIDs="[58]"] [actionTypes="[8]"] [2024/05/06 16:32:49.942 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.942 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=59] [version=29] [2024/05/06 16:32:49.944 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=29] ["take time"=40.174049ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.899 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.947 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.899 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.948 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=59] [2024/05/06 16:32:49.948 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.948 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=62] ["first split key"=74800000000000003a] [2024/05/06 16:32:49.948 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 62, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 63, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.949 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=29] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [user=] [2024/05/06 16:32:49.949 +08:00] [INFO] [ddl_api.go:1045] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [2024/05/06 16:32:49.950 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.949 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:49.950 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.949 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_options (\n\t\ttable_id BIGINT(64) NOT NULL,\n\t\tsample_num BIGINT(64) NOT NULL DEFAULT 0,\n\t\tsample_rate DOUBLE NOT NULL DEFAULT -1,\n\t\tbuckets BIGINT(64) NOT NULL DEFAULT 0,\n\t\ttopn BIGINT(64) NOT NULL DEFAULT -1,\n\t\tcolumn_choice enum('DEFAULT','ALL','PREDICATE','LIST') NOT NULL DEFAULT 'DEFAULT',\n\t\tcolumn_ids TEXT(19372),\n\t\tPRIMARY KEY (table_id) CLUSTERED\n\t);"] [2024/05/06 16:32:49.951 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=64] ["first at"=74800000000000003a] ["first new region left"="{Id:64 StartKey:7480000000000000ff3800000000000000f8 EndKey:7480000000000000ff3a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:65 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:49.951 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[64]"] [2024/05/06 16:32:49.953 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.949 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.954 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=189.695µs] [phyTblIDs="[60]"] [actionTypes="[8]"] [2024/05/06 16:32:49.992 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:49.992 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=61] [version=30] [2024/05/06 16:32:49.994 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=30] ["take time"=40.264412ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.949 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.997 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.949 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:49.998 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=61] [2024/05/06 16:32:49.998 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:49.999 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=64] ["first split key"=74800000000000003c] [2024/05/06 16:32:49.999 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 64, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 65, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:49.999 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=30] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no)\n\t);"] [user=] [2024/05/06 16:32:50.000 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:49.999 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:50.000 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.999 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tstats_data longblob NOT NULL,\n\t\tseq_no bigint(64) NOT NULL comment 'sequence number of the gzipped data slice',\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version_seq (table_id, version, seq_no),\n\t\tKEY table_create_time (table_id, create_time, seq_no)\n\t);"] [2024/05/06 16:32:50.001 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=66] ["first at"=74800000000000003c] ["first new region left"="{Id:66 StartKey:7480000000000000ff3a00000000000000f8 EndKey:7480000000000000ff3c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:67 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:50.001 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[66]"] [2024/05/06 16:32:50.003 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.999 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.005 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=189.333µs] [phyTblIDs="[62]"] [actionTypes="[8]"] [2024/05/06 16:32:50.042 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:50.042 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=63] [version=31] [2024/05/06 16:32:50.043 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=31] ["take time"=38.272158ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:49.999 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.045 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:49.999 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.047 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=63] [2024/05/06 16:32:50.047 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:50.047 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=66] ["first split key"=74800000000000003e] [2024/05/06 16:32:50.047 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 66, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 67, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:50.047 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=31] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\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\t);"] [user=] [2024/05/06 16:32:50.049 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:50.048 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:50.049 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.048 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_meta_history (\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL,\n\t\tcount bigint(64) NOT NULL,\n\t\tversion bigint(64) NOT NULL comment 'stats version which corresponding to stats:version in EXPLAIN',\n\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\t);"] [2024/05/06 16:32:50.049 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=68] ["first at"=74800000000000003e] ["first new region left"="{Id:68 StartKey:7480000000000000ff3c00000000000000f8 EndKey:7480000000000000ff3e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:69 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:50.049 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[68]"] [2024/05/06 16:32:50.051 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.048 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.053 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=186.679µs] [phyTblIDs="[64]"] [actionTypes="[8]"] [2024/05/06 16:32:50.092 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:50.092 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=65] [version=32] [2024/05/06 16:32:50.093 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=32] ["take time"=40.150765ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.048 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.096 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.048 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.098 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=65] [2024/05/06 16:32:50.098 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:50.098 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=68] ["first split key"=748000000000000040] [2024/05/06 16:32:50.098 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 68, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 69, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:50.098 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=32] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [user=] [2024/05/06 16:32:50.100 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:50.099 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:50.100 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.099 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.analyze_jobs (\n\t\tid BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\ttable_schema CHAR(64) NOT NULL DEFAULT '',\n\t\ttable_name CHAR(64) NOT NULL DEFAULT '',\n\t\tpartition_name CHAR(64) NOT NULL DEFAULT '',\n\t\tjob_info TEXT NOT NULL,\n\t\tprocessed_rows BIGINT(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tstart_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tstate ENUM('pending', 'running', 'finished', 'failed') NOT NULL,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the analyze job',\n\t\tprocess_id BIGINT(64) UNSIGNED comment 'ID of the process executing the analyze job',\n\t\tPRIMARY KEY (id),\n\t\tKEY (update_time)\n\t);"] [2024/05/06 16:32:50.100 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=70] ["first at"=748000000000000040] ["first new region left"="{Id:70 StartKey:7480000000000000ff3e00000000000000f8 EndKey:7480000000000000ff4000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:71 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:50.100 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[70]"] [2024/05/06 16:32:50.103 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.099 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.105 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=295.209µs] [phyTblIDs="[66]"] [actionTypes="[8]"] [2024/05/06 16:32:50.142 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:50.142 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=67] [version=33] [2024/05/06 16:32:50.143 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=33] ["take time"=38.182368ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.099 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.145 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.099 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.148 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=67] [2024/05/06 16:32:50.148 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:50.148 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=70] ["first split key"=748000000000000042] [2024/05/06 16:32:50.148 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=33] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [user=] [2024/05/06 16:32:50.148 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 70, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 71, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:50.149 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["batch count"=1] [jobs="ID:69, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.149 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:50.149 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:69, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.149 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2024/05/06 16:32:50.150 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=72] ["first at"=748000000000000042] ["first new region left"="{Id:72 StartKey:7480000000000000ff4000000000000000f8 EndKey:7480000000000000ff4200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:73 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:50.150 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[72]"] [2024/05/06 16:32:50.152 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:69, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.149 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.154 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=115.897µs] [phyTblIDs="[68]"] [actionTypes="[8]"] [2024/05/06 16:32:50.192 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:50.192 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=69] [version=34] [2024/05/06 16:32:50.194 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=34] ["take time"=40.30309ms] [job="ID:69, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.149 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.196 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:69, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.149 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.198 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=69] [2024/05/06 16:32:50.198 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:50.198 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=72] ["first split key"=748000000000000044] [2024/05/06 16:32:50.198 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 72, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 73, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:50.199 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["batch count"=1] [jobs="ID:71, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:3, start time: 2024-05-06 16:32:50.199 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:50.199 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:71, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:3, start time: 2024-05-06 16:32:50.199 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\tselect JOB_ID, DB_NAME, TABLE_NAME, QUERY, SESSION_ID, TxnStart, TIDB_DECODE_SQL_DIGESTS(ALL_SQL_DIGESTS, 4096) AS SQL_DIGESTS from information_schema.ddl_jobs, information_schema.CLUSTER_TIDB_TRX, information_schema.CLUSTER_PROCESSLIST where ddl_jobs.STATE = 'running' and find_in_set(ddl_jobs.table_id, CLUSTER_TIDB_TRX.RELATED_TABLE_IDS) and CLUSTER_TIDB_TRX.SESSION_ID=CLUSTER_PROCESSLIST.ID\n\t);"] [2024/05/06 16:32:50.200 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=74] ["first at"=748000000000000044] ["first new region left"="{Id:74 StartKey:7480000000000000ff4200000000000000f8 EndKey:7480000000000000ff4400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:75 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:50.200 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[74]"] [2024/05/06 16:32:50.202 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:71, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.199 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.204 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=198.631µs] [phyTblIDs="[70]"] [actionTypes="[2097152]"] [2024/05/06 16:32:50.242 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:50.242 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=71] [version=35] [2024/05/06 16:32:50.245 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=35] ["take time"=40.318765ms] [job="ID:71, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:3, start time: 2024-05-06 16:32:50.199 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.247 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:71, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.199 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.249 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=71] [2024/05/06 16:32:50.249 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:50.249 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=74] ["first split key"=748000000000000046] [2024/05/06 16:32:50.249 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 74, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 75, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:50.249 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=35] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [user=] [2024/05/06 16:32:50.251 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:50.25 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:50.251 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.25 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_status (\n\t\tsql_digest VARCHAR(128),\n\t\tplan_digest VARCHAR(128),\n\t\torigin_sql TEXT,\n\t\ttoken VARCHAR(128),\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tfail_reason TEXT,\n\t\tinstance VARCHAR(512) NOT NULL comment 'address of the TiDB instance executing the plan replayer job');"] [2024/05/06 16:32:50.251 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=76] ["first at"=748000000000000046] ["first new region left"="{Id:76 StartKey:7480000000000000ff4400000000000000f8 EndKey:7480000000000000ff4600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:77 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:50.251 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[76]"] [2024/05/06 16:32:50.254 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.25 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.256 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=192.499µs] [phyTblIDs="[72]"] [actionTypes="[8]"] [2024/05/06 16:32:50.293 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:50.293 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=73] [version=36] [2024/05/06 16:32:50.294 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=36] ["take time"=38.083998ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.25 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.296 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.25 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.298 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=73] [2024/05/06 16:32:50.298 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:50.298 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=76] ["first split key"=748000000000000048] [2024/05/06 16:32:50.298 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 76, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 77, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:50.298 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=36] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [user=] [2024/05/06 16:32:50.299 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:50.299 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:50.299 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.299 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.plan_replayer_task (\n\t\tsql_digest VARCHAR(128) NOT NULL,\n\t\tplan_digest VARCHAR(128) NOT NULL,\n\t\tupdate_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (sql_digest,plan_digest));"] [2024/05/06 16:32:50.301 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=78] ["first at"=748000000000000048] ["first new region left"="{Id:78 StartKey:7480000000000000ff4600000000000000f8 EndKey:7480000000000000ff4800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:79 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:50.301 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[78]"] [2024/05/06 16:32:50.303 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.299 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.304 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=163.465µs] [phyTblIDs="[74]"] [actionTypes="[8]"] [2024/05/06 16:32:50.342 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:50.342 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=75] [version=37] [2024/05/06 16:32:50.344 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=37] ["take time"=40.203748ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.299 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.347 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.299 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.348 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=75] [2024/05/06 16:32:50.348 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:50.348 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=78] ["first split key"=74800000000000004a] [2024/05/06 16:32:50.348 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 78, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 79, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:50.348 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=37] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [user=] [2024/05/06 16:32:50.350 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:50.349 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:50.350 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.349 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.stats_table_locked(\n\t\ttable_id bigint(64) NOT NULL,\n\t\tmodify_count bigint(64) NOT NULL DEFAULT 0,\n\t\tcount bigint(64) NOT NULL DEFAULT 0,\n\t\tversion bigint(64) UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (table_id));"] [2024/05/06 16:32:50.351 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=80] ["first at"=74800000000000004a] ["first new region left"="{Id:80 StartKey:7480000000000000ff4800000000000000f8 EndKey:7480000000000000ff4a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:81 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:50.351 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[80]"] [2024/05/06 16:32:50.354 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.349 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.357 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=155.977µs] [phyTblIDs="[76]"] [actionTypes="[8]"] [2024/05/06 16:32:50.392 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:50.392 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=77] [version=38] [2024/05/06 16:32:50.393 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=38] ["take time"=36.05814ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.349 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.395 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.349 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.397 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=77] [2024/05/06 16:32:50.397 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:50.397 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=80] ["first split key"=74800000000000004c] [2024/05/06 16:32:50.397 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 80, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 81, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:50.397 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=38] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [user=] [2024/05/06 16:32:50.399 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:50.398 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:50.399 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.398 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_table_status (\n\t\ttable_id bigint(64) PRIMARY KEY,\n parent_table_id bigint(64),\n table_statistics text DEFAULT NULL,\n\t\tlast_job_id varchar(64) DEFAULT NULL,\n\t\tlast_job_start_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_finish_time timestamp NULL DEFAULT NULL,\n\t\tlast_job_ttl_expire timestamp NULL DEFAULT NULL,\n last_job_summary text DEFAULT NULL,\n\t\tcurrent_job_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_id varchar(64) DEFAULT NULL,\n\t\tcurrent_job_owner_addr varchar(256) DEFAULT NULL,\n\t\tcurrent_job_owner_hb_time timestamp,\n\t\tcurrent_job_start_time timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_ttl_expire timestamp NULL DEFAULT NULL,\n\t\tcurrent_job_state text DEFAULT NULL,\n\t\tcurrent_job_status varchar(64) DEFAULT NULL,\n \t\tcurrent_job_status_update_time timestamp NULL DEFAULT NULL);"] [2024/05/06 16:32:50.399 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=82] ["first at"=74800000000000004c] ["first new region left"="{Id:82 StartKey:7480000000000000ff4a00000000000000f8 EndKey:7480000000000000ff4c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:83 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:50.399 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[82]"] [2024/05/06 16:32:50.401 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 3, tp general"] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.398 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.404 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=272.19µs] [phyTblIDs="[78]"] [actionTypes="[8]"] [2024/05/06 16:32:50.442 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:50.442 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=79] [version=39] [2024/05/06 16:32:50.444 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=39] ["take time"=40.444514ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.398 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.446 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 3, tp general"] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.398 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:50.448 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=79] [2024/05/06 16:32:50.448 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:50.448 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=82] ["first split key"=74800000000000004e] [2024/05/06 16:32:50.448 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 82, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 83, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:50.451 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=84] ["first at"=74800000000000004e] ["first new region left"="{Id:84 StartKey:7480000000000000ff4c00000000000000f8 EndKey:7480000000000000ff4e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:85 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:50.451 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[84]"] [2024/05/06 16:32:50.461 +08:00] [INFO] [bootstrap.go:529] ["bootstrap successful"] ["take time"=1.969179152s] [2024/05/06 16:32:50.461 +08:00] [INFO] [ddl_workerpool.go:82] ["[ddl] closing workerPool"] [2024/05/06 16:32:50.461 +08:00] [INFO] [ddl_worker.go:165] ["[ddl] DDL worker closed"] [worker="worker 6, tp add index"] ["take time"=857ns] [2024/05/06 16:32:50.461 +08:00] [INFO] [ddl_worker.go:165] ["[ddl] DDL worker closed"] [worker="worker 7, tp add index"] ["take time"=499ns] [2024/05/06 16:32:50.461 +08:00] [INFO] [ddl_worker.go:165] ["[ddl] DDL worker closed"] [worker="worker 4, tp add index"] ["take time"=477ns] [2024/05/06 16:32:50.461 +08:00] [INFO] [ddl_worker.go:165] ["[ddl] DDL worker closed"] [worker="worker 5, tp add index"] ["take time"=517ns] [2024/05/06 16:32:50.461 +08:00] [INFO] [ddl_workerpool.go:82] ["[ddl] closing workerPool"] [2024/05/06 16:32:50.461 +08:00] [INFO] [ddl_worker.go:165] ["[ddl] DDL worker closed"] [worker="worker 3, tp general"] ["take time"=389ns] [2024/05/06 16:32:50.461 +08:00] [INFO] [ddl_worker.go:165] ["[ddl] DDL worker closed"] [worker="worker 1, tp general"] ["take time"=282ns] [2024/05/06 16:32:50.461 +08:00] [INFO] [ddl_worker.go:165] ["[ddl] DDL worker closed"] [worker="worker 2, tp add index"] ["take time"=310ns] [2024/05/06 16:32:50.461 +08:00] [INFO] [delete_range.go:148] ["[ddl] closing delRange"] [2024/05/06 16:32:50.461 +08:00] [INFO] [session_pool.go:94] ["[ddl] closing sessionPool"] [2024/05/06 16:32:50.461 +08:00] [INFO] [ddl.go:833] ["[ddl] DDL closed"] [ID=9c477da1-09c6-4c93-9705-5ec511581ff5] ["take time"=381.853µs] [2024/05/06 16:32:50.461 +08:00] [INFO] [ddl.go:657] ["[ddl] stop DDL"] [ID=9c477da1-09c6-4c93-9705-5ec511581ff5] [2024/05/06 16:32:50.461 +08:00] [INFO] [domain.go:1156] ["closestReplicaReadCheckLoop exited."] [2024/05/06 16:32:50.461 +08:00] [INFO] [domain.go:651] ["topologySyncerKeeper exited."] [2024/05/06 16:32:50.461 +08:00] [INFO] [domain.go:628] ["globalConfigSyncerKeeper exited."] [2024/05/06 16:32:50.461 +08:00] [INFO] [domain.go:603] ["infoSyncerKeeper exited."] [2024/05/06 16:32:50.461 +08:00] [INFO] [domain.go:792] ["loadSchemaInLoop exited."] [2024/05/06 16:32:50.461 +08:00] [INFO] [domain.go:574] ["topNSlowQueryLoop exited."] [2024/05/06 16:32:50.461 +08:00] [INFO] [domain.go:920] ["domain closed"] ["take time"=461.131µs] [2024/05/06 16:32:50.461 +08:00] [INFO] [tidb.go:77] ["new domain"] [store=837a4456-737c-44dc-803e-c0845a1b6524] ["ddl lease"=45s] ["stats lease"=3s] ["index usage sync lease"=0s] [2024/05/06 16:32:50.467 +08:00] [INFO] [domain.go:241] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=39] ["start time"=5.229991ms] [2024/05/06 16:32:50.467 +08:00] [INFO] [domain.go:525] ["full load and reset schema validator"] [2024/05/06 16:32:50.467 +08:00] [INFO] [ddl.go:719] ["[ddl] start DDL"] [ID=0ff0d1fa-1a15-476a-b75f-937ead7b5008] [runWorker=true] [2024/05/06 16:32:50.467 +08:00] [INFO] [ddl.go:665] ["[ddl] start delRangeManager OK"] ["is a emulator"=true] [2024/05/06 16:32:50.467 +08:00] [INFO] [delete_range.go:158] ["[ddl] start delRange emulator"] [2024/05/06 16:32:50.467 +08:00] [INFO] [ddl_worker.go:171] ["[ddl] start DDL worker"] [worker="worker 8, tp general"] [2024/05/06 16:32:50.467 +08:00] [INFO] [ddl_worker.go:171] ["[ddl] start DDL worker"] [worker="worker 9, tp add index"] [2024/05/06 16:32:50.467 +08:00] [WARN] [env.go:52] ["[ddl-ingest] initialize environment failed"] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=true] [2024/05/06 16:32:50.467 +08:00] [INFO] [env.go:108] ["[ddl-ingest] the lightning sorted dir"] ["data path:"=/tmp/tidb/tmp_ddl-4000] [2024/05/06 16:32:50.467 +08:00] [INFO] [env.go:75] ["[ddl-ingest] init global lightning backend environment finished"] ["memory limitation"=2147483648] ["sort path disk quota"=107374182400] ["max open file number"=1048576] ["lightning is initialized"=true] [2024/05/06 16:32:50.468 +08:00] [WARN] [domain.go:1120] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 16:32:50.469 +08:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 16:32:50.476 +08:00] [WARN] [session.go:4223] ["unexpected no source type context, if you see this warning, the `RequestSourceTypeKey` is missing in the context"] [internal=true] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_audit_table_access (\n id int not null auto_increment, \n user varchar(32) NOT NULL comment \"username need be audit(regex)\",\n db varchar(32) NOT NULL comment \"db name need be audit(regex)\",\n tbl varchar(32) NOT NULL comment \"table name need be audit(regex)\",\n access_type varchar(1024) NOT NULL comment \"table access types split by comma\",\n create_time timestamp NULL DEFAULT CURRENT_TIMESTAMP comment \"record create time\",\n update_time timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP comment \"record last update time\",\n UNIQUE KEY(user, db, tbl),\n PRIMARY KEY (id)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin"] [2024/05/06 16:32:50.476 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_audit_table_access (\n id int not null auto_increment, \n user varchar(32) NOT NULL comment \"username need be audit(regex)\",\n db varchar(32) NOT NULL comment \"db name need be audit(regex)\",\n tbl varchar(32) NOT NULL comment \"table name need be audit(regex)\",\n access_type varchar(1024) NOT NULL comment \"table access types split by comma\",\n create_time timestamp NULL DEFAULT CURRENT_TIMESTAMP comment \"record create time\",\n update_time timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP comment \"record last update time\",\n UNIQUE KEY(user, db, tbl),\n PRIMARY KEY (id)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin"] [user=] [2024/05/06 16:32:50.477 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:50.476 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:50.477 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.476 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_audit_table_access (\n id int not null auto_increment, \n user varchar(32) NOT NULL comment \"username need be audit(regex)\",\n db varchar(32) NOT NULL comment \"db name need be audit(regex)\",\n tbl varchar(32) NOT NULL comment \"table name need be audit(regex)\",\n access_type varchar(1024) NOT NULL comment \"table access types split by comma\",\n create_time timestamp NULL DEFAULT CURRENT_TIMESTAMP comment \"record create time\",\n update_time timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP comment \"record last update time\",\n UNIQUE KEY(user, db, tbl),\n PRIMARY KEY (id)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin"] [2024/05/06 16:32:51.471 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 10, tp general"] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.476 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:51.473 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=221.01µs] [phyTblIDs="[80]"] [actionTypes="[8]"] [2024/05/06 16:32:51.518 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:51.518 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=81] [version=40] [2024/05/06 16:32:51.519 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=40] ["take time"=46.598237ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:50.476 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:51.522 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 10, tp general"] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:50.476 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:51.523 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=81] [2024/05/06 16:32:51.524 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:51.524 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=84] ["first split key"=748000000000000050] [2024/05/06 16:32:51.524 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 84, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 85, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:51.524 +08:00] [WARN] [session.go:4223] ["unexpected no source type context, if you see this warning, the `RequestSourceTypeKey` is missing in the context"] [internal=true] [sql="select user, db, tbl, access_type from mysql.tidb_audit_table_access"] [2024/05/06 16:32:51.524 +08:00] [WARN] [session.go:4223] ["unexpected no source type context, if you see this warning, the `RequestSourceTypeKey` is missing in the context"] [internal=true] [sql="create table if not exists mysql.whitelist (\n\t\tid int not null auto_increment primary key,\n\t\tname varchar(16) unique,\n\t\tlist TEXT\n\t)"] [2024/05/06 16:32:51.524 +08:00] [INFO] [session.go:3817] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=] [sql="create table if not exists mysql.whitelist (\n\t\tid int not null auto_increment primary key,\n\t\tname varchar(16) unique,\n\t\tlist TEXT\n\t)"] [user=] [2024/05/06 16:32:51.526 +08:00] [INFO] [ddl_worker.go:314] ["[ddl] add DDL jobs"] ["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 16:32:51.525 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 16:32:51.526 +08:00] [INFO] [ddl.go:1029] ["[ddl] start DDL job"] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:51.525 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="create table if not exists mysql.whitelist (\n\t\tid int not null auto_increment primary key,\n\t\tname varchar(16) unique,\n\t\tlist TEXT\n\t)"] [2024/05/06 16:32:51.526 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=86] ["first at"=748000000000000050] ["first new region left"="{Id:86 StartKey:7480000000000000ff4e00000000000000f8 EndKey:7480000000000000ff5000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:87 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:51.526 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[86]"] [2024/05/06 16:32:51.528 +08:00] [INFO] [ddl_worker.go:1180] ["[ddl] run DDL job"] [worker="worker 10, tp general"] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:51.525 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:51.529 +08:00] [INFO] [domain.go:215] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=134.993µs] [phyTblIDs="[82]"] [actionTypes="[8]"] [2024/05/06 16:32:51.568 +08:00] [INFO] [domain.go:750] ["session manager is nil"] [2024/05/06 16:32:51.568 +08:00] [INFO] [domain.go:769] ["mdl gets lock, update to owner"] [jobID=83] [version=41] [2024/05/06 16:32:51.569 +08:00] [INFO] [ddl_worker.go:1392] ["[ddl] wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [ver=41] ["take time"=40.295028ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 16:32:51.525 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:51.571 +08:00] [INFO] [ddl_worker.go:657] ["[ddl] finish DDL job"] [worker="worker 10, tp general"] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 16:32:51.525 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 16:32:51.572 +08:00] [INFO] [ddl.go:1127] ["[ddl] DDL job is finished"] [jobID=83] [2024/05/06 16:32:51.573 +08:00] [INFO] [callback.go:121] ["performing DDL change, must reload"] [2024/05/06 16:32:51.573 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=86] ["first split key"=748000000000000052] [2024/05/06 16:32:51.573 +08:00] [WARN] [session.go:4223] ["unexpected no source type context, if you see this warning, the `RequestSourceTypeKey` is missing in the context"] [internal=true] [sql="select * from mysql.whitelist"] [2024/05/06 16:32:51.573 +08:00] [INFO] [region_request.go:1285] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 86, ver: 1, confVer: 1 }"] [region-is-valid=false] [retry-times=0] [replica-read-type=leader] [replica-selector-state=accessKnownLeader] [stale-read=false] [replica-status="peer: 87, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable"] [total-backoff-ms=0] [total-backoff-times=0] [total-region-errors=epoch_not_match:1] [2024/05/06 16:32:51.574 +08:00] [WARN] [misc.go:453] ["Automatic TLS Certificate creation is disabled"] [] [2024/05/06 16:32:51.575 +08:00] [INFO] [cpu.go:83] ["sql cpu collector started"] [2024/05/06 16:32:51.575 +08:00] [INFO] [http_status.go:95] ["for status and metrics report"] ["listening on addr"=0.0.0.0:10080] [2024/05/06 16:32:51.575 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=88] ["first at"=748000000000000052] ["first new region left"="{Id:88 StartKey:7480000000000000ff5000000000000000f8 EndKey:7480000000000000ff5200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:89 store_id:1 ] EncryptionMeta: IsInFlashback:false}"] ["new region count"=1] [2024/05/06 16:32:51.575 +08:00] [INFO] [server.go:275] ["server is running MySQL protocol"] [addr=0.0.0.0:4000] [2024/05/06 16:32:51.575 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[88]"] [2024/05/06 16:32:51.575 +08:00] [INFO] [server.go:289] ["server is running MySQL protocol"] [socket=/tmp/tidb-4000.sock] [2024/05/06 16:32:51.577 +08:00] [INFO] [domain.go:1944] ["init stats info time"] ["take time"=2.310672ms] [2024/05/06 16:32:52.468 +08:00] [INFO] [info.go:1114] [SetTiFlashGroupConfig] + killall -9 -r tidb-server [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] container [Pipeline] { [Pipeline] sh + bash scripts/plugins/report_job_result.sh SUCCESS result.json http://fileserver.pingcap.net --2024-05-06 08:33:20-- http://fileserver.pingcap.net/download/rd-atom-agent/agent_upload_verifyci_metadata.py Resolving fileserver.pingcap.net (fileserver.pingcap.net)... 10.2.12.82 Connecting to fileserver.pingcap.net (fileserver.pingcap.net)|10.2.12.82|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 4181 (4.1K) [application/octet-stream] Saving to: ‘agent_upload_verifyci_metadata.py’ 0K .... 100% 594M=0s 2024-05-06 08:33:21 (594 MB/s) - ‘agent_upload_verifyci_metadata.py’ saved [4181/4181] No junit report file parse result file result.json success upload data succesfully. [Pipeline] } [Pipeline] // container [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [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