Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/release-7.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-7.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-7-5-ghpr-build-805-2tzms-39m53-1zmhd Agent pingcap-tidb-release-7-5-ghpr-build-805-2tzms-39m53-1zmhd is provisioned from template pingcap_tidb_release-7_5_ghpr_build_805-2tzms-39m53 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_build/805/" runUrl: "job/pingcap/job/tidb/job/release-7.5/job/ghpr_build/805/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "d03bd0e5760301733ff5397981dfb09e82db84f6" jenkins/label: "pingcap_tidb_release-7_5_ghpr_build_805-2tzms" name: "pingcap-tidb-release-7-5-ghpr-build-805-2tzms-39m53-1zmhd" namespace: "jenkins-tidb" spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: "kubernetes.io/arch" operator: "In" values: - "amd64" containers: - image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809" 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: "/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-7-5-ghpr-build-805-2tzms-39m53-1zmhd" - name: "JENKINS_NAME" value: "pingcap-tidb-release-7-5-ghpr-build-805-2tzms-39m53-1zmhd" - 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" Running on pingcap-tidb-release-7-5-ghpr-build-805-2tzms-39m53-1zmhd in /home/jenkins/agent/workspace/pingcap/tidb/release-7.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-7.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 Commit message: "fix(br): use failpoint tidb-server instead (#2951)" > git config core.sparsecheckout # timeout=10 > git checkout -f 03312178c534dce949face80c69812d989e55009 # timeout=10 > git rev-list --no-walk 03312178c534dce949face80c69812d989e55009 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv PROW_JOB_ID=7450f328-649b-4e8d-9526-31e3e30a99d2 JENKINS_NODE_COOKIE=6a4355ed-90dd-46fa-a9f9-69130fad14d7 BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_build/805/ GOLANG_VERSION=1.21.0 HOSTNAME=pingcap-tidb-release-7-5-ghpr-build-805-2tzms-39m53-1zmhd HUDSON_SERVER_COOKIE=83ef27fe9acccc92 KUBERNETES_PORT=tcp://10.233.0.1:443 KUBERNETES_PORT_443_TCP_PORT=443 TERM=xterm STAGE_NAME=Debug info BUILD_TAG=jenkins-pingcap-tidb-release-7.5-ghpr_build-805 KUBERNETES_SERVICE_PORT=443 GIT_PREVIOUS_COMMIT=03312178c534dce949face80c69812d989e55009 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/release-7.5/ghpr_build","buildid":"1787308267660120068","prowjobid":"7450f328-649b-4e8d-9526-31e3e30a99d2","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"release-7.5","base_sha":"61c4bd61254323d2dc68a8de048000ea036e67ac","base_link":"https://github.com/pingcap/tidb/commit/61c4bd61254323d2dc68a8de048000ea036e67ac","pulls":[{"number":53022,"author":"ti-chi-bot","sha":"8a19564f29b048047e6bf26aebcbb57569619f55","title":"ddl: fix unexpected delete ETCD value (#52504)","link":"https://github.com/pingcap/tidb/pull/53022","commit_link":"https://github.com/pingcap/tidb/pull/53022/commits/8a19564f29b048047e6bf26aebcbb57569619f55","author_link":"https://github.com/ti-chi-bot"}]}} KUBERNETES_SERVICE_HOST=10.233.0.1 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_build/ RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_build/805/display/redirect?page=changes RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_build/805/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-7.5/job/ghpr_build/805/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-7.5/ghpr_build HUDSON_URL=https://do.pingcap.net/jenkins/ JOB_NAME=pingcap/tidb/release-7.5/ghpr_build TZ=Asia/Shanghai BUILD_DISPLAY_NAME=#805 JENKINS_URL=https://do.pingcap.net/jenkins/ BUILD_ID=1787308267660120068 GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742 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-7.5/job/ghpr_build/805/display/redirect?page=tests SHLVL=3 HOME=/home/jenkins POD_LABEL=pingcap_tidb_release-7_5_ghpr_build_805-2tzms 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-7.5/ghpr_build@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-107aede79b438069e303a1852789d5783078d9085668e0f0bd9e361f8dd1f3ee NODE_LABELS=pingcap_tidb_release-7_5_ghpr_build_805-2tzms pingcap-tidb-release-7-5-ghpr-build-805-2tzms-39m53-1zmhd GIT_URL=https://github.com/PingCAP-QE/ci.git HUDSON_HOME=/var/jenkins_home CLASSPATH= NODE_NAME=pingcap-tidb-release-7-5-ghpr-build-805-2tzms-39m53-1zmhd GOPATH=/go JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_build/display/redirect BUILD_NUMBER=805 KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 GOLANG_DOWNLOAD_URL=https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz + echo ------------------------- ------------------------- + go env GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/jenkins/.cache/go-build' GOENV='/home/jenkins/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='linux' GOPATH='/go' GOPRIVATE='' GOPROXY='http://goproxy.apps.svc,https://proxy.golang.org,direct' GOROOT='/usr/local/go' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/usr/local/go/pkg/tool/linux_amd64' GOVCS='' GOVERSION='go1.21.0' GCCGO='gccgo' GOAMD64='v1' AR='ar' CC='gcc' CXX='g++' CGO_ENABLED='1' GOMOD='/dev/null' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build531305277=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 root root 1, 3 May 6 10:28 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-7-5-ghpr-build-805-2tzms-39m53-1zmhd bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-7-5-ghpr-build-805-2tzms-39m53-1zmhd 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: 51440 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 79b7759086174a71 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 26 IN A 20.205.243.166 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Mon May 06 02:28:20 UTC 2024 ;; MSG SIZE rcvd: 77 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-a088e59-f595d17) 459104256 bytes in 4.39 secs (104620363 bytes/sec) [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SSH_KEY [Pipeline] { [Pipeline] sh + '[' -d /home/jenkins/.ssh ']' + mkdir /home/jenkins/.ssh + chmod 0700 /home/jenkins/.ssh + cp **** /home/jenkins/.ssh/id_rsa + chmod 400 /home/jenkins/.ssh/id_rsa + ssh-keyscan -t rsa,dsa github.com # github.com:22 SSH-2.0-babeld-9713928c # github.com:22 SSH-2.0-babeld-9713928c [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { [Pipeline] sh git version 2.37.2 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb/.git/ .git HEAD is now at f595d17b13 Update the PD client to adopt the latest fix POST git-upload-pack (686 bytes) POST git-upload-pack (1023 bytes) POST git-upload-pack (gzip 2023 to 1076 bytes) From https://github.com/pingcap/tidb * [new branch] release-7.5 -> origin/release-7.5 * [new ref] refs/pull/53022/head -> origin/pr/53022/head * [new tag] v7.5.0 -> v7.5.0 * [new tag] v7.5.1 -> v7.5.1 Previous HEAD position was f595d17b13 Update the PD client to adopt the latest fix HEAD is now at 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522) 🚧 Checkouting to base SHA:61c4bd61254323d2dc68a8de048000ea036e67ac... HEAD is now at 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522) M pkg/extension/enterprise ✅ Checked. 🎉 🧾 HEAD info: 61c4bd61254323d2dc68a8de048000ea036e67ac 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522) 3df1fe2cb9 *: bump up client-go to fix #52193 & #50758 (#52977) bf84e231e6 *: modify the printing of column default expression in `SHOW CREATE TABLE` and `Restore` (#52940) (#52951) 🚧 Pre-merge heads of pull requests to base SHA: 61c4bd61254323d2dc68a8de048000ea036e67ac ... Updating 61c4bd6125..8a19564f29 Fast-forward pkg/ddl/ddl_worker.go | 4 ++-- pkg/ddl/job_table.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 🧾 Pre-merged result: 8a19564f29b048047e6bf26aebcbb57569619f55 8a19564f29 done 61c4bd6125 lightning: return 0 early on empty parquet files (#52519) (#52522) 3df1fe2cb9 *: bump up client-go to fix #52193 & #50758 (#52977) ✅ Pre merged 🎉 📁 update submodules ... Submodule path 'pkg/extension/enterprise': checked out '18bb1d4facf3c0272c8197c792ce29b574b579bc' ✅ update submodules done ✅ ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-61c4bd6-8a19564) 465678848 bytes in 9.69 secs (48044388 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build tidb-server community edition) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb [Pipeline] { [Pipeline] sh + make bazel_build mkdir -p bin bazel --output_user_root=/home/jenkins/.tidb/tmp build --config=ci --repository_cache=/home/jenkins/.tidb/tmp \ //... --//build:with_nogo_flag=true Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: 2509e118-e19c-412f-9916-f1d3944c5438 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'build' from /home/jenkins/agent/workspace/pingcap/tidb/release-7.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_02_28_07.330482731/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 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression Loading: Loading: Loading: Loading: Loading: Loading: 1 packages loaded Analyzing: 1064 targets (587 packages loaded, 0 targets configured) Analyzing: 1064 targets (628 packages loaded, 355 targets configured) Analyzing: 1064 targets (628 packages loaded, 355 targets configured) Analyzing: 1064 targets (628 packages loaded, 355 targets configured) Analyzing: 1064 targets (637 packages loaded, 1172 targets configured) Analyzing: 1064 targets (637 packages loaded, 10517 targets configured) Analyzing: 1064 targets (637 packages loaded, 10517 targets configured) Analyzing: 1064 targets (641 packages loaded, 10577 targets configured) Analyzing: 1064 targets (641 packages loaded, 10577 targets configured) Analyzing: 1064 targets (664 packages loaded, 10605 targets configured) Analyzing: 1064 targets (715 packages loaded, 10767 targets configured) Analyzing: 1064 targets (863 packages loaded, 11815 targets configured) Analyzing: 1064 targets (916 packages loaded, 13209 targets configured) Analyzing: 1064 targets (973 packages loaded, 15001 targets configured) Analyzing: 1064 targets (1145 packages loaded, 16140 targets configured) Analyzing: 1064 targets (1367 packages loaded, 18985 targets configured) Analyzing: 1064 targets (1514 packages loaded, 22159 targets configured) Analyzing: 1064 targets (1620 packages loaded, 24570 targets configured) Analyzing: 1064 targets (1717 packages loaded, 25709 targets configured) Analyzing: 1064 targets (1773 packages loaded, 26109 targets configured) Analyzing: 1064 targets (1860 packages loaded, 26709 targets configured) Analyzing: 1064 targets (1904 packages loaded, 27232 targets configured) INFO: Analyzed 1064 targets (1904 packages loaded, 27519 targets configured).  checking cached actions INFO: Found 1064 targets... [0 / 271] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (2 actions, 0 running) [863 / 9,226] Creating runfiles tree bazel-out/k8-fastbuild/bin/cmd/mirror/mirror_/mirror.runfiles; 0s local ... (7 actions, 1 running) [893 / 9,226] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 10.0 MiB / 17.2 MiB; 1s remote-cache ... (16 actions, 0 running) [896 / 9,226] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (16 actions, 0 running) [898 / 9,226] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/net/http.a, 6.0 MiB / 8.3 MiB; 3s remote-cache ... (16 actions, 0 running) [918 / 9,226] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 5.0 MiB / 17.2 MiB; 4s remote-cache ... (16 actions, 0 running) [1,353 / 9,226] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 8.0 MiB / 10.3 MiB; 0s remote-cache ... (16 actions, 0 running) [1,512 / 9,226] GoCompilePkg external/org_golang_x_tools/go/ssa/ssa.a [for tool]; 0s remote-cache ... (16 actions, 0 running) [1,818 / 9,226] GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool]; Downloading build/tidb_nogo_actual_/tidb_nogo_actual, 15.3 MiB / 15.7 MiB; 0s remote-cache ... (15 actions, 0 running) [2,140 / 9,226] GoLink pkg/util/backoff/backoff_test_/backoff_test; Downloading pkg/util/backoff/backoff_test_/backoff_test, 3.0 MiB / 3.8 MiB; 0s remote-cache ... (16 actions, 0 running) [2,490 / 9,226] GoCompilePkg pkg/util/format/format_test~testmain.a; Downloading pkg/util/format/format_test~testmain.a; 0s remote-cache ... (15 actions, 0 running) [2,771 / 9,226] GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 15.0 MiB / 21.1 MiB; 0s remote-cache ... (16 actions, 0 running) [3,008 / 9,226] GoLink pkg/util/mvmap/mvmap_test_/mvmap_test; Downloading pkg/util/mvmap/mvmap_test_/mvmap_test, 4.0 MiB / 4.7 MiB; 0s remote-cache ... (16 actions, 0 running) [3,222 / 9,226] GoCompilePkg external/com_github_masterminds_semver_v3/semver.a; Downloading external/com_github_masterminds_semver_v3/semver.a; 0s remote-cache ... (16 actions, 0 running) [3,442 / 9,226] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 25.0 MiB / 71.0 MiB; 0s remote-cache ... (16 actions, 0 running) [3,588 / 9,226] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 1s remote-cache ... (16 actions, 0 running) [3,719 / 9,226] GoLink pkg/resourcemanager/util/util_test_/util_test; Downloading pkg/resourcemanager/util/util_test_/util_test, 3.0 MiB / 3.8 MiB; 0s remote-cache ... (16 actions, 0 running) [3,905 / 9,226] GoLink pkg/parser/mysql/mysql_test_/mysql_test; 0s remote-cache ... (16 actions, 0 running) [4,087 / 9,226] GoCompilePkg pkg/parser/types/ast.recompile47.a; Downloading pkg/parser/types/ast.recompile47.a, 6.1 MiB / 7.9 MiB; 0s remote-cache ... (16 actions, 0 running) [4,217 / 9,226] GoLink pkg/util/etcd/etcd_test_/etcd_test; 0s remote-cache ... (16 actions, 0 running) [4,364 / 9,226] GoCompilePkg pkg/parser/parser_test.internal.a; Downloading pkg/parser/parser_test.internal.a, 7.0 MiB / 11.4 MiB; 0s remote-cache ... (16 actions, 0 running) [4,527 / 9,226] GoCompilePkg external/com_github_apache_thrift/lib/go/thrift/thrift.a; 0s remote-cache ... (15 actions, 0 running) [4,622 / 9,226] GoLink pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test; Downloading pkg/util/resourcegrouptag/resourcegrouptag_test_/resourcegrouptag_test, 19.0 MiB / 20.9 MiB; 0s remote-cache ... (16 actions, 0 running) [4,679 / 9,226] GoCompilePkg external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a; Downloading external/com_github_aws_aws_sdk_go/aws/endpoints/endpoints.a, 15.0 MiB / 18.8 MiB; 0s remote-cache ... (14 actions, 0 running) [4,779 / 9,226] GoLink pkg/util/collate/collate_test_/collate_test; Downloading pkg/util/collate/collate_test_/collate_test, 11.0 MiB / 24.0 MiB; 0s remote-cache ... (16 actions, 0 running) [4,822 / 9,226] GoLink pkg/util/logutil/logutil_test_/logutil_test; 1s remote-cache ... (16 actions, 0 running) [4,882 / 9,226] GoLink pkg/ttl/metrics/metrics_test_/metrics_test; 1s remote-cache ... (16 actions, 0 running) [4,918 / 9,226] GoLink pkg/util/disk/disk_test_/disk_test; Downloading pkg/util/disk/disk_test_/disk_test, 16.5 MiB / 24.3 MiB; 1s remote-cache ... (16 actions, 0 running) [4,974 / 9,226] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 38.6 MiB / 76.2 MiB; 1s remote-cache ... (16 actions, 0 running) [5,034 / 9,226] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 63.6 MiB / 76.2 MiB; 2s remote-cache ... (16 actions, 0 running) [5,056 / 9,226] GoLink pkg/util/cteutil/cteutil_test_/cteutil_test; 1s remote-cache ... (16 actions, 0 running) [5,110 / 9,226] GoLink pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test; Downloading pkg/util/deadlockhistory/deadlockhistory_test_/deadlockhistory_test, 16.2 MiB / 28.8 MiB; 0s remote-cache ... (15 actions, 0 running) [5,159 / 9,226] GoCompilePkg pkg/metrics/expression.recompile471.a; Downloading pkg/metrics/expression.recompile471.a, 21.0 MiB / 78.9 MiB; 1s remote-cache ... (16 actions, 0 running) [5,226 / 9,226] GoCompilePkg pkg/metrics/expression.recompile471.a; Downloading pkg/metrics/expression.recompile471.a, 51.0 MiB / 78.9 MiB; 2s remote-cache ... (16 actions, 0 running) [5,258 / 9,226] GoCompilePkg pkg/metrics/expression.recompile471.a; Downloading pkg/metrics/expression.recompile471.a, 70.0 MiB / 78.9 MiB; 3s remote-cache ... (16 actions, 0 running) [5,277 / 9,226] GoLink pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test; Downloading pkg/util/stmtsummary/stmtsummary_test_/stmtsummary_test, 28.0 MiB / 29.1 MiB; 1s remote-cache ... (16 actions, 0 running) [5,297 / 9,226] GoLink pkg/resourcemanager/resourcemanager_test_/resourcemanager_test; Downloading pkg/resourcemanager/resourcemanager_test_/resourcemanager_test, 28.0 MiB / 28.8 MiB; 2s remote-cache ... (16 actions, 0 running) [5,331 / 9,226] GoLink pkg/util/localpool/localpool_test_/localpool_test; Downloading pkg/util/localpool/localpool_test_/localpool_test, 28.0 MiB / 28.8 MiB; 1s remote-cache ... (16 actions, 0 running) [5,370 / 9,226] GoLink pkg/util/generatedexpr/generatedexpr_test_/generatedexpr_test; 2s remote-cache ... (16 actions, 0 running) [5,429 / 9,226] GoCompilePkg pkg/util/expression.recompile515.a; Downloading pkg/util/expression.recompile515.a, 47.0 MiB / 78.9 MiB; 2s remote-cache ... (16 actions, 0 running) [5,469 / 9,226] GoCompilePkg pkg/util/expression.recompile515.a; Downloading pkg/util/expression.recompile515.a, 68.5 MiB / 78.9 MiB; 3s remote-cache ... (16 actions, 0 running) [5,493 / 9,226] GoLink pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test; Downloading pkg/util/servermemorylimit/servermemorylimit_test_/servermemorylimit_test, 37.0 MiB / 40.3 MiB; 2s remote-cache ... (15 actions, 0 running) [5,514 / 9,226] GoLink pkg/metrics/metrics_test_/metrics_test; Downloading pkg/metrics/metrics_test_/metrics_test, 50.0 MiB / 50.1 MiB; 3s remote-cache ... (16 actions, 0 running) [5,548 / 9,226] GoLink pkg/util/sem/sem_test_/sem_test; Downloading pkg/util/sem/sem_test_/sem_test, 37.0 MiB / 39.3 MiB; 2s remote-cache ... (16 actions, 0 running) [5,574 / 9,226] GoLink pkg/util/gctuner/gctuner_test_/gctuner_test; 2s remote-cache ... (16 actions, 0 running) [5,594 / 9,226] GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; Downloading pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test, 44.0 MiB / 53.3 MiB; 2s remote-cache ... (16 actions, 0 running) [5,615 / 9,226] GoCompilePkg pkg/meta/expression.recompile515.a; Downloading pkg/meta/expression.recompile515.a, 58.0 MiB / 78.9 MiB; 3s remote-cache ... (16 actions, 0 running) [5,640 / 9,226] GoCompilePkg pkg/meta/expression.recompile515.a; Downloading pkg/meta/expression.recompile515.a, 74.0 MiB / 78.9 MiB; 4s remote-cache ... (16 actions, 0 running) [5,663 / 9,226] GoCompilePkg pkg/extension/expression.recompile1061.a; Downloading pkg/extension/expression.recompile1061.a, 54.0 MiB / 78.9 MiB; 3s remote-cache ... (16 actions, 0 running) [5,692 / 9,226] GoCompilePkg pkg/extension/expression.recompile1061.a; Downloading pkg/extension/expression.recompile1061.a, 72.0 MiB / 78.9 MiB; 4s remote-cache ... (16 actions, 0 running) [5,719 / 9,226] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 69.0 MiB / 78.9 MiB; 4s remote-cache ... (16 actions, 0 running) [5,755 / 9,226] GoCompilePkg pkg/structure/expression.recompile1034.a; 5s remote-cache ... (16 actions, 0 running) [5,796 / 9,226] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 19.0 MiB / 166.9 MiB; 1s remote-cache ... (16 actions, 0 running) [5,829 / 9,226] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 37.0 MiB / 166.9 MiB; 2s remote-cache ... (16 actions, 0 running) [5,860 / 9,226] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 53.0 MiB / 166.9 MiB; 3s remote-cache ... (16 actions, 0 running) [5,891 / 9,226] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 70.2 MiB / 166.9 MiB; 4s remote-cache ... (16 actions, 0 running) [5,924 / 9,226] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 89.0 MiB / 166.9 MiB; 5s remote-cache ... (16 actions, 0 running) [5,965 / 9,226] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 111.0 MiB / 166.9 MiB; 6s remote-cache ... (16 actions, 0 running) [6,004 / 9,226] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 132.0 MiB / 166.9 MiB; 7s remote-cache ... (16 actions, 0 running) [6,043 / 9,226] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 150.0 MiB / 166.9 MiB; 8s remote-cache ... (16 actions, 0 running) [6,077 / 9,226] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 9s remote-cache ... (16 actions, 0 running) [6,108 / 9,226] GoLink pkg/ttl/client/client_test_/client_test; Downloading pkg/ttl/client/client_test_/client_test, 39.0 MiB / 45.6 MiB; 2s remote-cache ... (15 actions, 0 running) [6,153 / 9,226] GoLink pkg/domain/infosync/infosync_test_/infosync_test; Downloading pkg/domain/infosync/infosync_test_/infosync_test, 7.8 MiB / 46.3 MiB; 0s remote-cache ... (17 actions, 2 running) [6,182 / 9,226] GoLink pkg/domain/infosync/infosync_test_/infosync_test; Downloading pkg/domain/infosync/infosync_test_/infosync_test, 25.0 MiB / 46.3 MiB; 1s remote-cache ... (17 actions, 2 running) [6,209 / 9,226] GoLink pkg/domain/infosync/infosync_test_/infosync_test; Downloading pkg/domain/infosync/infosync_test_/infosync_test, 40.5 MiB / 46.3 MiB; 2s remote-cache ... (17 actions, 2 running) [6,242 / 9,226] GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1103.a; 3s remote-cache, linux-sandbox ... (16 actions, 2 running) [6,286 / 9,226] GoCompilePkg pkg/sessionctx/stmtctx/ddl.recompile1103.a; 4s remote-cache, linux-sandbox ... (18 actions, 4 running) [6,322 / 9,226] GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; Downloading pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test, 36.0 MiB / 48.5 MiB; 2s remote-cache ... (17 actions, 2 running) [6,355 / 9,226] GoLink pkg/executor/internal/vecgroupchecker/vecgroupchecker_test_/vecgroupchecker_test; 3s remote-cache ... (16 actions, 2 running) [6,396 / 9,226] GoCompilePkg pkg/planner/funcdep/ddl.recompile1104.a; 3s remote-cache, linux-sandbox ... (19 actions, 6 running) [6,431 / 9,226] GoCompilePkg pkg/planner/funcdep/ddl.recompile1104.a; 4s remote-cache, linux-sandbox ... (19 actions, 6 running) [6,443 / 9,226] GoCompilePkg pkg/planner/funcdep/ddl.recompile1104.a; 5s remote-cache, linux-sandbox ... (17 actions, 6 running) [6,456 / 9,226] GoCompilePkg pkg/planner/funcdep/ddl.recompile1104.a; 6s remote-cache, linux-sandbox ... (19 actions, 6 running) [6,471 / 9,226] GoCompilePkg pkg/planner/funcdep/ddl.recompile1104.a; 7s remote-cache, linux-sandbox ... (19 actions, 6 running) [6,502 / 9,226] GoCompilePkg pkg/extension/ddl.recompile1131.a; 5s remote-cache, linux-sandbox ... (17 actions, 4 running) [6,540 / 9,226] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 80.0 MiB / 92.4 MiB; 6s remote-cache ... (17 actions, 2 running) [6,567 / 9,226] GoCompilePkg pkg/expression/expression.a; 7s remote-cache ... (17 actions, 2 running) [6,583 / 9,226] GoCompilePkg pkg/table/tables/ddl.recompile1109.a; 2s remote-cache, linux-sandbox ... (17 actions, 2 running) [6,610 / 9,226] GoCompilePkg pkg/table/tables/ddl.recompile1109.a; 3s remote-cache, linux-sandbox ... (19 actions, 6 running) [6,626 / 9,226] GoCompilePkg pkg/table/tables/ddl.recompile1109.a; 4s remote-cache, linux-sandbox ... (20 actions, 8 running) [6,635 / 9,226] GoCompilePkg pkg/table/tables/ddl.recompile1109.a; 5s remote-cache, linux-sandbox ... (20 actions, 8 running) [6,639 / 9,226] GoCompilePkg pkg/table/tables/ddl.recompile1109.a; 7s remote-cache, linux-sandbox ... (20 actions, 8 running) [6,652 / 9,226] GoCompilePkg pkg/table/tables/ddl.recompile1109.a; 8s remote-cache, linux-sandbox ... (21 actions, 10 running) [6,660 / 9,226] GoCompilePkg br/pkg/storage/ddl.recompile1153.a; 6s remote-cache, linux-sandbox ... (20 actions, 8 running) [6,672 / 9,226] GoCompilePkg pkg/sessionctx/sessionstates/ddl.recompile1128.a; 7s remote-cache, linux-sandbox ... (19 actions, 6 running) [6,690 / 9,226] GoCompilePkg pkg/sessionctx/sessionstates/ddl.recompile1128.a; 8s remote-cache, linux-sandbox ... (19 actions, 6 running) [6,721 / 9,226] GoCompilePkg pkg/sessionctx/sessionstates/ddl.recompile1128.a; 9s remote-cache, linux-sandbox ... (18 actions, 4 running) [6,748 / 9,226] GoCompilePkg pkg/sessionctx/sessionstates/ddl.recompile1128.a; 10s remote-cache, linux-sandbox ... (18 actions, 4 running) [6,775 / 9,226] GoLink pkg/table/temptable/temptable_test_/temptable_test; Downloading pkg/table/temptable/temptable_test_/temptable_test, 52.0 MiB / 56.9 MiB; 3s remote-cache ... (17 actions, 2 running) [6,785 / 9,226] GoLink br/pkg/version/version_test_/version_test; Downloading br/pkg/version/version_test_/version_test, 34.0 MiB / 67.5 MiB; 2s remote-cache ... (17 actions, 2 running) [6,796 / 9,226] GoLink br/pkg/version/version_test_/version_test; Downloading br/pkg/version/version_test_/version_test, 46.0 MiB / 67.5 MiB; 3s remote-cache ... (17 actions, 2 running) [6,809 / 9,226] GoLink br/pkg/version/version_test_/version_test; Downloading br/pkg/version/version_test_/version_test, 61.3 MiB / 67.5 MiB; 4s remote-cache ... (17 actions, 2 running) [6,830 / 9,226] GoCompilePkg pkg/statistics/ddl.recompile1105.a; 4s remote-cache, linux-sandbox ... (17 actions, 2 running) [6,865 / 9,226] GoLink pkg/statistics/handle/lockstats/lockstats_test_/lockstats_test; Downloading pkg/statistics/handle/lockstats/lockstats_test_/lockstats_test, 22.0 MiB / 50.2 MiB; 1s remote-cache ... (17 actions, 2 running) [6,885 / 9,226] GoLink pkg/statistics/handle/lockstats/lockstats_test_/lockstats_test; Downloading pkg/statistics/handle/lockstats/lockstats_test_/lockstats_test, 37.0 MiB / 50.2 MiB; 2s remote-cache ... (17 actions, 2 running) [6,899 / 9,226] GoLink pkg/statistics/handle/lockstats/lockstats_test_/lockstats_test; Downloading pkg/statistics/handle/lockstats/lockstats_test_/lockstats_test, 47.0 MiB / 50.2 MiB; 3s remote-cache ... (17 actions, 2 running) [6,927 / 9,226] GoCompilePkg pkg/infoschema/ddl.recompile1136.a; 3s remote-cache, linux-sandbox ... (17 actions, 2 running) [6,945 / 9,226] GoCompilePkg pkg/infoschema/ddl.recompile1136.a; 4s remote-cache, linux-sandbox ... (18 actions, 4 running) [6,959 / 9,226] GoCompilePkg pkg/infoschema/ddl.recompile1136.a; 5s remote-cache, linux-sandbox ... (18 actions, 4 running) [6,973 / 9,226] GoCompilePkg pkg/infoschema/ddl.recompile1136.a; 6s remote-cache, linux-sandbox ... (18 actions, 4 running) [6,987 / 9,226] GoLink br/pkg/pdutil/pdutil_test_/pdutil_test; Downloading br/pkg/pdutil/pdutil_test_/pdutil_test, 59.7 MiB / 70.6 MiB; 4s remote-cache ... (17 actions, 2 running) [7,004 / 9,226] GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 4s remote-cache, linux-sandbox ... (17 actions, 2 running) [7,019 / 9,226] GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 5s remote-cache, linux-sandbox ... (17 actions, 2 running) [7,045 / 9,226] GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 7s remote-cache, linux-sandbox ... (18 actions, 4 running) [7,067 / 9,226] GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 8s remote-cache, linux-sandbox ... (18 actions, 4 running) [7,087 / 9,226] GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 9s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,107 / 9,226] GoLink pkg/sessionctx/stmtctx/stmtctx_test_/stmtctx_test; 10s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,133 / 9,226] GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 5s remote-cache, linux-sandbox ... (18 actions, 4 running) [7,147 / 9,226] GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 6s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,162 / 9,226] GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 7s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,174 / 9,226] GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 8s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,188 / 9,226] GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 9s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,207 / 9,226] GoLink pkg/planner/funcdep/funcdep_test_/funcdep_test; 10s remote-cache, linux-sandbox ... (20 actions, 8 running) [7,232 / 9,226] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 9s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,266 / 9,226] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 10s remote-cache, linux-sandbox ... (21 actions, 12 running) [7,288 / 9,226] GoLink pkg/extension/extension_test_/extension_test; 7s remote-cache, linux-sandbox ... (21 actions, 10 running) [7,318 / 9,226] GoLink pkg/extension/extension_test_/extension_test; 8s remote-cache, linux-sandbox ... (23 actions, 14 running) [7,334 / 9,226] GoLink pkg/table/tables/tables_test_/tables_test; 5s remote-cache, linux-sandbox ... (23 actions, 14 running) [7,348 / 9,226] GoLink pkg/table/tables/tables_test_/tables_test; 6s remote-cache, linux-sandbox ... (24 actions, 16 running) [7,355 / 9,226] GoLink pkg/table/tables/tables_test_/tables_test; 7s remote-cache, linux-sandbox ... (24 actions, 16 running) [7,361 / 9,226] GoLink pkg/table/tables/tables_test_/tables_test; 8s remote-cache, linux-sandbox ... (24 actions, 16 running) [7,370 / 9,226] GoLink pkg/table/tables/tables_test_/tables_test; 9s remote-cache, linux-sandbox ... (24 actions, 16 running) [7,379 / 9,226] GoLink pkg/table/tables/tables_test_/tables_test; 11s remote-cache, linux-sandbox ... (23 actions, 14 running) [7,392 / 9,226] GoLink pkg/table/tables/tables_test_/tables_test; 12s remote-cache, linux-sandbox ... (24 actions, 16 running) [7,408 / 9,226] GoLink pkg/structure/structure_test_/structure_test; 11s remote-cache, linux-sandbox ... (23 actions, 14 running) [7,415 / 9,226] GoLink pkg/structure/structure_test_/structure_test; 12s remote-cache, linux-sandbox ... (23 actions, 14 running) [7,428 / 9,226] GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 11s remote-cache, linux-sandbox ... (20 actions, 8 running) [7,443 / 9,226] GoLink pkg/sessionctx/sessionstates/sessionstates_test_/sessionstates_test; 12s remote-cache, linux-sandbox ... (21 actions, 10 running) [7,450 / 9,226] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 6s remote-cache, linux-sandbox ... (20 actions, 8 running) [7,456 / 9,226] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 7s remote-cache, linux-sandbox ... (23 actions, 14 running) [7,459 / 9,226] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 8s remote-cache, linux-sandbox ... (23 actions, 14 running) [7,463 / 9,226] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 10s remote-cache, linux-sandbox ... (25 actions, 18 running) [7,464 / 9,226] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 11s remote-cache, linux-sandbox ... (25 actions, 18 running) [7,466 / 9,226] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 12s remote-cache, linux-sandbox ... (25 actions, 18 running) [7,467 / 9,226] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 14s remote-cache, linux-sandbox ... (25 actions, 18 running) [7,470 / 9,226] GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 11s remote-cache, linux-sandbox ... (24 actions, 16 running) [7,474 / 9,226] GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 12s remote-cache, linux-sandbox ... (24 actions, 16 running) [7,489 / 9,226] GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 13s remote-cache, linux-sandbox ... (26 actions, 20 running) [7,499 / 9,226] GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 14s remote-cache, linux-sandbox ... (27 actions, 22 running) [7,503 / 9,226] GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 15s remote-cache, linux-sandbox ... (27 actions, 22 running) [7,508 / 9,226] GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 17s remote-cache, linux-sandbox ... (26 actions, 22 running) [7,510 / 9,226] GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 18s remote-cache, linux-sandbox ... (27 actions, 22 running) [7,514 / 9,226] GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 19s remote-cache, linux-sandbox ... (27 actions, 22 running) [7,516 / 9,226] GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 20s remote-cache, linux-sandbox ... (28 actions, 24 running) [7,518 / 9,226] GoCompilePkg br/pkg/lightning/backend/kv/ddl.recompile1014.a; 21s remote-cache, linux-sandbox ... (28 actions, 24 running) [7,525 / 9,226] GoCompilePkg pkg/ddl/ingest/ddl.recompile1110.a; 22s remote-cache, linux-sandbox ... (26 actions, 20 running) [7,529 / 9,226] GoCompilePkg pkg/ddl/ingest/ddl.recompile1110.a; 23s remote-cache, linux-sandbox ... (26 actions, 20 running) [7,537 / 9,226] GoCompilePkg br/pkg/lightning/backend/local/ddl.recompile898.a; 23s remote-cache, linux-sandbox ... (24 actions, 16 running) [7,549 / 9,226] GoCompilePkg pkg/statistics/handle/ddl.recompile1109.a; 22s remote-cache, linux-sandbox ... (23 actions, 14 running) [7,567 / 9,226] GoCompilePkg pkg/statistics/handle/ddl.recompile1109.a; 23s remote-cache, linux-sandbox ... (20 actions, 8 running) [7,598 / 9,226] GoCompilePkg pkg/ddl/ddl.a; 22s remote-cache, linux-sandbox ... (20 actions, 8 running) [7,626 / 9,226] GoLink br/pkg/lightning/backend/local/local_test_/local_test; 2s remote-cache, linux-sandbox ... (18 actions, 4 running) [7,652 / 9,226] GoLink br/pkg/lightning/backend/local/local_test_/local_test; 3s remote-cache, linux-sandbox ... (18 actions, 4 running) [7,677 / 9,226] GoLink br/pkg/lightning/backend/local/local_test_/local_test; 4s remote-cache, linux-sandbox ... (18 actions, 6 running) [7,698 / 9,226] GoLink br/pkg/lightning/backend/local/local_test_/local_test; 5s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,710 / 9,226] GoLink br/pkg/lightning/backend/local/local_test_/local_test; 6s remote-cache, linux-sandbox ... (18 actions, 6 running) [7,738 / 9,226] GoLink pkg/expression/expression_test_/expression_test; 6s remote-cache, linux-sandbox ... (18 actions, 4 running) [7,762 / 9,226] GoLink pkg/expression/expression_test_/expression_test; 7s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,783 / 9,226] GoLink pkg/expression/expression_test_/expression_test; 9s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,800 / 9,226] GoLink pkg/expression/expression_test_/expression_test; 10s remote-cache, linux-sandbox ... (19 actions, 8 running) [7,813 / 9,226] GoLink pkg/expression/expression_test_/expression_test; 11s remote-cache, linux-sandbox ... (20 actions, 8 running) [7,826 / 9,226] GoLink pkg/expression/expression_test_/expression_test; 12s remote-cache, linux-sandbox ... (20 actions, 8 running) [7,853 / 9,226] GoLink pkg/planner/util/util_test_/util_test; 5s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,878 / 9,226] GoLink pkg/planner/util/util_test_/util_test; 6s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,899 / 9,226] GoLink pkg/planner/util/util_test_/util_test; 7s remote-cache, linux-sandbox ... (19 actions, 6 running) [7,922 / 9,226] GoLink pkg/planner/util/util_test_/util_test; 8s remote-cache, linux-sandbox ... (20 actions, 8 running) [7,939 / 9,226] GoLink pkg/planner/util/util_test_/util_test; 9s remote-cache, linux-sandbox ... (20 actions, 8 running) [7,962 / 9,226] GoLink pkg/planner/util/util_test_/util_test; 10s remote-cache, linux-sandbox ... (20 actions, 8 running) [7,976 / 9,226] GoLink pkg/planner/util/util_test_/util_test; 11s remote-cache, linux-sandbox ... (20 actions, 8 running) [7,993 / 9,226] GoLink pkg/telemetry/telemetry_test_/telemetry_test; 8s remote-cache, linux-sandbox ... (18 actions, 4 running) [8,017 / 9,226] GoLink pkg/telemetry/telemetry_test_/telemetry_test; 9s remote-cache, linux-sandbox ... (19 actions, 6 running) [8,041 / 9,226] GoCompilePkg pkg/util/profile/executor.recompile1142.a; Downloading pkg/util/profile/executor.recompile1142.a, 34.2 MiB / 38.0 MiB; 2s remote-cache ... (18 actions, 4 running) [8,064 / 9,226] GoLink pkg/disttask/framework/dispatcher/dispatcher_test_/dispatcher_test; 2s remote-cache, linux-sandbox ... (18 actions, 4 running) [8,089 / 9,226] GoLink pkg/disttask/framework/dispatcher/dispatcher_test_/dispatcher_test; 3s remote-cache, linux-sandbox ... (18 actions, 6 running) [8,113 / 9,226] GoLink pkg/disttask/framework/dispatcher/dispatcher_test_/dispatcher_test; 5s remote-cache, linux-sandbox ... (21 actions, 10 running) [8,132 / 9,226] GoLink pkg/disttask/framework/dispatcher/dispatcher_test_/dispatcher_test; 6s remote-cache, linux-sandbox ... (23 actions, 14 running) [8,152 / 9,226] GoLink pkg/disttask/framework/dispatcher/dispatcher_test_/dispatcher_test; 7s remote-cache, linux-sandbox ... (25 actions, 18 running) [8,170 / 9,226] GoLink pkg/disttask/framework/dispatcher/dispatcher_test_/dispatcher_test; 8s remote-cache, linux-sandbox ... (25 actions, 18 running) [8,181 / 9,226] GoLink pkg/owner/owner_test_/owner_test; 5s remote-cache, linux-sandbox ... (24 actions, 16 running) [8,192 / 9,226] GoLink pkg/owner/owner_test_/owner_test; 6s remote-cache, linux-sandbox ... (24 actions, 16 running) [8,204 / 9,226] GoLink pkg/owner/owner_test_/owner_test; 7s remote-cache, linux-sandbox ... (25 actions, 19 running) [8,220 / 9,226] GoLink pkg/owner/owner_test_/owner_test; 8s remote-cache, linux-sandbox ... (26 actions, 20 running) [8,247 / 9,226] GoLink pkg/owner/owner_test_/owner_test; 9s remote-cache, linux-sandbox ... (26 actions, 20 running) [8,258 / 9,226] GoLink pkg/owner/owner_test_/owner_test; 10s remote-cache, linux-sandbox ... (26 actions, 20 running) [8,274 / 9,226] GoLink pkg/owner/owner_test_/owner_test; 11s remote-cache, linux-sandbox ... (27 actions, 22 running) [8,288 / 9,226] GoLink pkg/owner/owner_test_/owner_test; 12s remote-cache, linux-sandbox ... (27 actions, 22 running) [8,295 / 9,226] GoLink pkg/owner/owner_test_/owner_test; 13s remote-cache, linux-sandbox ... (27 actions, 22 running) [8,311 / 9,226] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 8s remote-cache, linux-sandbox ... (22 actions, 12 running) [8,331 / 9,226] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 9s remote-cache, linux-sandbox ... (24 actions, 16 running) [8,363 / 9,226] GoLink pkg/ddl/ddl_test_/ddl_test; 10s remote-cache, linux-sandbox ... (28 actions, 24 running) [8,373 / 9,226] GoLink pkg/ttl/cache/cache_test_/cache_test; 6s remote-cache, linux-sandbox ... (27 actions, 22 running) [8,391 / 9,226] GoLink pkg/ttl/cache/cache_test_/cache_test; 7s remote-cache, linux-sandbox ... (29 actions, 26 running) [8,408 / 9,226] GoLink pkg/ttl/cache/cache_test_/cache_test; 8s remote-cache, linux-sandbox ... (29 actions, 26 running) [8,414 / 9,226] GoLink pkg/ttl/cache/cache_test_/cache_test; 9s remote-cache, linux-sandbox ... (29 actions, 26 running) [8,427 / 9,226] GoLink pkg/ttl/cache/cache_test_/cache_test; 11s remote-cache, linux-sandbox ... (29 actions, 26 running) [8,448 / 9,226] GoLink pkg/ttl/cache/cache_test_/cache_test; 12s remote-cache, linux-sandbox ... (30 actions, 28 running) [8,455 / 9,226] GoLink pkg/planner/core/core_test_/core_test; 9s remote-cache, linux-sandbox ... (30 actions, 29 running) [8,459 / 9,226] GoLink pkg/planner/core/core_test_/core_test; 10s remote-cache, linux-sandbox ... (30 actions, 28 running) [8,469 / 9,226] GoLink pkg/planner/core/core_test_/core_test; 11s remote-cache, linux-sandbox ... (28 actions, 24 running) [8,477 / 9,226] GoLink pkg/domain/domain_test_/domain_test; 11s remote-cache, linux-sandbox ... (25 actions, 18 running) [8,484 / 9,226] GoLink pkg/util/admin/admin_test_/admin_test; 6s remote-cache, linux-sandbox ... (25 actions, 18 running) [8,498 / 9,226] GoLink pkg/util/admin/admin_test_/admin_test; 7s remote-cache, linux-sandbox ... (25 actions, 18 running) [8,512 / 9,226] GoLink pkg/util/admin/admin_test_/admin_test; 8s remote-cache, linux-sandbox ... (21 actions, 10 running) [8,536 / 9,226] GoLink pkg/util/admin/admin_test_/admin_test; 9s remote-cache, linux-sandbox ... (20 actions, 8 running) [8,557 / 9,226] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 9s remote-cache, linux-sandbox ... (21 actions, 10 running) [8,574 / 9,226] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 10s remote-cache, linux-sandbox ... (21 actions, 10 running) [8,594 / 9,226] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 11s remote-cache, linux-sandbox ... (22 actions, 12 running) [8,626 / 9,226] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 12s remote-cache, linux-sandbox ... (22 actions, 12 running) [8,646 / 9,226] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 13s remote-cache, linux-sandbox ... (25 actions, 18 running) [8,713 / 9,226] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 14s remote-cache, linux-sandbox ... (30 actions, 28 running) [8,773 / 9,226] GoLink pkg/executor/importer/importer_test_/importer_test; 6s remote-cache, linux-sandbox ... (28 actions, 24 running) [8,865 / 9,226] GoLink pkg/executor/importer/importer_test_/importer_test; 7s remote-cache, linux-sandbox ... (30 actions, 28 running) [8,889 / 9,226] GoLink pkg/executor/importer/importer_test_/importer_test; 8s remote-cache, linux-sandbox ... (30 actions, 28 running) [8,921 / 9,226] GoLink pkg/executor/importer/importer_test_/importer_test; 9s remote-cache, linux-sandbox ... (30 actions, 28 running) [8,940 / 9,226] GoLink pkg/executor/importer/importer_test_/importer_test; 10s remote-cache, linux-sandbox ... (30 actions, 28 running) [8,977 / 9,226] GoLink pkg/executor/importer/importer_test_/importer_test; 11s remote-cache, linux-sandbox ... (29 actions, 28 running) [9,028 / 9,226] GoLink pkg/executor/importer/importer_test_/importer_test; 12s remote-cache, linux-sandbox ... (30 actions, 28 running) [9,050 / 9,226] GoLink pkg/executor/aggfuncs/aggfuncs_test_/aggfuncs_test; 11s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,056 / 9,226] GoLink pkg/executor/asyncloaddata/asyncloaddata_test_/asyncloaddata_test; 11s remote-cache, linux-sandbox ... (32 actions running) [9,056 / 9,226] GoLink pkg/executor/asyncloaddata/asyncloaddata_test_/asyncloaddata_test; 12s remote-cache, linux-sandbox ... (32 actions running) [9,057 / 9,226] GoLink pkg/executor/asyncloaddata/asyncloaddata_test_/asyncloaddata_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,063 / 9,226] GoLink pkg/executor/asyncloaddata/asyncloaddata_test_/asyncloaddata_test; 14s remote-cache, linux-sandbox ... (30 actions, 28 running) [9,069 / 9,226] GoLink br/pkg/backup/backup_test_/backup_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,080 / 9,226] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,081 / 9,226] GoLink pkg/domain/globalconfigsync/globalconfigsync_test_/globalconfigsync_test; 9s remote-cache, linux-sandbox ... (32 actions running) [9,081 / 9,226] GoLink pkg/domain/globalconfigsync/globalconfigsync_test_/globalconfigsync_test; 11s remote-cache, linux-sandbox ... (32 actions running) [9,082 / 9,226] GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; 12s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,085 / 9,226] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 12s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,086 / 9,226] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 9s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,086 / 9,226] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 10s remote-cache, linux-sandbox ... (32 actions running) [9,086 / 9,226] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 12s remote-cache, linux-sandbox ... (32 actions running) [9,086 / 9,226] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 13s remote-cache, linux-sandbox ... (32 actions running) [9,091 / 9,226] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,091 / 9,226] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 16s remote-cache, linux-sandbox ... (32 actions running) [9,092 / 9,226] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 17s remote-cache, linux-sandbox ... (32 actions running) [9,095 / 9,226] GoLink pkg/ddl/tests/indexmerge/indexmerge_test_/indexmerge_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,102 / 9,226] GoLink cmd/benchkv/benchkv_/benchkv; 6s remote-cache, linux-sandbox ... (32 actions running) [9,102 / 9,226] GoLink cmd/benchkv/benchkv_/benchkv; 8s remote-cache, linux-sandbox ... (32 actions running) [9,102 / 9,226] GoLink cmd/benchkv/benchkv_/benchkv; 9s remote-cache, linux-sandbox ... (32 actions running) [9,102 / 9,226] GoLink cmd/benchkv/benchkv_/benchkv; 11s remote-cache, linux-sandbox ... (32 actions running) [9,105 / 9,226] GoLink br/cmd/br/br_test_/br_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,107 / 9,226] GoLink br/pkg/task/show/show_test_/show_test; 12s remote-cache, linux-sandbox ... (32 actions running) [9,108 / 9,226] GoLink pkg/util/ranger/ranger_test_/ranger_test; 12s remote-cache, linux-sandbox ... (32 actions running) [9,110 / 9,226] GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,113 / 9,226] GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,118 / 9,226] GoLink cmd/benchdb/benchdb_/benchdb; 8s remote-cache, linux-sandbox ... (32 actions running) [9,120 / 9,226] GoLink br/tests/br_key_locked/br_key_locked_/br_key_locked; 8s remote-cache, linux-sandbox ... (32 actions running) [9,121 / 9,226] GoLink br/cmd/br/br_/br; 9s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,121 / 9,226] GoLink br/cmd/br/br_/br; 11s remote-cache, linux-sandbox ... (32 actions running) [9,122 / 9,226] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 12s remote-cache, linux-sandbox ... (32 actions running) [9,124 / 9,226] GoLink br/cmd/tidb-lightning/tidb-lightning_/tidb-lightning; 9s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,125 / 9,226] GoLink pkg/util/ddl-checker/ddl-checker_test_/ddl-checker_test; 10s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,125 / 9,226] GoLink pkg/util/ddl-checker/ddl-checker_test_/ddl-checker_test; 11s remote-cache, linux-sandbox ... (32 actions running) [9,128 / 9,226] GoLink pkg/executor/test/partitiontest/partitiontest_test_/partitiontest_test; 12s remote-cache, linux-sandbox ... (32 actions running) [9,128 / 9,226] GoLink pkg/executor/test/partitiontest/partitiontest_test_/partitiontest_test; 13s remote-cache, linux-sandbox ... (32 actions running) [9,129 / 9,226] GoLink pkg/executor/test/partitiontest/partitiontest_test_/partitiontest_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,132 / 9,226] GoLink pkg/executor/test/simpletest/simpletest_test_/simpletest_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,138 / 9,226] GoLink pkg/ddl/tests/metadatalock/metadatalock_test_/metadatalock_test; 11s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,139 / 9,226] GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 10s remote-cache, linux-sandbox ... (32 actions running) [9,139 / 9,226] GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 11s remote-cache, linux-sandbox ... (32 actions running) [9,140 / 9,226] GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,143 / 9,226] GoLink pkg/session/clusteredindextest/clusteredindextest_test_/clusteredindextest_test; 14s remote-cache, linux-sandbox ... (30 actions, 28 running) [9,144 / 9,226] GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 8s remote-cache, linux-sandbox ... (32 actions running) [9,144 / 9,226] GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 10s remote-cache, linux-sandbox ... (32 actions running) [9,144 / 9,226] GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 11s remote-cache, linux-sandbox ... (32 actions running) [9,144 / 9,226] GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 13s remote-cache, linux-sandbox ... (32 actions running) [9,145 / 9,226] GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,147 / 9,226] GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 16s remote-cache, linux-sandbox ... (32 actions running) [9,159 / 9,226] GoLink pkg/timer/timer_test_/timer_test; 11s remote-cache, linux-sandbox ... (32 actions running) [9,159 / 9,226] GoLink pkg/timer/timer_test_/timer_test; 13s remote-cache, linux-sandbox ... (32 actions running) [9,160 / 9,226] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 6s remote-cache, linux-sandbox ... (32 actions running) [9,160 / 9,226] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 9s remote-cache, linux-sandbox ... (32 actions running) [9,161 / 9,226] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 11s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,161 / 9,226] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 12s remote-cache, linux-sandbox ... (32 actions running) [9,162 / 9,226] GoLink tests/realtikvtest/flashbacktest/flashbacktest_test_/flashbacktest_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,165 / 9,226] GoLink pkg/executor/test/ddl/ddl_test_/ddl_test; 13s remote-cache, linux-sandbox ... (32 actions running) [9,176 / 9,226] GoLink pkg/executor/test/issuetest/issuetest_test_/issuetest_test; 5s remote-cache, linux-sandbox ... (32 actions running) [9,176 / 9,226] GoLink pkg/executor/test/issuetest/issuetest_test_/issuetest_test; 7s remote-cache, linux-sandbox ... (32 actions running) [9,176 / 9,226] GoLink pkg/executor/test/issuetest/issuetest_test_/issuetest_test; 9s remote-cache, linux-sandbox ... (32 actions running) [9,177 / 9,226] GoLink tests/realtikvtest/addindextest1/addindextest1_test_/addindextest1_test; 7s remote-cache, linux-sandbox ... (32 actions running) [9,177 / 9,226] GoLink tests/realtikvtest/addindextest1/addindextest1_test_/addindextest1_test; 9s remote-cache, linux-sandbox ... (32 actions running) [9,177 / 9,226] GoLink tests/realtikvtest/addindextest1/addindextest1_test_/addindextest1_test; 11s remote-cache, linux-sandbox ... (32 actions running) [9,181 / 9,226] GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; 11s remote-cache, linux-sandbox ... (32 actions running) [9,181 / 9,226] GoLink pkg/executor/test/loadremotetest/loadremotetest_test_/loadremotetest_test; 13s remote-cache, linux-sandbox ... (32 actions running) [9,190 / 9,226] GoLink pkg/executor/test/unstabletest/unstabletest_test_/unstabletest_test; 14s remote-cache, linux-sandbox ... (32 actions running) [9,193 / 9,226] GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; 5s remote-cache, linux-sandbox ... (31 actions, 30 running) [9,193 / 9,226] GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; 7s remote-cache, linux-sandbox ... (32 actions running) [9,193 / 9,226] GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; 10s remote-cache, linux-sandbox ... (32 actions running) [9,197 / 9,226] GoLink pkg/planner/core/casetest/index/index_test_/index_test; 8s remote-cache, linux-sandbox ... (32 actions running) [9,197 / 9,226] GoLink pkg/planner/core/casetest/index/index_test_/index_test; 9s remote-cache, linux-sandbox ... (32 actions running) [9,197 / 9,226] GoLink pkg/planner/core/casetest/index/index_test_/index_test; 11s remote-cache, linux-sandbox ... (32 actions running) [9,200 / 9,226] GoLink pkg/planner/core/casetest/mpp/mpp_test_/mpp_test; 12s remote-cache, linux-sandbox ... (29 actions, 28 running) [9,209 / 9,226] GoLink pkg/server/tests/tests_test_/tests_test; 7s remote-cache, linux-sandbox ... (32 actions running) [9,209 / 9,226] GoLink pkg/server/tests/tests_test_/tests_test; 8s remote-cache, linux-sandbox ... (32 actions running) [9,209 / 9,226] GoLink pkg/server/tests/tests_test_/tests_test; 11s remote-cache, linux-sandbox ... (32 actions running) [9,213 / 9,226] GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; 7s remote-cache, linux-sandbox ... (26 actions running) [9,213 / 9,226] GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; 9s remote-cache, linux-sandbox ... (26 actions running) [9,214 / 9,226] GoLink pkg/session/schematest/schematest_test_/schematest_test; 10s remote-cache, linux-sandbox ... (24 actions running) [9,214 / 9,226] GoLink pkg/session/schematest/schematest_test_/schematest_test; 11s remote-cache, linux-sandbox ... (24 actions running) [9,217 / 9,226] GoLink pkg/session/test/privileges/privileges_test_/privileges_test; 13s remote-cache, linux-sandbox ... (18 actions running) [9,225 / 9,226] GoLink pkg/server/handler/tests/tests_test_/tests_test; 9s remote-cache, linux-sandbox INFO: Elapsed time: 401.182s, Critical Path: 90.43s INFO: 9226 processes: 8113 remote cache hit, 869 internal, 244 linux-sandbox. INFO: Build completed successfully, 9226 total actions bazel --output_user_root=/home/jenkins/.tidb/tmp build --config=ci --repository_cache=/home/jenkins/.tidb/tmp \ //cmd/importer:importer //cmd/tidb-server:tidb-server //cmd/tidb-server:tidb-server-check --//build:with_nogo_flag=true INFO: Invocation ID: c4b7fa2d-96b8-42ee-8528-6d311eef2a01 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'build' from /home/jenkins/agent/workspace/pingcap/tidb/release-7.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_02_28_07.330482731/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 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.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.577s, Critical Path: 0.00s INFO: 1 process: 1 internal. INFO: Build completed successfully, 1 total action cp bazel-out/k8-fastbuild/bin/cmd/tidb-server/tidb-server_/tidb-server ./bin cp bazel-out/k8-fastbuild/bin/cmd/importer/importer_/importer ./bin cp bazel-out/k8-fastbuild/bin/cmd/tidb-server/tidb-server-check_/tidb-server-check ./bin bazel --output_user_root=/home/jenkins/.tidb/tmp build --config=ci --repository_cache=/home/jenkins/.tidb/tmp \ //cmd/tidb-server:tidb-server --stamp --workspace_status_command=./build/print-enterprise-workspace-status.sh --define gotags=enterprise INFO: Invocation ID: 0d8a27cc-9f5a-46d5-8a8c-1ad23c183161 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb/.bazelrc: --host_jvm_args=-Xmx4g, --unlimit_coredumps INFO: Options provided by the client: Inherited 'common' options: --isatty=0 --terminal_columns=80 INFO: Reading rc options for 'build' from /home/jenkins/agent/workspace/pingcap/tidb/release-7.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_02_28_07.330482731/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 INFO: Found applicable config definition build:ci in file /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression Loading: Loading: Loading: 0 packages loaded INFO: Build options --//build:with_nogo_flag, --define, and --stamp have changed, discarding analysis cache. Analyzing: target //cmd/tidb-server:tidb-server (0 packages loaded, 0 targets configured) INFO: Analyzed target //cmd/tidb-server:tidb-server (0 packages loaded, 18346 targets configured).  checking cached actions INFO: Found 1 target... [0 / 20] [Prepa] BazelWorkspaceStatusAction stable-status.txt [15 / 1,450] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 15.0 MiB / 17.2 MiB; 1s remote-cache ... (2 actions, 0 running) [221 / 1,450] GoCompilePkg build/linter/staticcheck/SA5007.a [for tool]; 0s remote-cache ... (16 actions, 0 running) [602 / 1,450] GoCompilePkg external/com_github_klauspost_compress/zstd/zstd.a; Downloading external/com_github_klauspost_compress/zstd/zstd.a, 2.0 MiB / 2.4 MiB; 0s remote-cache ... (15 actions, 0 running) [930 / 1,450] GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 16.0 MiB / 21.1 MiB; 0s remote-cache ... (16 actions, 0 running) [1,082 / 1,450] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 59.0 MiB / 71.0 MiB; 0s remote-cache ... (9 actions, 0 running) [1,167 / 1,450] [Prepa] GoCompilePkg external/com_github_tikv_client_go_v2/oracle/oracles/oracles.a [1,260 / 1,450] GoCompilePkg pkg/util/stmtsummary/stmtsummary.a; Downloading pkg/util/stmtsummary/stmtsummary.a; 0s remote-cache ... (14 actions, 0 running) [1,326 / 1,450] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 15.0 MiB / 78.9 MiB; 0s remote-cache ... (3 actions, 0 running) [1,339 / 1,450] GoCompilePkg pkg/store/mockstore/mockcopr/mockcopr.a; Downloading pkg/store/mockstore/mockcopr/mockcopr.a, 2.0 MiB / 2.6 MiB; 0s remote-cache ... (8 actions, 0 running) [1,393 / 1,450] GoCompilePkg pkg/ttl/ttlworker/ttlworker.a; 0s remote-cache ... (5 actions, 0 running) [1,404 / 1,450] GoCompilePkg pkg/ddl/ddl.a; 1s remote-cache, linux-sandbox [1,404 / 1,450] GoCompilePkg pkg/ddl/ddl.a; 3s remote-cache, linux-sandbox [1,404 / 1,450] GoCompilePkg pkg/ddl/ddl.a; 4s remote-cache, linux-sandbox [1,404 / 1,450] GoCompilePkg pkg/ddl/ddl.a; 6s remote-cache, linux-sandbox [1,405 / 1,450] [Prepa] GoCompilePkg pkg/infoschema/perfschema/perfschema.a [1,423 / 1,450] GoCompilePkg pkg/planner/core/core.a; Downloading pkg/planner/core/core.a, 38.4 MiB / 40.5 MiB; 0s remote-cache ... (2 actions, 0 running) [1,439 / 1,450] [Prepa] GoCompilePkg pkg/session/session.a [1,449 / 1,450] GoLink cmd/tidb-server/tidb-server_/tidb-server; 0s remote-cache, linux-sandbox [1,449 / 1,450] GoLink cmd/tidb-server/tidb-server_/tidb-server; 6s remote-cache, linux-sandbox [1,449 / 1,450] GoLink cmd/tidb-server/tidb-server_/tidb-server; 7s remote-cache, linux-sandbox Target //cmd/tidb-server:tidb-server up-to-date: bazel-bin/cmd/tidb-server/tidb-server_/tidb-server INFO: Elapsed time: 34.574s, Critical Path: 30.40s INFO: 1437 processes: 1434 remote cache hit, 1 internal, 2 linux-sandbox. INFO: Build completed successfully, 1437 total actions ./bazel-out/k8-fastbuild/bin/cmd/tidb-server/tidb-server_/tidb-server -V Release Version: v7.5.1-48-g8a19564f29 Edition: Enterprise Git Commit Hash: 8a19564f29b048047e6bf26aebcbb57569619f55 Git Branch: HEAD UTC Build Time: 2024-05-06 02:35:34 GoVersion: go1.21.8 X:nocoverageredesign Race Enabled: false Check Table Before Drop: false Store: unistore [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.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] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.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 ./Dockerfile.enterprise ./Jenkinsfile ./LICENSE ./LICENSES ./MODULE.bazel ./MODULE.bazel.lock ./Makefile ./Makefile.common ./OWNERS ./OWNERS_ALIASES ./README.md ./SECURITY.md ./WORKSPACE ./WORKSPACE.patchgo ./bazel-bin ./bazel-out ./bazel-testlogs ./bazel-tidb ./bin ./br ./build ./checklist.md ./ci.md ./cmd ./code_review_guide.md ./docs ./dumpling ./errors.toml ./go.mod ./go.sum ./hooks ./pkg ./roadmap.md ./tests ./tools ./BUILD.bazel ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./CONTRIBUTORS.md ./DEPS.bzl ./Dockerfile ./Dockerfile.enterprise ./Jenkinsfile ./LICENSE ./LICENSES/ ./LICENSES/Unicode-DFS-2016-LICENSE ./LICENSES/QL-LICENSE ./LICENSES/STRUTIL-LICENSE ./MODULE.bazel ./MODULE.bazel.lock ./Makefile ./Makefile.common ./OWNERS ./OWNERS_ALIASES ./README.md ./SECURITY.md ./WORKSPACE ./WORKSPACE.patchgo ./bazel-bin ./bazel-out ./bazel-testlogs ./bazel-tidb ./bin/ ./bin/importer ./bin/tidb-server ./bin/tidb-server-check ./br/ ./br/tidb-lightning.toml ./br/compatibility/ ./br/compatibility/backup_cluster.yaml ./br/compatibility/prepare_data/ ./br/compatibility/prepare_data/workload ./br/compatibility/credentials/ ./br/compatibility/credentials/application_default_credentials.json ./br/compatibility/prepare_backup.sh ./br/compatibility/get_last_tags.sh ./br/.editorconfig ./br/CONTRIBUTING.md ./br/.golangci.yml ./br/LICENSE.md ./br/errors.toml ./br/web/ ./br/web/package.json ./br/web/tsconfig.json ./br/web/package-lock.json ./br/web/public/ ./br/web/public/index.html ./br/web/docs/ ./br/web/docs/api.yaml ./br/web/docs/ProgressPage.png ./br/web/docs/InfoPage.png ./br/web/docs/TableProgressPage.png ./br/web/src/ ./br/web/src/InfoButton.tsx ./br/web/src/TitleLink.tsx ./br/web/src/api.ts ./br/web/src/ErrorButton.tsx ./br/web/src/index.tsx ./br/web/src/PauseButton.tsx ./br/web/src/DottedProgress.tsx ./br/web/src/ProgressPage.tsx ./br/web/src/TableProgressPage.tsx ./br/web/src/MoveTaskButton.tsx ./br/web/src/RefreshButton.tsx ./br/web/src/InfoPage.tsx ./br/web/src/ChunksProgressPanel.tsx ./br/web/src/json-bigint.d.ts ./br/web/src/TaskButton.tsx ./br/web/src/TitleBar.tsx ./br/web/src/TableProgressCard.tsx ./br/web/src/EnginesProgressPanel.tsx ./br/web/README.md ./br/web/webpack.config.js ./br/docker-compose.yaml ./br/tests/ ./br/tests/br_partition_add_index/ ./br/tests/br_partition_add_index/run.sh ./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_ignore_columns/ ./br/tests/lightning_ignore_columns/run.sh ./br/tests/lightning_ignore_columns/data/ ./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-schema-create.sql ./br/tests/lightning_ignore_columns/data/routes_a1.s1.sql ./br/tests/lightning_ignore_columns/data/routes_a0.t0.1.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_a1.s1-schema.sql ./br/tests/lightning_ignore_columns/data/routes_a0.t1-schema.sql ./br/tests/lightning_ignore_columns/data/routes_a0-schema-create.sql ./br/tests/lightning_ignore_columns/data/routes_a1.t2.sql ./br/tests/lightning_ignore_columns/config.toml ./br/tests/br_range/ ./br/tests/br_range/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-schema.sql ./br/tests/lightning_checksum_mismatch/data/cm.t.csv ./br/tests/lightning_checksum_mismatch/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.b-schema.sql ./br/tests/lightning_pd_leader_switch/data/cpeng.a.1.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.a.2.sql ./br/tests/lightning_pd_leader_switch/data/cpeng.b.1.sql ./br/tests/lightning_pd_leader_switch/data/cpeng.a.3.sql ./br/tests/lightning_pd_leader_switch/data/cpeng-schema-create.sql ./br/tests/lightning_pd_leader_switch/config.toml ./br/tests/br_incremental_ddl/ ./br/tests/br_incremental_ddl/run.sh ./br/tests/br_s3/ ./br/tests/br_s3/run.sh ./br/tests/br_s3/workload ./br/tests/lightning_s3/ ./br/tests/lightning_s3/run.sh ./br/tests/lightning_s3/config_s3_checkpoint.toml ./br/tests/lightning_s3/config_manual_files.toml ./br/tests/lightning_s3/config.toml ./br/tests/lightning_gcs/ ./br/tests/lightning_gcs/run.sh ./br/tests/lightning_gcs/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/br_clustered_index/ ./br/tests/br_clustered_index/run.sh ./br/tests/br_case_sensitive/ ./br/tests/br_case_sensitive/run.sh ./br/tests/lightning_checkpoint_dirty_tableid/ ./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/mysql.toml ./br/tests/lightning_checkpoint_dirty_tableid/file.toml ./br/tests/br_tidb_placement_policy/ ./br/tests/br_tidb_placement_policy/run.sh ./br/tests/lightning_duplicate_resolution_replace/ ./br/tests/lightning_duplicate_resolution_replace/run.sh ./br/tests/lightning_duplicate_resolution_replace/data/ ./br/tests/lightning_duplicate_resolution_replace/data/dup_resolve-schema-create.sql ./br/tests/lightning_duplicate_resolution_replace/data/dup_resolve.a.1.csv ./br/tests/lightning_duplicate_resolution_replace/data/dup_resolve.a-schema.sql ./br/tests/lightning_duplicate_resolution_replace/config.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.t.sql ./br/tests/lightning_reload_cert/data/test.t-schema.sql ./br/tests/lightning_reload_cert/data/test-schema-create.sql ./br/tests/lightning_reload_cert/config.toml ./br/tests/docker_compatible_s3/ ./br/tests/docker_compatible_s3/prepare.sh ./br/tests/docker_compatible_s3/_run.sh ./br/tests/download_integration_test_binaries.sh ./br/tests/br_restore_log_task_enable/ ./br/tests/br_restore_log_task_enable/run.sh ./br/tests/br_move_backup/ ./br/tests/br_move_backup/run.sh ./br/tests/br_move_backup/workload ./br/tests/lightning_new_collation/ ./br/tests/lightning_new_collation/run.sh ./br/tests/lightning_new_collation/gbk.toml ./br/tests/lightning_new_collation/data/ ./br/tests/lightning_new_collation/data/nc.ci-schema.sql ./br/tests/lightning_new_collation/data/nc.t.0.sql ./br/tests/lightning_new_collation/data/nc.ci.0.csv ./br/tests/lightning_new_collation/data/nc.gbk_test-schema.sql ./br/tests/lightning_new_collation/data/nc-schema-create.sql ./br/tests/lightning_new_collation/data/nc.t-schema.sql ./br/tests/lightning_new_collation/data/nc.t.1.sql ./br/tests/lightning_new_collation/data/nc.gbk_test.0.csv ./br/tests/lightning_new_collation/data-gbk/ ./br/tests/lightning_new_collation/data-gbk/nc.gbk_source-schema.sql ./br/tests/lightning_new_collation/data-gbk/nc.gbk_source.0.csv ./br/tests/lightning_new_collation/tidb-new-collation.toml ./br/tests/lightning_new_collation/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_a0.t1.1.sql ./br/tests/lightning_extend_routes/data/routes_a1.t2-schema.sql ./br/tests/lightning_extend_routes/data/routes_a1-schema-create.sql ./br/tests/lightning_extend_routes/data/routes_a1.s1.sql ./br/tests/lightning_extend_routes/data/routes_a0.t0.1.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_a1.s1-schema.sql ./br/tests/lightning_extend_routes/data/routes_a0.t1-schema.sql ./br/tests/lightning_extend_routes/data/routes_a0-schema-create.sql ./br/tests/lightning_extend_routes/data/routes_a1.t2.sql ./br/tests/lightning_extend_routes/config.toml ./br/tests/br_single_table/ ./br/tests/br_single_table/run.sh ./br/tests/br_single_table/workload ./br/tests/lightning_checkpoint_columns/ ./br/tests/lightning_checkpoint_columns/run.sh ./br/tests/lightning_checkpoint_columns/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.csv ./br/tests/lightning_drop_other_tables_halfway/data/lntest.tbl01-schema.sql ./br/tests/lightning_drop_other_tables_halfway/config.toml ./br/tests/br_db_skip/ ./br/tests/br_db_skip/run.sh ./br/tests/br_tiflash/ ./br/tests/br_tiflash/run.sh ./br/tests/lightning_issue_40657/ ./br/tests/lightning_issue_40657/run.sh ./br/tests/lightning_issue_40657/data1/ ./br/tests/lightning_issue_40657/data1/test.t-schema.sql ./br/tests/lightning_issue_40657/data1/test.t.0.csv ./br/tests/lightning_issue_40657/config.toml ./br/tests/lightning_issue_40657/data2/ ./br/tests/lightning_issue_40657/data2/test.t-schema.sql ./br/tests/lightning_issue_40657/data2/test.t.0.csv ./br/tests/br_backup_empty/ ./br/tests/br_backup_empty/run.sh ./br/tests/br_db_online/ ./br/tests/br_db_online/run.sh ./br/tests/br_azblob/ ./br/tests/br_azblob/workload ./br/tests/br_azblob/_run.sh ./br/tests/lightning_add_index/ ./br/tests/lightning_add_index/config1.toml ./br/tests/lightning_add_index/run.sh ./br/tests/lightning_add_index/data/ ./br/tests/lightning_add_index/data/add_index.non_pk_auto_inc.0.sql ./br/tests/lightning_add_index/data/add_index.multi_indexes.0.sql ./br/tests/lightning_add_index/data/add_index.non_pk_auto_inc-schema.sql ./br/tests/lightning_add_index/data/add_index.multi_indexes-schema.sql ./br/tests/lightning_add_index/config2.toml ./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/br_full/ ./br/tests/br_full/run.sh ./br/tests/br_full/workload ./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.001.sql ./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/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_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/lightning_common_handle/ ./br/tests/lightning_common_handle/run.sh ./br/tests/lightning_common_handle/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.threads.csv ./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/config.toml ./br/tests/lightning_character_sets/ ./br/tests/lightning_character_sets/gb18030.toml ./br/tests/lightning_character_sets/latin1.toml ./br/tests/lightning_character_sets/greek.toml ./br/tests/lightning_character_sets/run.sh ./br/tests/lightning_character_sets/latin1/ ./br/tests/lightning_character_sets/latin1/charsets-schema-create.sql ./br/tests/lightning_character_sets/latin1/charsets.latin1.csv ./br/tests/lightning_character_sets/latin1/charsets.latin1-schema.sql ./br/tests/lightning_character_sets/binary.toml ./br/tests/lightning_character_sets/utf8mb4/ ./br/tests/lightning_character_sets/utf8mb4/charsets.utf8mb4.sql ./br/tests/lightning_character_sets/utf8mb4/charsets-schema-create.sql ./br/tests/lightning_character_sets/utf8mb4/charsets.utf8mb4-schema.sql ./br/tests/lightning_character_sets/utf8mb4.toml ./br/tests/lightning_character_sets/auto.toml ./br/tests/lightning_character_sets/gb18030/ ./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/charsets.gb18030-schema.sql ./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/greek/ ./br/tests/lightning_character_sets/greek/charsets-schema-create.sql ./br/tests/lightning_character_sets/greek/charsets.greek-schema.sql ./br/tests/lightning_character_sets/greek/charsets.greek.sql ./br/tests/lightning_character_sets/latin1-only-schema.toml ./br/tests/br_db/ ./br/tests/br_db/run.sh ./br/tests/lightning_checkpoint_engines/ ./br/tests/lightning_checkpoint_engines/run.sh ./br/tests/lightning_checkpoint_engines/data/ ./br/tests/lightning_checkpoint_engines/data/cpeng.b-schema.sql ./br/tests/lightning_checkpoint_engines/data/cpeng.a.1.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.a.2.sql ./br/tests/lightning_checkpoint_engines/data/cpeng.b.1.sql ./br/tests/lightning_checkpoint_engines/data/cpeng.a.3.sql ./br/tests/lightning_checkpoint_engines/data/cpeng-schema-create.sql ./br/tests/lightning_checkpoint_engines/mysql.toml ./br/tests/lightning_checkpoint_engines/config.toml ./br/tests/br_crypter2/ ./br/tests/br_crypter2/run.sh ./br/tests/br_crypter2/workload ./br/tests/download_tools.sh ./br/tests/lightning_sqlmode/ ./br/tests/lightning_sqlmode/run.sh ./br/tests/lightning_sqlmode/on.toml ./br/tests/lightning_sqlmode/off.toml ./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_mv_index/ ./br/tests/br_mv_index/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.u.1.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.t-schema.sql ./br/tests/lightning_default-columns/data/defcol-schema-create.sql ./br/tests/lightning_default-columns/data/defcol.t.1.sql ./br/tests/lightning_default-columns/config.toml ./br/tests/lightning_concurrent-restore/ ./br/tests/lightning_concurrent-restore/run.sh ./br/tests/lightning_concurrent-restore/config.toml ./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/xfn.etn-schema.sql ./br/tests/lightning_exotic_filenames/data/zwk.zwb.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/data/xfn-schema-create.sql ./br/tests/lightning_exotic_filenames/config.toml ./br/tests/br_foreign_key/ ./br/tests/br_foreign_key/run.sh ./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.bar4.sql ./br/tests/lightning_tool_135/data/tool_135.bar3.sql ./br/tests/lightning_tool_135/data/tool_135.bar2.sql ./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.bar5-schema.sql ./br/tests/lightning_tool_135/data/tool_135.bar4-schema.sql ./br/tests/lightning_tool_135/data/tool_135.bar1-schema.sql ./br/tests/lightning_tool_135/data/tool_135.bar3-schema.sql ./br/tests/lightning_tool_135/data/tool_135.bar1.sql ./br/tests/lightning_tool_135/data/tool_135-schema-create.sql ./br/tests/lightning_tool_135/config.toml ./br/tests/br_gcs/ ./br/tests/br_gcs/oauth.go ./br/tests/br_gcs/run.sh ./br/tests/br_gcs/workload ./br/tests/br_gcs/BUILD.bazel ./br/tests/lightning_routes/ ./br/tests/lightning_routes/run.sh ./br/tests/lightning_routes/data/ ./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-schema-create.sql ./br/tests/lightning_routes/data/routes_a1.s1.sql ./br/tests/lightning_routes/data/routes_a0.t0.1.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_a1.s1-schema.sql ./br/tests/lightning_routes/data/routes_a0.t1-schema.sql ./br/tests/lightning_routes/data/routes_a0-schema-create.sql ./br/tests/lightning_routes/data/routes_a1.t2.sql ./br/tests/lightning_routes/config.toml ./br/tests/br_table_filter/ ./br/tests/br_table_filter/run.sh ./br/tests/br_shuffle_leader/ ./br/tests/br_shuffle_leader/run.sh ./br/tests/br_shuffle_leader/workload ./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.shr.0.sql ./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/config.toml ./br/tests/br_small_batch_size/ ./br/tests/br_small_batch_size/run.sh ./br/tests/br_small_batch_size/workload ./br/tests/lightning_incremental/ ./br/tests/lightning_incremental/run.sh ./br/tests/lightning_incremental/data/ ./br/tests/lightning_incremental/data/incr-schema-create.sql ./br/tests/lightning_incremental/data/incr.rowid_uk_inc-schema.sql ./br/tests/lightning_incremental/data/incr.auto_random-schema.sql ./br/tests/lightning_incremental/data/incr.uk_auto_inc-schema.sql ./br/tests/lightning_incremental/data/incr.rowid_uk_inc.sql ./br/tests/lightning_incremental/data/incr.empty_table-schema.sql ./br/tests/lightning_incremental/data/incr.pk_auto_inc.sql ./br/tests/lightning_incremental/data/incr.auto_random.sql ./br/tests/lightning_incremental/data/incr.pk_auto_inc-schema.sql ./br/tests/lightning_incremental/data/incr.uk_auto_inc.sql ./br/tests/lightning_incremental/data1/ ./br/tests/lightning_incremental/data1/incr-schema-create.sql ./br/tests/lightning_incremental/data1/incr.rowid_uk_inc-schema.sql ./br/tests/lightning_incremental/data1/incr.auto_random-schema.sql ./br/tests/lightning_incremental/data1/incr.uk_auto_inc-schema.sql ./br/tests/lightning_incremental/data1/incr.rowid_uk_inc.sql ./br/tests/lightning_incremental/data1/incr.empty_table-schema.sql ./br/tests/lightning_incremental/data1/incr.pk_auto_inc.sql ./br/tests/lightning_incremental/data1/incr.auto_random.sql ./br/tests/lightning_incremental/data1/incr.empty_table2-schema.sql ./br/tests/lightning_incremental/data1/incr.pk_auto_inc-schema.sql ./br/tests/lightning_incremental/data1/incr.uk_auto_inc.sql ./br/tests/lightning_incremental/config.toml ./br/tests/br_charset_gbk/ ./br/tests/br_charset_gbk/run.sh ./br/tests/br_charset_gbk/tidb-new-collation.toml ./br/tests/br_full_index/ ./br/tests/br_full_index/run.sh ./br/tests/br_full_index/workload ./br/tests/br_crypter/ ./br/tests/br_crypter/run.sh ./br/tests/br_crypter/workload ./br/tests/run.sh ./br/tests/br_skip_checksum/ ./br/tests/br_skip_checksum/run.sh ./br/tests/br_skip_checksum/workload ./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.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/data/disk_quota.t.0.sql ./br/tests/lightning_disk_quota/data/disk_quota.t-schema.sql ./br/tests/lightning_disk_quota/config.toml ./br/tests/br_pitr/ ./br/tests/br_pitr/incremental_data/ ./br/tests/br_pitr/incremental_data/delete_range.sql ./br/tests/br_pitr/run.sh ./br/tests/br_pitr/prepare_data/ ./br/tests/br_pitr/prepare_data/delete_range.sql ./br/tests/br_ttl/ ./br/tests/br_ttl/run.sh ./br/tests/lightning_tidb_duplicate_data/ ./br/tests/lightning_tidb_duplicate_data/replace.toml ./br/tests/lightning_tidb_duplicate_data/run.sh ./br/tests/lightning_tidb_duplicate_data/ignore.toml ./br/tests/lightning_tidb_duplicate_data/error.toml ./br/tests/lightning_tidb_duplicate_data/data/ ./br/tests/lightning_tidb_duplicate_data/data/dup-schema-create.sql ./br/tests/lightning_tidb_duplicate_data/data/dup.dup.sql ./br/tests/lightning_tidb_duplicate_data/data/dup.dup-schema.sql ./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_true.toml ./br/tests/br_check_new_collocation_enable/config/new_collation_enable_false.toml ./br/tests/lightning_distributed_import/ ./br/tests/lightning_distributed_import/run.sh ./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-schema-create.sql ./br/tests/lightning_distributed_import/data1/distributed_import.t.csv ./br/tests/lightning_distributed_import/config.toml ./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-schema-create.sql ./br/tests/lightning_distributed_import/data2/distributed_import.t.csv ./br/tests/config/ ./br/tests/config/tikv.toml ./br/tests/config/tikv-multi-rocksdb.toml ./br/tests/config/restore-tikv.toml ./br/tests/config/root.cert ./br/tests/config/pd.toml ./br/tests/config/ipsan.cnf ./br/tests/config/root.key ./br/tests/config/tidb.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/lightning_import_compress/ ./br/tests/lightning_import_compress/config_gzip.toml ./br/tests/lightning_import_compress/run.sh ./br/tests/lightning_import_compress/config_gz.toml ./br/tests/lightning_import_compress/config.toml ./br/tests/lightning_write_limit/ ./br/tests/lightning_write_limit/run.sh ./br/tests/lightning_write_limit/config.toml ./br/tests/lightning_config_max_error/ ./br/tests/lightning_config_max_error/run.sh ./br/tests/lightning_config_max_error/err_config.toml ./br/tests/lightning_config_max_error/data/ ./br/tests/lightning_config_max_error/data/mytest.testtbl.csv ./br/tests/lightning_config_max_error/data/mytest.testtbl-schema.sql ./br/tests/lightning_config_max_error/normal_config.toml ./br/tests/lightning_config_max_error/tidb-error.toml ./br/tests/lightning_config_max_error/normal_config_old_style.toml ./br/tests/lightning_config_max_error/tidb.toml ./br/tests/lightning_config_max_error/tidb-limit-record.toml ./br/tests/up.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_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/br_log_test/ ./br/tests/br_log_test/run.sh ./br/tests/br_log_test/workload ./br/tests/lightning_compress/ ./br/tests/lightning_compress/run.sh ./br/tests/lightning_compress/data.snappy/ ./br/tests/lightning_compress/data.snappy/compress.threads.000000000.sql.snappy ./br/tests/lightning_compress/data.snappy/compress.escapes.000000000.sql.snappy ./br/tests/lightning_compress/data.snappy/compress.threads-schema.sql.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.multi_rows.000000000.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-schema-create.sql.snappy ./br/tests/lightning_compress/data.zstd/ ./br/tests/lightning_compress/data.zstd/compress.escapes-schema.sql.zst ./br/tests/lightning_compress/data.zstd/compress.empty_strings.000000000.csv.zst ./br/tests/lightning_compress/data.zstd/compress.threads.000000000.csv.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/data.zstd/compress-schema-create.sql.zst ./br/tests/lightning_compress/data.zstd/compress.multi_rows.000000000.csv.zst ./br/tests/lightning_compress/data.zstd/compress.empty_strings-schema.sql.zst ./br/tests/lightning_compress/data.zstd/compress.threads-schema.sql.zst ./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-schema.sql.gz ./br/tests/lightning_compress/data.gzip/compress.empty_strings-schema.sql.gz ./br/tests/lightning_compress/data.gzip/compress.threads.000000000.csv.gz ./br/tests/lightning_compress/data.gzip/compress.escapes.000000000.csv.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.escapes-schema.sql.gz ./br/tests/lightning_compress/data.gzip/compress.multi_rows-schema.sql.gz ./br/tests/lightning_compress/config.toml ./br/tests/br_key_locked/ ./br/tests/br_key_locked/run.sh ./br/tests/br_key_locked/workload ./br/tests/br_key_locked/codec.go ./br/tests/br_key_locked/locker.go ./br/tests/br_key_locked/BUILD.bazel ./br/tests/br_systables/ ./br/tests/br_systables/run.sh ./br/tests/br_systables/workload ./br/tests/lightning_local_backend/ ./br/tests/lightning_local_backend/run.sh ./br/tests/lightning_local_backend/data/ ./br/tests/lightning_local_backend/data/cpeng.b-schema.sql ./br/tests/lightning_local_backend/data/cpeng.a.1.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.a.2.sql ./br/tests/lightning_local_backend/data/cpeng.b.1.sql ./br/tests/lightning_local_backend/data/cpeng.a.3.sql ./br/tests/lightning_local_backend/data/cpeng-schema-create.sql ./br/tests/lightning_local_backend/mysql.toml ./br/tests/lightning_local_backend/file.toml ./br/tests/lightning_local_backend/config.toml ./br/tests/lightning_duplicate_resolution_remove/ ./br/tests/lightning_duplicate_resolution_remove/run.sh ./br/tests/lightning_duplicate_resolution_remove/data/ ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.a.9.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.b.6.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.a.4.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.a.3.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve-schema-create.sql ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.b.8.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.a.8.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.b-schema.sql ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.c-schema.sql ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.a.1.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.b.9.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.b.1.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.b.7.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.c.1.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.b.2.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.b.5.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.b.3.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.c.2.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.b.4.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.a.7.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.a.2.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.a.5.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.a.6.csv ./br/tests/lightning_duplicate_resolution_remove/data/dup_resolve.a-schema.sql ./br/tests/lightning_duplicate_resolution_remove/config.toml ./br/tests/br_tikv_outage/ ./br/tests/br_tikv_outage/run.sh ./br/tests/br_tikv_outage/workload ./br/tests/br_replica_read/ ./br/tests/br_replica_read/run.sh ./br/tests/br_replica_read/placement_rule_with_learner_template.json ./br/tests/br_cache_table/ ./br/tests/br_cache_table/run.sh ./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/lightning_checkpoint_chunks/ ./br/tests/lightning_checkpoint_chunks/run.sh ./br/tests/lightning_checkpoint_chunks/file.toml ./br/tests/lightning_checkpoint_chunks/config.toml ./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-schema-create.sql ./br/tests/lightning_generated_columns/data/gencol.various_types-schema.sql ./br/tests/lightning_generated_columns/data/gencol.nested-schema.sql ./br/tests/lightning_generated_columns/data/gencol.nested.0.sql ./br/tests/lightning_generated_columns/data/gencol.various_types.0.sql ./br/tests/lightning_generated_columns/data/gencol.uuid.0.sql ./br/tests/lightning_generated_columns/data/gencol.expr_index.0.sql ./br/tests/lightning_generated_columns/data/gencol.virtual_only.0.sql ./br/tests/lightning_generated_columns/data/gencol.uuid-schema.sql ./br/tests/lightning_generated_columns/data/gencol.virtual_only-schema.sql ./br/tests/lightning_generated_columns/data/gencol.expr_index-schema.sql ./br/tests/lightning_generated_columns/config.toml ./br/tests/lightning_partition_incremental/ ./br/tests/lightning_partition_incremental/config1.toml ./br/tests/lightning_partition_incremental/run.sh ./br/tests/lightning_partition_incremental/data/ ./br/tests/lightning_partition_incremental/data/incr.auto_rowid-schema.sql ./br/tests/lightning_partition_incremental/data/incr.non_pk_auto_inc-schema.sql ./br/tests/lightning_partition_incremental/data/incr.non_pk_auto_inc.csv ./br/tests/lightning_partition_incremental/data/incr.auto_rowid.csv ./br/tests/lightning_partition_incremental/data1/ ./br/tests/lightning_partition_incremental/data1/incr.auto_rowid-schema.sql ./br/tests/lightning_partition_incremental/data1/incr.non_pk_auto_inc-schema.sql ./br/tests/lightning_partition_incremental/data1/incr.non_pk_auto_inc.csv ./br/tests/lightning_partition_incremental/data1/incr.auto_rowid.csv ./br/tests/lightning_partition_incremental/config.toml ./br/tests/lightning_partition_incremental/data2/ ./br/tests/lightning_partition_incremental/data2/incr.auto_rowid-schema.sql ./br/tests/lightning_partition_incremental/data2/incr.non_pk_auto_inc-schema.sql ./br/tests/lightning_partition_incremental/data2/incr.non_pk_auto_inc.csv ./br/tests/lightning_partition_incremental/data2/incr.auto_rowid.csv ./br/tests/lightning_partition_incremental/config2.toml ./br/tests/br_views_and_sequences/ ./br/tests/br_views_and_sequences/run.sh ./br/tests/lightning_tikv_multi_rocksdb/ ./br/tests/lightning_tikv_multi_rocksdb/run.sh ./br/tests/lightning_tikv_multi_rocksdb/data/ ./br/tests/lightning_tikv_multi_rocksdb/data/cpeng.b-schema.sql ./br/tests/lightning_tikv_multi_rocksdb/data/cpeng.a.1.sql ./br/tests/lightning_tikv_multi_rocksdb/data/cpeng.a-schema.sql ./br/tests/lightning_tikv_multi_rocksdb/data/cpeng.b.2.sql ./br/tests/lightning_tikv_multi_rocksdb/data/cpeng.a.2.sql ./br/tests/lightning_tikv_multi_rocksdb/data/cpeng.b.1.sql ./br/tests/lightning_tikv_multi_rocksdb/data/cpeng.a.3.sql ./br/tests/lightning_tikv_multi_rocksdb/data/cpeng-schema-create.sql ./br/tests/lightning_tikv_multi_rocksdb/config.toml ./br/tests/br_stats/ ./br/tests/br_stats/run.sh ./br/tests/br_stats/workload ./br/tests/lightning_restore/ ./br/tests/lightning_restore/run.sh ./br/tests/lightning_restore/config.toml ./br/tests/lightning_checkpoint_timestamp/ ./br/tests/lightning_checkpoint_timestamp/run.sh ./br/tests/lightning_checkpoint_timestamp/data/ ./br/tests/lightning_checkpoint_timestamp/data/cpts.cpts.1.sql ./br/tests/lightning_checkpoint_timestamp/data/cpts.cpts.2.sql ./br/tests/lightning_checkpoint_timestamp/data/cpts.cpts-schema.sql ./br/tests/lightning_checkpoint_timestamp/data/cpts-schema-create.sql ./br/tests/lightning_checkpoint_timestamp/mysql.toml ./br/tests/lightning_checkpoint_timestamp/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.defaultlist-schema.sql ./br/tests/lightning_partitioned-table/data/partitioned-schema-create.sql ./br/tests/lightning_partitioned-table/data/partitioned.range.sql ./br/tests/lightning_partitioned-table/data/partitioned.range-schema.sql ./br/tests/lightning_partitioned-table/data/partitioned.list.sql ./br/tests/lightning_partitioned-table/data/partitioned.a-schema.sql ./br/tests/lightning_partitioned-table/data/partitioned.list-schema.sql ./br/tests/lightning_partitioned-table/data/partitioned.defaultlist.sql ./br/tests/lightning_partitioned-table/data/partitioned.a.sql ./br/tests/lightning_partitioned-table/config.toml ./br/tests/_utils/ ./br/tests/_utils/run_sql ./br/tests/_utils/br_tikv_outage_util ./br/tests/_utils/run_lightning_ctl ./br/tests/_utils/check_cluster_version ./br/tests/_utils/check_not_contains ./br/tests/_utils/run_sql_file ./br/tests/_utils/run_curl ./br/tests/_utils/run_sql_in_container ./br/tests/_utils/run_lightning ./br/tests/_utils/run_services ./br/tests/_utils/check_contains ./br/tests/_utils/run_pd_ctl ./br/tests/_utils/read_result ./br/tests/_utils/run_cdc ./br/tests/_utils/generate_certs ./br/tests/_utils/make_tiflash_config ./br/tests/_utils/run_br ./br/tests/br_debug_meta/ ./br/tests/br_debug_meta/run.sh ./br/tests/br_debug_meta/workload ./br/tests/br_z_gc_safepoint/ ./br/tests/br_z_gc_safepoint/run.sh ./br/tests/br_z_gc_safepoint/workload ./br/tests/br_z_gc_safepoint/gc.go ./br/tests/br_z_gc_safepoint/BUILD.bazel ./br/tests/lightning_write_batch/ ./br/tests/lightning_write_batch/run.sh ./br/tests/lightning_write_batch/kv-count.toml ./br/tests/lightning_write_batch/kv-size.toml ./br/tests/lightning_file_routing/ ./br/tests/lightning_file_routing/run.sh ./br/tests/lightning_file_routing/config.toml ./br/tests/br_tikv_outage2/ ./br/tests/br_tikv_outage2/run.sh ./br/tests/br_tikv_outage2/workload ./br/tests/lightning_record_network/ ./br/tests/lightning_record_network/run.sh ./br/tests/lightning_record_network/data/ ./br/tests/lightning_record_network/data/db.test-schema.sql ./br/tests/lightning_record_network/data/db-schema-create.sql ./br/tests/lightning_record_network/data/db.test.1.sql ./br/tests/lightning_record_network/config.toml ./br/tests/run_compatible.sh ./br/tests/br_txn/ ./br/tests/br_txn/run.sh ./br/tests/br_txn/client.go ./br/tests/br_txn/BUILD.bazel ./br/tests/lightning_multi_valued_index/ ./br/tests/lightning_multi_valued_index/run.sh ./br/tests/lightning_multi_valued_index/data/ ./br/tests/lightning_multi_valued_index/data/mv.t.0.sql ./br/tests/lightning_multi_valued_index/data/mv-schema.sql ./br/tests/lightning_multi_valued_index/data/mv.t-schema.sql ./br/tests/lightning_multi_valued_index/data/mv.l-schema.sql ./br/tests/lightning_multi_valued_index/data/mv.l.0.csv ./br/tests/lightning_multi_valued_index/config.toml ./br/tests/lightning_fail_fast/ ./br/tests/lightning_fail_fast/run.sh ./br/tests/lightning_fail_fast/data/ ./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.0.csv ./br/tests/lightning_fail_fast/data/fail_fast.tb.2.csv ./br/tests/lightning_fail_fast/data/fail_fast.tb.1.csv ./br/tests/lightning_fail_fast/engine.toml ./br/tests/lightning_fail_fast/chunk.toml ./br/tests/docker_compatible_gcs/ ./br/tests/docker_compatible_gcs/prepare.sh ./br/tests/docker_compatible_gcs/_run.sh ./br/tests/br_insert_after_restore/ ./br/tests/br_insert_after_restore/run.sh ./br/tests/br_restore_TDE_enable/ ./br/tests/br_restore_TDE_enable/run.sh ./br/tests/br_restore_TDE_enable/workload ./br/tests/br_other/ ./br/tests/br_other/run.sh ./br/tests/br_ebs/ ./br/tests/br_ebs/run.sh ./br/tests/br_ebs/backupmeta ./br/tests/lightning_view/ ./br/tests/lightning_view/run.sh ./br/tests/lightning_view/data/ ./br/tests/lightning_view/data/db1.v1-schema-view.sql ./br/tests/lightning_view/data/db1-schema-create.sql ./br/tests/lightning_view/data/db1.tbl.0.sql ./br/tests/lightning_view/data/db0.v2-schema.sql ./br/tests/lightning_view/data/db0-schema-create.sql ./br/tests/lightning_view/data/db1.v1-schema.sql ./br/tests/lightning_view/data/db1.tbl-schema.sql ./br/tests/lightning_view/data/db0.v2-schema-view.sql ./br/tests/lightning_view/config.toml ./br/tests/br_full_ddl/ ./br/tests/br_full_ddl/run.sh ./br/tests/br_full_ddl/workload ./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.t.0.csv ./br/tests/lightning_too_many_columns/data/too_many_columns-schema-create.sql ./br/tests/lightning_too_many_columns/data/too_many_columns.t-schema.sql ./br/tests/lightning_too_many_columns/config.toml ./br/tests/lightning_parquet/ ./br/tests/lightning_parquet/run.sh ./br/tests/lightning_parquet/db.sql ./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.customer/ ./br/tests/lightning_parquet/data/test/test.customer/_SUCCESS ./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.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.item/ ./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.item/_SUCCESS ./br/tests/lightning_parquet/data/test/test.new_order/ ./br/tests/lightning_parquet/data/test/test.new_order/_SUCCESS ./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.test_time/ ./br/tests/lightning_parquet/data/test/test.test_time/000000_0.parquet ./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.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.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.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.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.order_line/ ./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.order_line/_SUCCESS ./br/tests/lightning_parquet/config.toml ./br/tests/lightning_checkpoint/ ./br/tests/lightning_checkpoint/run.sh ./br/tests/lightning_checkpoint/config.toml ./br/tests/lightning_examples/ ./br/tests/lightning_examples/run.sh ./br/tests/lightning_examples/1.toml ./br/tests/lightning_examples/512.toml ./br/tests/lightning_examples/131072.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_user_log-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_fish_event-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_report_circular_data-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_user_log.sql ./br/tests/lightning_tool_241/data/qyjc.q_fish_event.sql ./br/tests/lightning_tool_241/data/qyjc.q_alarm_message_log-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_alarm_group.sql ./br/tests/lightning_tool_241/data/qyjc.q_system_update-schema.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_alarm_message_log.sql ./br/tests/lightning_tool_241/data/qyjc-schema-create.sql ./br/tests/lightning_tool_241/data/qyjc.q_report_desc-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_alarm_receiver-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_report_summary-schema.sql ./br/tests/lightning_tool_241/data/qyjc.q_config-schema.sql ./br/tests/lightning_tool_241/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_random.sql ./br/tests/lightning_auto_columns/data/lightning_auto_cols.t_auto_incr.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-schema.sql ./br/tests/lightning_auto_columns/data/lightning_auto_cols-schema-create.sql ./br/tests/lightning_auto_columns/config.toml ./br/tests/lightning_ttl/ ./br/tests/lightning_ttl/run.sh ./br/tests/lightning_ttl/data/ ./br/tests/lightning_ttl/data/ttldb.t1.0.sql ./br/tests/lightning_ttl/data/ttldb.t1-schema.sql ./br/tests/lightning_ttl/data/ttldb-schema-create.sql ./br/tests/lightning_ttl/config.toml ./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.decimal-schema.sql ./br/tests/lightning_various_types/data/vt.bit.sql ./br/tests/lightning_various_types/data/vt.double.sql ./br/tests/lightning_various_types/data/vt.bit-schema.sql ./br/tests/lightning_various_types/data/vt.binary-schema.sql ./br/tests/lightning_various_types/data/vt.json.sql ./br/tests/lightning_various_types/data/vt.empty_strings.sql ./br/tests/lightning_various_types/data/vt.bigint.0.sql ./br/tests/lightning_various_types/data/vt.empty_strings-schema.sql ./br/tests/lightning_various_types/data/vt-schema-create.sql ./br/tests/lightning_various_types/data/vt.char-schema.sql ./br/tests/lightning_various_types/data/vt.binary.sql ./br/tests/lightning_various_types/data/vt.enum-set.sql ./br/tests/lightning_various_types/data/vt.decimal.sql ./br/tests/lightning_various_types/data/vt.json-schema.sql ./br/tests/lightning_various_types/data/vt.double-schema.sql ./br/tests/lightning_various_types/data/vt.enum-set-schema.sql ./br/tests/lightning_various_types/data/vt.precise_types.sql ./br/tests/lightning_various_types/data/vt.datetime-schema.sql ./br/tests/lightning_various_types/data/vt.datetime.sql ./br/tests/lightning_various_types/data/vt.char.sql ./br/tests/lightning_various_types/data/vt.bigint-schema.sql ./br/tests/lightning_various_types/data/vt.precise_types-schema.sql ./br/tests/lightning_various_types/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.t.sql ./br/tests/lightning_disable_scheduler_by_key_range/data/test.t-schema.sql ./br/tests/lightning_disable_scheduler_by_key_range/data/test-schema-create.sql ./br/tests/lightning_disable_scheduler_by_key_range/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.test-schema.sql ./br/tests/lightning_max_random/data/db.test1-schema.sql ./br/tests/lightning_max_random/data/db-schema-create.sql ./br/tests/lightning_max_random/data/db.test2-schema.sql ./br/tests/lightning_max_random/data/db.test2.000000000.csv ./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/lightning_duplicate_resolution_incremental/ ./br/tests/lightning_duplicate_resolution_incremental/config1.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.0.sql ./br/tests/lightning_duplicate_resolution_incremental/data/dup_resolve_detect.ta.1.sql ./br/tests/lightning_duplicate_resolution_incremental/data/dup_resolve_detect.ta-schema.sql ./br/tests/lightning_duplicate_resolution_incremental/data/dup_resolve_detect-schema-create.sql ./br/tests/lightning_duplicate_resolution_incremental/config2.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.0.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.1.sql ./br/tests/lightning_checkpoint_engines_order/config.toml ./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.test1-schema.sql ./br/tests/lightning_max_incr/data/db-schema-create.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/README.md ./br/tests/br_history/ ./br/tests/br_history/run.sh ./br/tests/br_history/workload ./br/tests/run_group.sh ./br/tests/lightning_checkpoint_error_destroy/ ./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-schema.sql ./br/tests/lightning_checkpoint_error_destroy/bad-data/cped.t.sql ./br/tests/lightning_checkpoint_error_destroy/run.sh ./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-schema.sql ./br/tests/lightning_checkpoint_error_destroy/good-data/cped.t.sql ./br/tests/lightning_checkpoint_error_destroy/mysql.toml ./br/tests/lightning_checkpoint_error_destroy/file.toml ./br/tests/lightning_foreign_key/ ./br/tests/lightning_foreign_key/run.sh ./br/tests/lightning_foreign_key/data/ ./br/tests/lightning_foreign_key/data/fk.child-schema.sql ./br/tests/lightning_foreign_key/data/fk.t-schema.sql ./br/tests/lightning_foreign_key/data/fk.parent-schema.sql ./br/tests/lightning_foreign_key/data/fk.t.csv ./br/tests/lightning_foreign_key/data/fk.child.sql ./br/tests/lightning_foreign_key/data/fk.parent.sql ./br/tests/lightning_foreign_key/config.toml ./br/tests/lightning_csv/ ./br/tests/lightning_csv/config-pause-global.toml ./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/csv.empty_strings.csv ./br/tests/lightning_csv/data/auto_incr_id-schema-create.sql ./br/tests/lightning_csv/data/auto_incr_id.nonclustered_cache1-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.0.csv ./br/tests/lightning_csv/data/csv.escapes-schema.sql ./br/tests/lightning_csv/data/csv.threads.csv ./br/tests/lightning_csv/data/no_auto_incr_id.nonclustered_cache1.0.csv ./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-schema-create.sql ./br/tests/lightning_csv/data/auto_incr_id.clustered_cache1-schema.sql ./br/tests/lightning_csv/data/auto_incr_id.nonclustered-schema.sql ./br/tests/lightning_csv/data/no_auto_incr_id.no_pk_cache1.0.csv ./br/tests/lightning_csv/data/no_auto_incr_id.clustered_cache1-schema.sql ./br/tests/lightning_csv/data/no_auto_incr_id.clustered_cache1.0.csv ./br/tests/lightning_csv/data/auto_incr_id.nonclustered.0.csv ./br/tests/lightning_csv/data/csv.escapes.CSV ./br/tests/lightning_csv/data/auto_incr_id.clustered.0.csv ./br/tests/lightning_csv/data/auto_incr_id.nonclustered_cache1.0.csv ./br/tests/lightning_csv/data/no_auto_incr_id.no_pk-schema.sql ./br/tests/lightning_csv/data/no_auto_incr_id.clustered-schema.sql ./br/tests/lightning_csv/data/auto_incr_id.clustered-schema.sql ./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/no_auto_incr_id.clustered.0.csv ./br/tests/lightning_csv/data/auto_incr_id.clustered_cache1.0.csv ./br/tests/lightning_csv/data/no_auto_incr_id.nonclustered-schema.sql ./br/tests/lightning_csv/config.toml ./br/tests/lightning_tiflash/ ./br/tests/lightning_tiflash/run.sh ./br/tests/lightning_tiflash/config.toml ./br/tests/br_db_online_newkv/ ./br/tests/br_db_online_newkv/run.sh ./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_column_permutation/ ./br/tests/lightning_column_permutation/run.sh ./br/tests/lightning_column_permutation/data/ ./br/tests/lightning_column_permutation/data/perm-schema-create.sql ./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/config.toml ./br/tests/br_incremental_same_table/ ./br/tests/br_incremental_same_table/run.sh ./br/tests/br_shuffle_region/ ./br/tests/br_shuffle_region/run.sh ./br/tests/br_shuffle_region/workload ./br/tests/br_incremental/ ./br/tests/br_incremental/run.sh ./br/tests/br_incremental/workload ./br/tests/lightning_auto_random_default/ ./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-schema.sql ./br/tests/lightning_auto_random_default/data/auto_random.t.1.sql ./br/tests/lightning_auto_random_default/data/auto_random-schema-create.sql ./br/tests/lightning_auto_random_default/data/auto_random.t.0.sql ./br/tests/lightning_auto_random_default/config.toml ./br/tests/lightning_auto_random_default/data2/ ./br/tests/lightning_auto_random_default/data2/auto_random.t.000000001.csv ./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_incremental_index/ ./br/tests/br_incremental_index/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.c.sql ./br/tests/lightning_error_summary/data/error_summary.c-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/data/error_summary.b-schema.sql ./br/tests/lightning_error_summary/data/error_summary.a-schema.sql ./br/tests/lightning_error_summary/data/error_summary.a.sql ./br/tests/lightning_error_summary/config.toml ./br/tests/br_backup_version/ ./br/tests/br_backup_version/run.sh ./br/tests/br_autorandom/ ./br/tests/br_autorandom/run.sh ./br/tests/lightning_duplicate_detection_new/ ./br/tests/lightning_duplicate_detection_new/tidb-replace.toml ./br/tests/lightning_duplicate_detection_new/tidb-ignore.toml ./br/tests/lightning_duplicate_detection_new/local-replace.toml ./br/tests/lightning_duplicate_detection_new/local-ignore.toml ./br/tests/lightning_duplicate_detection_new/run.sh ./br/tests/lightning_duplicate_detection_new/data/ ./br/tests/lightning_duplicate_detection_new/data/test.dup_detect-schema.sql ./br/tests/lightning_duplicate_detection_new/data/test.dup_detect.2.sql ./br/tests/lightning_duplicate_detection_new/data/test.dup_detect.4.sql ./br/tests/lightning_duplicate_detection_new/data/test.dup_detect.3.sql ./br/tests/lightning_duplicate_detection_new/data/test.dup_detect.1.sql ./br/tests/lightning_duplicate_detection_new/local-error.toml ./br/tests/lightning_duplicate_detection_new/local-limit-error-records.toml ./br/tests/br_table_partition/ ./br/tests/br_table_partition/run.sh ./br/tests/br_table_partition/prepare.sh ./br/tests/lightning_bom_file/ ./br/tests/lightning_bom_file/run.sh ./br/tests/lightning_bom_file/original_data/ ./br/tests/lightning_bom_file/original_data/mytest.testtbl.csv ./br/tests/lightning_bom_file/original_data/mytest.testtbl-schema.sql ./br/tests/lightning_bom_file/config.toml ./br/tests/br_300_small_tables/ ./br/tests/br_300_small_tables/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_source_linkfile/ ./br/tests/lightning_source_linkfile/run.sh ./br/tests/lightning_source_linkfile/config.toml ./br/tests/br_autoid/ ./br/tests/br_autoid/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.specific_auto_inc-schema.sql ./br/tests/lightning_tidb_rowid/data/rowid.pre_rebase-schema.sql ./br/tests/lightning_tidb_rowid/data/rowid-schema-create.sql ./br/tests/lightning_tidb_rowid/data/rowid.non_pk_auto_inc.sql ./br/tests/lightning_tidb_rowid/data/rowid.non_pk.sql ./br/tests/lightning_tidb_rowid/data/rowid.specific_auto_inc.sql ./br/tests/lightning_tidb_rowid/data/rowid.non_pk_auto_inc-schema.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.sql ./br/tests/lightning_tidb_rowid/data/rowid.explicit_tidb_rowid-schema.sql ./br/tests/lightning_tidb_rowid/config.toml ./br/tests/lightning_config_skip_csv_header/ ./br/tests/lightning_config_skip_csv_header/run.sh ./br/tests/lightning_config_skip_csv_header/err_config.toml ./br/tests/lightning_config_skip_csv_header/data/ ./br/tests/lightning_config_skip_csv_header/data/mytest.testtbl.csv ./br/tests/lightning_config_skip_csv_header/data/mytest.testtbl-schema.sql ./br/tests/lightning_config_skip_csv_header/normal_config.toml ./br/tests/lightning_config_skip_csv_header/err_default_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.0.csv ./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/config.toml ./br/tests/br_incremental_only_ddl/ ./br/tests/br_incremental_only_ddl/run.sh ./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.pk-schema.sql ./br/tests/lightning_tool_1472/data/EE1472.notpk.2.sql ./br/tests/lightning_tool_1472/data/EE1472.notpk-schema.sql ./br/tests/lightning_tool_1472/data/EE1472-schema-create.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.pk.2.sql ./br/tests/lightning_tool_1472/config.toml ./br/tests/lightning_duplicate_detection/ ./br/tests/lightning_duplicate_detection/config1.toml ./br/tests/lightning_duplicate_detection/run.sh ./br/tests/lightning_duplicate_detection/data/ ./br/tests/lightning_duplicate_detection/data/dup_detect.tc-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.td-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tc.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.ta.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tg.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tf.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.ta-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tb.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tb-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.te-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tg-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.te.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.td.1.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tf-schema.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tf.0.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.ta.0.sql ./br/tests/lightning_duplicate_detection/data/dup_detect-schema-create.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tb.0.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.td.0.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.te.0.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tg.0.sql ./br/tests/lightning_duplicate_detection/data/dup_detect.tc.0.sql ./br/tests/lightning_duplicate_detection/config2.toml ./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.pt_role.sql ./br/tests/lightning_tool_1420/data/EE1420-schema-create.sql ./br/tests/lightning_tool_1420/data/EE1420.pt_role-schema.sql ./br/tests/lightning_tool_1420/config.toml ./br/tests/br_split_region_fail/ ./br/tests/br_split_region_fail/run.sh ./br/tests/br_split_region_fail/workload ./br/OWNERS ./br/.dockerignore ./br/pkg/ ./br/pkg/backup/ ./br/pkg/backup/schema.go ./br/pkg/backup/client_test.go ./br/pkg/backup/push.go ./br/pkg/backup/schema_test.go ./br/pkg/backup/metrics.go ./br/pkg/backup/main_test.go ./br/pkg/backup/client.go ./br/pkg/backup/check.go ./br/pkg/backup/prepare_snap/ ./br/pkg/backup/prepare_snap/prepare.go ./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/BUILD.bazel ./br/pkg/backup/BUILD.bazel ./br/pkg/checksum/ ./br/pkg/checksum/executor_test.go ./br/pkg/checksum/validate.go ./br/pkg/checksum/main_test.go ./br/pkg/checksum/executor.go ./br/pkg/checksum/BUILD.bazel ./br/pkg/mock/ ./br/pkg/mock/storage/ ./br/pkg/mock/storage/storage.go ./br/pkg/mock/storage/BUILD.bazel ./br/pkg/mock/backend.go ./br/pkg/mock/importer.go ./br/pkg/mock/mocklocal/ ./br/pkg/mock/mocklocal/local.go ./br/pkg/mock/mocklocal/BUILD.bazel ./br/pkg/mock/task_register.go ./br/pkg/mock/mockid/ ./br/pkg/mock/mockid/mockid.go ./br/pkg/mock/mockid/BUILD.bazel ./br/pkg/mock/mock_cluster_test.go ./br/pkg/mock/encode.go ./br/pkg/mock/mock_cluster.go ./br/pkg/mock/s3iface.go ./br/pkg/mock/BUILD.bazel ./br/pkg/storage/ ./br/pkg/storage/s3_test.go ./br/pkg/storage/storage_test.go ./br/pkg/storage/locking.go ./br/pkg/storage/ks3.go ./br/pkg/storage/local_test.go ./br/pkg/storage/hdfs.go ./br/pkg/storage/storage.go ./br/pkg/storage/local.go ./br/pkg/storage/compress_test.go ./br/pkg/storage/parse.go ./br/pkg/storage/flags.go ./br/pkg/storage/locking_test.go ./br/pkg/storage/helper.go ./br/pkg/storage/gcs_test.go ./br/pkg/storage/azblob.go ./br/pkg/storage/writer_test.go ./br/pkg/storage/azblob_test.go ./br/pkg/storage/compress.go ./br/pkg/storage/gcs.go ./br/pkg/storage/memstore.go ./br/pkg/storage/parse_test.go ./br/pkg/storage/memstore_test.go ./br/pkg/storage/local_windows.go ./br/pkg/storage/writer.go ./br/pkg/storage/local_unix.go ./br/pkg/storage/noop.go ./br/pkg/storage/s3.go ./br/pkg/storage/BUILD.bazel ./br/pkg/task/ ./br/pkg/task/stream_test.go ./br/pkg/task/backup_test.go ./br/pkg/task/backup_ebs.go ./br/pkg/task/operator/ ./br/pkg/task/operator/cmd.go ./br/pkg/task/operator/config.go ./br/pkg/task/operator/BUILD.bazel ./br/pkg/task/common.go ./br/pkg/task/backup_ebs_test.go ./br/pkg/task/backup_txn.go ./br/pkg/task/restore_ebs_meta.go ./br/pkg/task/common_test.go ./br/pkg/task/restore_test.go ./br/pkg/task/restore_raw.go ./br/pkg/task/stream.go ./br/pkg/task/backup.go ./br/pkg/task/backup_raw.go ./br/pkg/task/show/ ./br/pkg/task/show/cmd.go ./br/pkg/task/show/cmd_test.go ./br/pkg/task/show/testdata/ ./br/pkg/task/show/testdata/v2-enc/ ./br/pkg/task/show/testdata/v2-enc/backupmeta.schema.000000001 ./br/pkg/task/show/testdata/v2-enc/backupmeta ./br/pkg/task/show/testdata/full-schema.meta ./br/pkg/task/show/testdata/v2/ ./br/pkg/task/show/testdata/v2/backupmeta.schema.000000001 ./br/pkg/task/show/testdata/v2/backupmeta ./br/pkg/task/show/BUILD.bazel ./br/pkg/task/restore_txn.go ./br/pkg/task/restore_data.go ./br/pkg/task/restore.go ./br/pkg/task/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/logutil/ ./br/pkg/logutil/logging_test.go ./br/pkg/logutil/context.go ./br/pkg/logutil/rate.go ./br/pkg/logutil/logging.go ./br/pkg/logutil/BUILD.bazel ./br/pkg/lightning/ ./br/pkg/lightning/backend/ ./br/pkg/lightning/backend/backend.go ./br/pkg/lightning/backend/kv/ ./br/pkg/lightning/backend/kv/base_test.go ./br/pkg/lightning/backend/kv/types.go ./br/pkg/lightning/backend/kv/kv2sql.go ./br/pkg/lightning/backend/kv/sql2kv.go ./br/pkg/lightning/backend/kv/session_internal_test.go ./br/pkg/lightning/backend/kv/session.go ./br/pkg/lightning/backend/kv/base.go ./br/pkg/lightning/backend/kv/allocator.go ./br/pkg/lightning/backend/kv/sql2kv_test.go ./br/pkg/lightning/backend/kv/kv2sql_test.go ./br/pkg/lightning/backend/kv/BUILD.bazel ./br/pkg/lightning/backend/kv/session_test.go ./br/pkg/lightning/backend/external/ ./br/pkg/lightning/backend/external/byte_reader.go ./br/pkg/lightning/backend/external/merge_test.go ./br/pkg/lightning/backend/external/iter.go ./br/pkg/lightning/backend/external/kv_buf_test.go ./br/pkg/lightning/backend/external/util_test.go ./br/pkg/lightning/backend/external/file_test.go ./br/pkg/lightning/backend/external/engine_test.go ./br/pkg/lightning/backend/external/codec.go ./br/pkg/lightning/backend/external/concurrent_reader_test.go ./br/pkg/lightning/backend/external/codec_test.go ./br/pkg/lightning/backend/external/file.go ./br/pkg/lightning/backend/external/writer_test.go ./br/pkg/lightning/backend/external/util.go ./br/pkg/lightning/backend/external/stat_reader.go ./br/pkg/lightning/backend/external/iter_test.go ./br/pkg/lightning/backend/external/kv_reader.go ./br/pkg/lightning/backend/external/split_test.go ./br/pkg/lightning/backend/external/engine.go ./br/pkg/lightning/backend/external/merge.go ./br/pkg/lightning/backend/external/writer.go ./br/pkg/lightning/backend/external/byte_reader_test.go ./br/pkg/lightning/backend/external/split.go ./br/pkg/lightning/backend/external/kv_buf.go ./br/pkg/lightning/backend/external/concurrent_reader.go ./br/pkg/lightning/backend/external/BUILD.bazel ./br/pkg/lightning/backend/encode/ ./br/pkg/lightning/backend/encode/encode.go ./br/pkg/lightning/backend/encode/BUILD.bazel ./br/pkg/lightning/backend/backend_test.go ./br/pkg/lightning/backend/tidb/ ./br/pkg/lightning/backend/tidb/tidb.go ./br/pkg/lightning/backend/tidb/tidb_test.go ./br/pkg/lightning/backend/tidb/BUILD.bazel ./br/pkg/lightning/backend/local/ ./br/pkg/lightning/backend/local/local_test.go ./br/pkg/lightning/backend/local/tikv_mode.go ./br/pkg/lightning/backend/local/local.go ./br/pkg/lightning/backend/local/compress_test.go ./br/pkg/lightning/backend/local/region_job.go ./br/pkg/lightning/backend/local/iterator.go ./br/pkg/lightning/backend/local/local_unix_generic.go ./br/pkg/lightning/backend/local/engine_test.go ./br/pkg/lightning/backend/local/local_check_test.go ./br/pkg/lightning/backend/local/local_freebsd.go ./br/pkg/lightning/backend/local/duplicate.go ./br/pkg/lightning/backend/local/iterator_test.go ./br/pkg/lightning/backend/local/checksum_test.go ./br/pkg/lightning/backend/local/compress.go ./br/pkg/lightning/backend/local/region_job_test.go ./br/pkg/lightning/backend/local/localhelper.go ./br/pkg/lightning/backend/local/disk_quota.go ./br/pkg/lightning/backend/local/disk_quota_test.go ./br/pkg/lightning/backend/local/localhelper_test.go ./br/pkg/lightning/backend/local/local_windows.go ./br/pkg/lightning/backend/local/engine.go ./br/pkg/lightning/backend/local/checksum.go ./br/pkg/lightning/backend/local/duplicate_test.go ./br/pkg/lightning/backend/local/local_unix.go ./br/pkg/lightning/backend/local/BUILD.bazel ./br/pkg/lightning/backend/BUILD.bazel ./br/pkg/lightning/sigusr1_unix.go ./br/pkg/lightning/log/ ./br/pkg/lightning/log/testlogger.go ./br/pkg/lightning/log/filter.go ./br/pkg/lightning/log/filter_test.go ./br/pkg/lightning/log/log.go ./br/pkg/lightning/log/log_test.go ./br/pkg/lightning/log/BUILD.bazel ./br/pkg/lightning/sigusr1_other.go ./br/pkg/lightning/run_options.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/checkpointspb/ ./br/pkg/lightning/checkpoints/checkpointspb/file_checkpoints.pb.go ./br/pkg/lightning/checkpoints/checkpointspb/file_checkpoints.proto ./br/pkg/lightning/checkpoints/checkpointspb/BUILD.bazel ./br/pkg/lightning/checkpoints/checkpoints.go ./br/pkg/lightning/checkpoints/glue_checkpoint.go ./br/pkg/lightning/checkpoints/checkpoints_sql_test.go ./br/pkg/lightning/checkpoints/main_test.go ./br/pkg/lightning/checkpoints/checkpoints_test.go ./br/pkg/lightning/checkpoints/tidb.go ./br/pkg/lightning/checkpoints/checkpoints_file_test.go ./br/pkg/lightning/checkpoints/BUILD.bazel ./br/pkg/lightning/lightning_server_serial_test.go ./br/pkg/lightning/importer/ ./br/pkg/lightning/importer/mock/ ./br/pkg/lightning/importer/mock/mock_test.go ./br/pkg/lightning/importer/mock/BUILD.bazel ./br/pkg/lightning/importer/mock/mock.go ./br/pkg/lightning/importer/chunk_process_test.go ./br/pkg/lightning/importer/check_info_test.go ./br/pkg/lightning/importer/dup_detect_test.go ./br/pkg/lightning/importer/meta_manager_test.go ./br/pkg/lightning/importer/restore_schema_test.go ./br/pkg/lightning/importer/check_template.go ./br/pkg/lightning/importer/table_import.go ./br/pkg/lightning/importer/checksum_helper.go ./br/pkg/lightning/importer/opts/ ./br/pkg/lightning/importer/opts/get_pre_info_opts.go ./br/pkg/lightning/importer/opts/precheck_opts.go ./br/pkg/lightning/importer/opts/BUILD.bazel ./br/pkg/lightning/importer/get_pre_info.go ./br/pkg/lightning/importer/chunk_process.go ./br/pkg/lightning/importer/get_pre_info_test.go ./br/pkg/lightning/importer/table_import_test.go ./br/pkg/lightning/importer/precheck_impl.go ./br/pkg/lightning/importer/dup_detect.go ./br/pkg/lightning/importer/meta_manager.go ./br/pkg/lightning/importer/import.go ./br/pkg/lightning/importer/precheck_impl_test.go ./br/pkg/lightning/importer/import_test.go ./br/pkg/lightning/importer/tidb.go ./br/pkg/lightning/importer/check_info.go ./br/pkg/lightning/importer/tidb_test.go ./br/pkg/lightning/importer/precheck.go ./br/pkg/lightning/importer/precheck_test.go ./br/pkg/lightning/importer/BUILD.bazel ./br/pkg/lightning/web/ ./br/pkg/lightning/web/res.go ./br/pkg/lightning/web/progress.go ./br/pkg/lightning/web/res_vfsdata.go ./br/pkg/lightning/web/BUILD.bazel ./br/pkg/lightning/config/ ./br/pkg/lightning/config/configlist.go ./br/pkg/lightning/config/bytesize.go ./br/pkg/lightning/config/global.go ./br/pkg/lightning/config/bytesize_test.go ./br/pkg/lightning/config/configlist_test.go ./br/pkg/lightning/config/config.go ./br/pkg/lightning/config/config_test.go ./br/pkg/lightning/config/BUILD.bazel ./br/pkg/lightning/config/const.go ./br/pkg/lightning/tikv/ ./br/pkg/lightning/tikv/tikv_test.go ./br/pkg/lightning/tikv/tikv.go ./br/pkg/lightning/tikv/BUILD.bazel ./br/pkg/lightning/OWNERS ./br/pkg/lightning/precheck/ ./br/pkg/lightning/precheck/precheck.go ./br/pkg/lightning/precheck/BUILD.bazel ./br/pkg/lightning/lightning.go ./br/pkg/lightning/manual/ ./br/pkg/lightning/manual/manual.go ./br/pkg/lightning/manual/manual_nocgo.go ./br/pkg/lightning/manual/allocator.go ./br/pkg/lightning/manual/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/main_test.go ./br/pkg/lightning/duplicate/ ./br/pkg/lightning/duplicate/worker.go ./br/pkg/lightning/duplicate/internal_test.go ./br/pkg/lightning/duplicate/worker_test.go ./br/pkg/lightning/duplicate/detector_test.go ./br/pkg/lightning/duplicate/internal.go ./br/pkg/lightning/duplicate/detector.go ./br/pkg/lightning/duplicate/BUILD.bazel ./br/pkg/lightning/mydump/ ./br/pkg/lightning/mydump/examples/ ./br/pkg/lightning/mydump/examples/mocker_test.tbl_autoid.sql ./br/pkg/lightning/mydump/examples/mocker_test.tbl_autoid-schema.sql ./br/pkg/lightning/mydump/examples/mocker_test.i.sql ./br/pkg/lightning/mydump/examples/test.parquet ./br/pkg/lightning/mydump/examples/metadata ./br/pkg/lightning/mydump/examples/mocker_test-schema-create.sql ./br/pkg/lightning/mydump/examples/mocker_test.report_case_high_risk-schema.sql ./br/pkg/lightning/mydump/examples/mocker_test.tbl_multi_index.sql ./br/pkg/lightning/mydump/examples/mocker_test.report_case_high_risk.sql ./br/pkg/lightning/mydump/examples/mocker_test.tbl_multi_index-schema.sql ./br/pkg/lightning/mydump/examples/mocker_test.i-schema.sql ./br/pkg/lightning/mydump/parquet_parser.go ./br/pkg/lightning/mydump/region.go ./br/pkg/lightning/mydump/charset_convertor_test.go ./br/pkg/lightning/mydump/region_test.go ./br/pkg/lightning/mydump/parser_test.go ./br/pkg/lightning/mydump/reader_test.go ./br/pkg/lightning/mydump/router.go ./br/pkg/lightning/mydump/parser.rl ./br/pkg/lightning/mydump/bytes.go ./br/pkg/lightning/mydump/csv_parser.go ./br/pkg/lightning/mydump/loader.go ./br/pkg/lightning/mydump/main_test.go ./br/pkg/lightning/mydump/charset_convertor.go ./br/pkg/lightning/mydump/loader_test.go ./br/pkg/lightning/mydump/reader.go ./br/pkg/lightning/mydump/parquet/ ./br/pkg/lightning/mydump/parquet/000000_0.parquet ./br/pkg/lightning/mydump/parquet_parser_test.go ./br/pkg/lightning/mydump/csv/ ./br/pkg/lightning/mydump/csv/utf8_test_file.csv ./br/pkg/lightning/mydump/csv/split_large_file.csv ./br/pkg/lightning/mydump/csv/split_large_file.csv.zst ./br/pkg/lightning/mydump/csv/gb18030_test_file.csv ./br/pkg/lightning/mydump/parser_generated.go ./br/pkg/lightning/mydump/csv_parser_test.go ./br/pkg/lightning/mydump/router_test.go ./br/pkg/lightning/mydump/parser.go ./br/pkg/lightning/mydump/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/common/ ./br/pkg/lightning/common/retry_test.go ./br/pkg/lightning/common/security_test.go ./br/pkg/lightning/common/once_error.go ./br/pkg/lightning/common/pause.go ./br/pkg/lightning/common/storage_test.go ./br/pkg/lightning/common/ingest_data.go ./br/pkg/lightning/common/storage.go ./br/pkg/lightning/common/conn.go ./br/pkg/lightning/common/util_test.go ./br/pkg/lightning/common/errors_test.go ./br/pkg/lightning/common/common.go ./br/pkg/lightning/common/storage_windows.go ./br/pkg/lightning/common/util.go ./br/pkg/lightning/common/main_test.go ./br/pkg/lightning/common/common_test.go ./br/pkg/lightning/common/storage_unix.go ./br/pkg/lightning/common/once_error_test.go ./br/pkg/lightning/common/retry.go ./br/pkg/lightning/common/key_adapter.go ./br/pkg/lightning/common/engine.go ./br/pkg/lightning/common/pause_test.go ./br/pkg/lightning/common/errors.go ./br/pkg/lightning/common/key_adapter_test.go ./br/pkg/lightning/common/security.go ./br/pkg/lightning/common/dupdetect.go ./br/pkg/lightning/common/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/lightning_serial_test.go ./br/pkg/lightning/BUILD.bazel ./br/pkg/trace/ ./br/pkg/trace/tracing_serial_test.go ./br/pkg/trace/main_test.go ./br/pkg/trace/tracing.go ./br/pkg/trace/BUILD.bazel ./br/pkg/errors/ ./br/pkg/errors/errors_test.go ./br/pkg/errors/errors.go ./br/pkg/errors/BUILD.bazel ./br/pkg/rtree/ ./br/pkg/rtree/logging_test.go ./br/pkg/rtree/rtree_test.go ./br/pkg/rtree/rtree.go ./br/pkg/rtree/logging.go ./br/pkg/rtree/main_test.go ./br/pkg/rtree/merge_fuzz_test.go ./br/pkg/rtree/BUILD.bazel ./br/pkg/config/ ./br/pkg/config/ebs_test.go ./br/pkg/config/ebs.go ./br/pkg/config/ebs_backup.json ./br/pkg/config/BUILD.bazel ./br/pkg/gluetikv/ ./br/pkg/gluetikv/glue.go ./br/pkg/gluetikv/glue_test.go ./br/pkg/gluetikv/BUILD.bazel ./br/pkg/glue/ ./br/pkg/glue/console_glue.go ./br/pkg/glue/glue.go ./br/pkg/glue/console_glue_test.go ./br/pkg/glue/progressing.go ./br/pkg/glue/BUILD.bazel ./br/pkg/restore/ ./br/pkg/restore/merge_test.go ./br/pkg/restore/data_test.go ./br/pkg/restore/batcher_test.go ./br/pkg/restore/client_test.go ./br/pkg/restore/stream_metas_test.go ./br/pkg/restore/range_test.go ./br/pkg/restore/log_client.go ./br/pkg/restore/import_retry.go ./br/pkg/restore/search_test.go ./br/pkg/restore/util_test.go ./br/pkg/restore/db_test.go ./br/pkg/restore/stream_metas.go ./br/pkg/restore/pipeline_items.go ./br/pkg/restore/log_client_test.go ./br/pkg/restore/rawkv_client.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/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/util.go ./br/pkg/restore/main_test.go ./br/pkg/restore/ingestrec/ ./br/pkg/restore/ingestrec/ingest_recorder_test.go ./br/pkg/restore/ingestrec/ingest_recorder.go ./br/pkg/restore/ingestrec/BUILD.bazel ./br/pkg/restore/data.go ./br/pkg/restore/client.go ./br/pkg/restore/db.go ./br/pkg/restore/systable_restore_test.go ./br/pkg/restore/split_test.go ./br/pkg/restore/systable_restore.go ./br/pkg/restore/import_retry_test.go ./br/pkg/restore/merge.go ./br/pkg/restore/import.go ./br/pkg/restore/batcher.go ./br/pkg/restore/logutil.go ./br/pkg/restore/split.go ./br/pkg/restore/rawkv_client_test.go ./br/pkg/restore/split/ ./br/pkg/restore/split/region.go ./br/pkg/restore/split/sum_sorted_test.go ./br/pkg/restore/split/client.go ./br/pkg/restore/split/split_test.go ./br/pkg/restore/split/sum_sorted.go ./br/pkg/restore/split/split.go ./br/pkg/restore/split/BUILD.bazel ./br/pkg/restore/range.go ./br/pkg/restore/search.go ./br/pkg/restore/BUILD.bazel ./br/pkg/version/ ./br/pkg/version/version.go ./br/pkg/version/version_test.go ./br/pkg/version/build/ ./br/pkg/version/build/info.go ./br/pkg/version/build/info_test.go ./br/pkg/version/build/BUILD.bazel ./br/pkg/version/BUILD.bazel ./br/pkg/membuf/ ./br/pkg/membuf/buffer_test.go ./br/pkg/membuf/buffer.go ./br/pkg/membuf/BUILD.bazel ./br/pkg/streamhelper/ ./br/pkg/streamhelper/subscription_test.go ./br/pkg/streamhelper/daemon/ ./br/pkg/streamhelper/daemon/owner_daemon_test.go ./br/pkg/streamhelper/daemon/owner_daemon.go ./br/pkg/streamhelper/daemon/BUILD.bazel ./br/pkg/streamhelper/daemon/interface.go ./br/pkg/streamhelper/prefix_scanner.go ./br/pkg/streamhelper/regioniter.go ./br/pkg/streamhelper/models.go ./br/pkg/streamhelper/advancer.go ./br/pkg/streamhelper/advancer_cliext.go ./br/pkg/streamhelper/config/ ./br/pkg/streamhelper/config/advancer_conf.go ./br/pkg/streamhelper/config/BUILD.bazel ./br/pkg/streamhelper/basic_lib_for_test.go ./br/pkg/streamhelper/advancer_daemon.go ./br/pkg/streamhelper/advancer_test.go ./br/pkg/streamhelper/collector.go ./br/pkg/streamhelper/client.go ./br/pkg/streamhelper/regioniter_test.go ./br/pkg/streamhelper/spans/ ./br/pkg/streamhelper/spans/sorted_test.go ./br/pkg/streamhelper/spans/value_sorted_test.go ./br/pkg/streamhelper/spans/sorted.go ./br/pkg/streamhelper/spans/utils_test.go ./br/pkg/streamhelper/spans/utils.go ./br/pkg/streamhelper/spans/value_sorted.go ./br/pkg/streamhelper/spans/BUILD.bazel ./br/pkg/streamhelper/advancer_env.go ./br/pkg/streamhelper/integration_test.go ./br/pkg/streamhelper/flush_subscriber.go ./br/pkg/streamhelper/BUILD.bazel ./br/pkg/summary/ ./br/pkg/summary/collector_test.go ./br/pkg/summary/summary.go ./br/pkg/summary/main_test.go ./br/pkg/summary/collector.go ./br/pkg/summary/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/stream/ ./br/pkg/stream/stream_status.go ./br/pkg/stream/meta_kv.go ./br/pkg/stream/rewrite_meta_rawkv_test.go ./br/pkg/stream/meta_kv_test.go ./br/pkg/stream/stream_mgr.go ./br/pkg/stream/stream_misc_test.go ./br/pkg/stream/util_test.go ./br/pkg/stream/decode_kv.go ./br/pkg/stream/util.go ./br/pkg/stream/decode_kv_test.go ./br/pkg/stream/rewrite_meta_rawkv.go ./br/pkg/stream/BUILD.bazel ./br/pkg/utils/ ./br/pkg/utils/key.go ./br/pkg/utils/env_test.go ./br/pkg/utils/retry_test.go ./br/pkg/utils/worker.go ./br/pkg/utils/iter/ ./br/pkg/utils/iter/iter.go ./br/pkg/utils/iter/combinators.go ./br/pkg/utils/iter/source_types.go ./br/pkg/utils/iter/combinator_types.go ./br/pkg/utils/iter/combinator_test.go ./br/pkg/utils/iter/source.go ./br/pkg/utils/iter/BUILD.bazel ./br/pkg/utils/permission.go ./br/pkg/utils/schema.go ./br/pkg/utils/register_test.go ./br/pkg/utils/json_test.go ./br/pkg/utils/dyn_pprof_other.go ./br/pkg/utils/safe_point_test.go ./br/pkg/utils/cdc.go ./br/pkg/utils/db_test.go ./br/pkg/utils/store_manager.go ./br/pkg/utils/cdc_test.go ./br/pkg/utils/backoff_test.go ./br/pkg/utils/sensitive.go ./br/pkg/utils/progress.go ./br/pkg/utils/misc_test.go ./br/pkg/utils/schema_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/main_test.go ./br/pkg/utils/safe_point.go ./br/pkg/utils/env.go ./br/pkg/utils/register.go ./br/pkg/utils/db.go ./br/pkg/utils/json.go ./br/pkg/utils/retry.go ./br/pkg/utils/sensitive_test.go ./br/pkg/utils/misc.go ./br/pkg/utils/key_test.go ./br/pkg/utils/math.go ./br/pkg/utils/progress_test.go ./br/pkg/utils/pprof.go ./br/pkg/utils/backoff.go ./br/pkg/utils/dyn_pprof_unix.go ./br/pkg/utils/BUILD.bazel ./br/pkg/utils/math_test.go ./br/pkg/conn/ ./br/pkg/conn/conn.go ./br/pkg/conn/util/ ./br/pkg/conn/util/util.go ./br/pkg/conn/util/BUILD.bazel ./br/pkg/conn/conn_test.go ./br/pkg/conn/main_test.go ./br/pkg/conn/BUILD.bazel ./br/pkg/aws/ ./br/pkg/aws/ebs_test.go ./br/pkg/aws/ebs.go ./br/pkg/aws/BUILD.bazel ./br/pkg/httputil/ ./br/pkg/httputil/http.go ./br/pkg/httputil/BUILD.bazel ./br/pkg/redact/ ./br/pkg/redact/redact_test.go ./br/pkg/redact/redact.go ./br/pkg/redact/BUILD.bazel ./br/pkg/gluetidb/ ./br/pkg/gluetidb/glue.go ./br/pkg/gluetidb/glue_test.go ./br/pkg/gluetidb/BUILD.bazel ./br/pkg/checkpoint/ ./br/pkg/checkpoint/checkpoint.go ./br/pkg/checkpoint/checkpoint_test.go ./br/pkg/checkpoint/ticker.go ./br/pkg/checkpoint/backup.go ./br/pkg/checkpoint/log_restore.go ./br/pkg/checkpoint/restore.go ./br/pkg/checkpoint/BUILD.bazel ./br/pkg/common/ ./br/pkg/common/consts.go ./br/pkg/common/BUILD.bazel ./br/COMPATIBILITY_TEST.md ./br/docker/ ./br/docker/minio.env ./br/docker/gcs.env ./br/docker/config/ ./br/docker/config/tikv.toml ./br/docker/config/pd.toml ./br/docker/config/tidb.toml ./br/docker/Dockerfile ./br/.gitignore ./br/metrics/ ./br/metrics/grafana/ ./br/metrics/grafana/br.json ./br/metrics/grafana/lightning.json ./br/metrics/alertmanager/ ./br/metrics/alertmanager/lightning.rules.yml ./br/docs/ ./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/docs/resources/ ./br/docs/resources/arch-of-reorganized-importer.svg ./br/docs/resources/solution3-of-key-rewrite.svg ./br/docs/resources/download-sst-diagram.svg ./br/SECURITY.md ./br/README.md ./br/images/ ./br/images/arch.svg ./br/.gitattributes ./br/revive.toml ./br/cmd/ ./br/cmd/br/ ./br/cmd/br/cmd.go ./br/cmd/br/debug.go ./br/cmd/br/main_test.go ./br/cmd/br/main.go ./br/cmd/br/stream.go ./br/cmd/br/operator.go ./br/cmd/br/backup.go ./br/cmd/br/restore.go ./br/cmd/br/BUILD.bazel ./br/cmd/tidb-lightning-ctl/ ./br/cmd/tidb-lightning-ctl/OWNERS ./br/cmd/tidb-lightning-ctl/main_test.go ./br/cmd/tidb-lightning-ctl/main.go ./br/cmd/tidb-lightning-ctl/BUILD.bazel ./br/cmd/tidb-lightning/ ./br/cmd/tidb-lightning/OWNERS ./br/cmd/tidb-lightning/main_test.go ./br/cmd/tidb-lightning/main.go ./br/cmd/tidb-lightning/BUILD.bazel ./build/ ./build/jenkins_collect_coverage.sh ./build/print-workspace-status.sh ./build/jenkins_unit_test.sh ./build/patches/ ./build/patches/com_github_kisielk_errcheck.patch ./build/patches/io_etcd_go_etcd_api_v3.patch ./build/patches/com_github_grpc_ecosystem_grpc_gateway.patch ./build/patches/com_github_golang_protobuf.patch ./build/patches/BUILD.bazel ./build/print-enterprise-workspace-status.sh ./build/linter/ ./build/linter/prealloc/ ./build/linter/prealloc/analyzer.go ./build/linter/prealloc/BUILD.bazel ./build/linter/staticcheck/ ./build/linter/staticcheck/analyzer.go ./build/linter/staticcheck/def.bzl ./build/linter/staticcheck/util.go ./build/linter/staticcheck/BUILD.bazel ./build/linter/constructor/ ./build/linter/constructor/analyzer.go ./build/linter/constructor/testdata/ ./build/linter/constructor/testdata/src/ ./build/linter/constructor/testdata/src/t/ ./build/linter/constructor/testdata/src/t/construct.go ./build/linter/constructor/testdata/src/t/BUILD.bazel ./build/linter/constructor/testdata/src/github.com/ ./build/linter/constructor/testdata/src/github.com/pingcap/ ./build/linter/constructor/testdata/src/github.com/pingcap/tidb/ ./build/linter/constructor/testdata/src/github.com/pingcap/tidb/util/ ./build/linter/constructor/testdata/src/github.com/pingcap/tidb/util/linter/ ./build/linter/constructor/testdata/src/github.com/pingcap/tidb/util/linter/constructor/ ./build/linter/constructor/testdata/src/github.com/pingcap/tidb/util/linter/constructor/constructorflag.go ./build/linter/constructor/testdata/src/github.com/pingcap/tidb/util/linter/constructor/BUILD.bazel ./build/linter/constructor/analyzer_test.go ./build/linter/constructor/BUILD.bazel ./build/linter/gosec/ ./build/linter/gosec/analysis.go ./build/linter/gosec/BUILD.bazel ./build/linter/ineffassign/ ./build/linter/ineffassign/analyzer.go ./build/linter/ineffassign/BUILD.bazel ./build/linter/gofmt/ ./build/linter/gofmt/analyzer.go ./build/linter/gofmt/BUILD.bazel ./build/linter/deferrecover/ ./build/linter/deferrecover/analyzer.go ./build/linter/deferrecover/BUILD.bazel ./build/linter/util/ ./build/linter/util/util.go ./build/linter/util/BUILD.bazel ./build/linter/gci/ ./build/linter/gci/analysis.go ./build/linter/gci/BUILD.bazel ./build/linter/exportloopref/ ./build/linter/exportloopref/analyzer.go ./build/linter/exportloopref/BUILD.bazel ./build/linter/mirror/ ./build/linter/mirror/analyzer.go ./build/linter/mirror/BUILD.bazel ./build/linter/makezero/ ./build/linter/makezero/analyzer.go ./build/linter/makezero/BUILD.bazel ./build/linter/filepermission/ ./build/linter/filepermission/checker.go ./build/linter/filepermission/BUILD.bazel ./build/linter/linter.go ./build/linter/noloopclosure/ ./build/linter/noloopclosure/analysis.go ./build/linter/noloopclosure/BUILD.bazel ./build/linter/asciicheck/ ./build/linter/asciicheck/analysis.go ./build/linter/asciicheck/BUILD.bazel ./build/linter/lll/ ./build/linter/lll/analyzer.go ./build/linter/lll/BUILD.bazel ./build/linter/unconvert/ ./build/linter/unconvert/analysis.go ./build/linter/unconvert/BUILD.bazel ./build/linter/revive/ ./build/linter/revive/analyzer.go ./build/linter/revive/BUILD.bazel ./build/linter/etcdconfig/ ./build/linter/etcdconfig/analyzer.go ./build/linter/etcdconfig/BUILD.bazel ./build/linter/allrevive/ ./build/linter/allrevive/analyzer.go ./build/linter/allrevive/BUILD.bazel ./build/linter/misspell/ ./build/linter/misspell/analyzer.go ./build/linter/misspell/BUILD.bazel ./build/linter/bootstrap/ ./build/linter/bootstrap/analyzer.go ./build/linter/bootstrap/BUILD.bazel ./build/linter/bodyclose/ ./build/linter/bodyclose/analysis.go ./build/linter/bodyclose/BUILD.bazel ./build/linter/rowserrcheck/ ./build/linter/rowserrcheck/analyzer.go ./build/linter/rowserrcheck/BUILD.bazel ./build/linter/predeclared/ ./build/linter/predeclared/analysis.go ./build/linter/predeclared/BUILD.bazel ./build/linter/toomanytests/ ./build/linter/toomanytests/analyze.go ./build/linter/toomanytests/BUILD.bazel ./build/linter/forcetypeassert/ ./build/linter/forcetypeassert/analysis.go ./build/linter/forcetypeassert/BUILD.bazel ./build/linter/errcheck/ ./build/linter/errcheck/analyzer.go ./build/linter/errcheck/errcheck_excludes.txt ./build/linter/errcheck/BUILD.bazel ./build/linter/durationcheck/ ./build/linter/durationcheck/analyzer.go ./build/linter/durationcheck/BUILD.bazel ./build/linter/BUILD.bazel ./build/image/ ./build/image/.ci_bazel ./build/image/base ./build/image/README.md ./build/image/centos7_jenkins ./build/nogo_config.json ./build/BUILD.bazel ./checklist.md ./ci.md ./cmd/ ./cmd/ddltest/ ./cmd/ddltest/column_test.go ./cmd/ddltest/main_test.go ./cmd/ddltest/ddl_test.go ./cmd/ddltest/index_test.go ./cmd/ddltest/random_test.go ./cmd/ddltest/BUILD.bazel ./cmd/portgenerator/ ./cmd/portgenerator/portgenerator.go ./cmd/portgenerator/BUILD.bazel ./cmd/importer/ ./cmd/importer/job.go ./cmd/importer/db_test.go ./cmd/importer/stats.go ./cmd/importer/stats.json ./cmd/importer/config.go ./cmd/importer/data.go ./cmd/importer/main.go ./cmd/importer/db.go ./cmd/importer/README.md ./cmd/importer/parser.go ./cmd/importer/config.toml ./cmd/importer/BUILD.bazel ./cmd/importer/rand.go ./cmd/mirror/ ./cmd/mirror/mirror.go ./cmd/mirror/skylarkutil.go ./cmd/mirror/BUILD.bazel ./cmd/tidb-server/ ./cmd/tidb-server/main_test.go ./cmd/tidb-server/main.go ./cmd/tidb-server/BUILD.bazel ./cmd/benchraw/ ./cmd/benchraw/main.go ./cmd/benchraw/BUILD.bazel ./cmd/benchdb/ ./cmd/benchdb/main.go ./cmd/benchdb/README.md ./cmd/benchdb/BUILD.bazel ./cmd/pluginpkg/ ./cmd/pluginpkg/pluginpkg.go ./cmd/pluginpkg/BUILD.bazel ./cmd/benchkv/ ./cmd/benchkv/main.go ./cmd/benchkv/BUILD.bazel ./code_review_guide.md ./docs/ ./docs/architecture.png ./docs/tidb-architecture.png ./docs/design/ ./docs/design/2018-12-11-sql-plan-management.md ./docs/design/2019-11-14-tidb-builtin-diagnostics-zh_CN.md ./docs/design/2021-09-22-stale-read.md ./docs/design/2021-09-29-merge-dumpling-into-tidb.md ./docs/design/2018-07-19-row-format.md ./docs/design/2023-04-11-dist-task.md ./docs/design/2018-10-31-window-functions.md ./docs/design/2021-06-23-restricted-read-only.md ./docs/design/2023-03-17-non-prepared-plan-cache.md ./docs/design/2020-03-12-invisible-index.md ./docs/design/2019-11-14-tidb-builtin-diagnostics.md ./docs/design/2021-10-20-table-attributes.md ./docs/design/2018-09-10-adding-tz-env.md ./docs/design/2021-06-23-spilled-unparallel-hashagg.md ./docs/design/2021-04-21-unify-log-library.md ./docs/design/2020-09-12-utf8mb4-pinyin-order.md ./docs/design/imgs/ ./docs/design/imgs/ebs-backup-overview.png ./docs/design/imgs/histogram-formula-3.png ./docs/design/imgs/ebs-tidb-operator-restore.jpeg ./docs/design/imgs/cnf200m2.png ./docs/design/imgs/queue-ddl.png ./docs/design/imgs/row-format.jpeg ./docs/design/imgs/ebs-backup-detail.png ./docs/design/imgs/executors.png ./docs/design/imgs/scalability-formula.png ./docs/design/imgs/dist-reorg-flow-chart.png ./docs/design/imgs/background-control.png ./docs/design/imgs/concurrendl-ddl.png ./docs/design/imgs/view.png ./docs/design/imgs/owner-detail-flow-chart.png ./docs/design/imgs/session-manager-health-check.png ./docs/design/imgs/ebs-backup.png ./docs/design/imgs/the-column-pool.png ./docs/design/imgs/late-materialization-in-selection.png ./docs/design/imgs/cte_computation.png ./docs/design/imgs/addIndexLit-1.png ./docs/design/imgs/physical_plan.png ./docs/design/imgs/late-materialization-in-join.png ./docs/design/imgs/ebs-overview.png ./docs/design/imgs/session-manager-multi-tenancy.png ./docs/design/imgs/ebs-data-consistency.jpeg ./docs/design/imgs/add-index-flow-chart.png ./docs/design/imgs/ebs-restore.png ./docs/design/imgs/ebs-tidb-operator-backup.jpeg ./docs/design/imgs/session-manager-component.png ./docs/design/imgs/ddl_job_state_machine.png ./docs/design/imgs/resource-control-overview.png ./docs/design/imgs/session-manager-deployment.png ./docs/design/imgs/global-quota-control.png ./docs/design/imgs/structure-flow-chart.png ./docs/design/imgs/ebs-solution-overview.png ./docs/design/imgs/ebs-backup-worker.png ./docs/design/imgs/pause-user-ddl-when-upgrading-step-2.png ./docs/design/imgs/ebs-snapshot-restore.png ./docs/design/imgs/histogram-2.jpeg ./docs/design/imgs/write-scheduling.png ./docs/design/imgs/execution_model.png ./docs/design/imgs/pd-log-dependency.png ./docs/design/imgs/log-backup-architecture.jpg ./docs/design/imgs/dnf200.png ./docs/design/imgs/histogram-1.jpeg ./docs/design/imgs/tidb-log-dependency.png ./docs/design/imgs/histogram-formula-1.png ./docs/design/imgs/logical_plan.png ./docs/design/imgs/and.jpeg ./docs/design/imgs/process-of-tablescan-with-late-materialization.png ./docs/design/imgs/ebs-restore-worker.png ./docs/design/imgs/wasm-browser-support.png ./docs/design/imgs/ebs-restore-overview.png ./docs/design/imgs/ast-tree.png ./docs/design/imgs/wasm-wasi-error.png ./docs/design/imgs/wasm-mobile-exception.jpeg ./docs/design/imgs/addIndexLit-2.png ./docs/design/imgs/wasm-run-error-in-browser.png ./docs/design/imgs/create-user-stmt.png ./docs/design/imgs/log-backup-data-flow.jpg ./docs/design/imgs/cached-table-read.png ./docs/design/imgs/non-prepared-plan-cache.png ./docs/design/imgs/dist-task-architect.jpg ./docs/design/imgs/histogram-3.png ./docs/design/imgs/cached-table-write.png ./docs/design/imgs/group-and-expression.png ./docs/design/imgs/histogram-formula-2.png ./docs/design/2022-03-25-non-transactional-dml.md ./docs/design/2022-09-19-distributed-ddl-reorg.md ./docs/design/2018-10-08-online-DDL.md ./docs/design/2020-07-07-change-column-types.md ./docs/design/2022-07-22-transaction-savepoint.md ./docs/design/2019-04-11-indexmerge.md ./docs/design/2018-10-24-view-support.md ./docs/design/2021-08-18-charsets.md ./docs/design/2022-08-02-stats-lru-cache.md ./docs/design/2021-03-30-small-table-caching.md ./docs/design/2022-03-09-optimize-gc-for-internal-transaction.md ./docs/design/2022-06-22-foreign-key.md ./docs/design/2022-04-15-multi-schema-change.md ./docs/design/TEMPLATE.md ./docs/design/2019-11-05-index-advisor.md ./docs/design/2021-07-29-hidden-sysvars.md ./docs/design/2023-04-15-ddl-pause-resume.md ./docs/design/2022-11-17-ttl-table.md ./docs/design/2022-06-07-adding-index-acceleration.md ./docs/design/2018-08-10-restore-dropped-table.md ./docs/design/2018-07-01-refactor-aggregate-framework.md ./docs/design/2021-10-09-select-for-update-of-tables.md ./docs/design/2021-12-09-TiDB-log-based-incremental-backup.md ./docs/design/2022-12-06-support-late-materialization.md ./docs/design/2020-01-24-collations.md ./docs/design/2022-03-03-rc-read-tso-optimization.md ./docs/design/2020-08-04-global-index.md ./docs/design/2018-11-29-ast-to-sql-text.md ./docs/design/2022-07-20-session-manager.md ./docs/design/2021-04-20-temporary-table.md ./docs/design/2018-09-04-histograms-in-plan.md ./docs/design/2021-03-01-pipelined-window-functions.md ./docs/design/2021-07-07-rule-based-index-selection.md ./docs/design/2020-09-30-index-usage-information.md ./docs/design/2022-09-29-reorganize-partition.md ./docs/design/2018-12-10-plugin-framework.md ./docs/design/2018-10-19-table-partition.md ./docs/design/2022-11-22-view-hint.md ./docs/design/2019-01-25-skyline-pruning.md ./docs/design/2021-12-08-instance-scope.md ./docs/design/2018-10-22-the-column-pool.md ./docs/design/2020-04-20-brie.md ./docs/design/2023-08-24-background-tasks-control.md ./docs/design/2018-07-22-enhance-propagations.md ./docs/design/2023-06-30-configurable-kv-timeout.md ./docs/design/2023-03-14-multi-valued-index.md ./docs/design/2022-07-03-block-storage-snapshot-based-backup-restore.md ./docs/design/2022-08-04-pessimistic-lazy-constraint-check.md ./docs/design/2022-01-04-integer-shard-index.md ./docs/design/2020-05-08-standardize-error-codes-and-messages.md ./docs/design/README.md ./docs/design/2023-04-11-pause-user-ddl-when-upgrading.md ./docs/design/2022-09-22-global-memory-control.md ./docs/design/2023-06-16-runaway-queries-management.md ./docs/design/2018-09-21-radix-hashjoin.md ./docs/design/2021-09-22-data-consistency.md ./docs/design/2021-09-29-secure-bootstrap.md ./docs/design/2021-04-26-lock-view.md ./docs/design/2022-11-25-global-resource-control.md ./docs/design/2018-10-20-join-reorder-dp-v1.md ./docs/design/2019-11-18-tidb-with-wasm.md ./docs/design/2021-06-27-restructure-tests.md ./docs/design/2022-10-13-mysql-compatible-auto-increment.md ./docs/design/2020-05-08-cluster-index.md ./docs/design/2021-03-09-dynamic-privileges.md ./docs/design/2021-03-09-security-enhanced-mode.md ./docs/design/2021-04-18-common-table-expression.md ./docs/design/2020-06-01-global-kill.md ./docs/design/2020-04-17-sql-sequence.md ./docs/design/2022-03-16-functional-dependency.md ./docs/design/2020-05-11-heap-profile-record.md ./docs/design/2021-09-13-parser-as-submodule-of-tidb.md ./docs/design/2022-03-10-backup-with-batch-create-table.md ./docs/design/2018-08-29-new-planner.md ./docs/design/2020-06-24-placement-rules-in-sql.md ./docs/design/2022-03-24-get-lock.md ./docs/logo.png ./docs/tidb-logo-with-text.png ./docs/contribution-map.png ./docs/tidb_http_api.md ./dumpling/ ./dumpling/log/ ./dumpling/log/log.go ./dumpling/log/BUILD.bazel ./dumpling/cli/ ./dumpling/cli/versions.go ./dumpling/cli/BUILD.bazel ./dumpling/tests/ ./dumpling/tests/views/ ./dumpling/tests/views/run.sh ./dumpling/tests/views/data/ ./dumpling/tests/views/data/views.v-schema-view.sql ./dumpling/tests/views/data/views-schema-create.sql ./dumpling/tests/views/data/views.v-schema.sql ./dumpling/tests/basic/ ./dumpling/tests/basic/run.sh ./dumpling/tests/file_size/ ./dumpling/tests/file_size/run.sh ./dumpling/tests/consistency/ ./dumpling/tests/consistency/run.sh ./dumpling/tests/chaos/ ./dumpling/tests/chaos/run.sh ./dumpling/tests/null_unique_index/ ./dumpling/tests/null_unique_index/run.sh ./dumpling/tests/conn_timeout/ ./dumpling/tests/conn_timeout/run.sh ./dumpling/tests/run.sh ./dumpling/tests/e2e_csv/ ./dumpling/tests/e2e_csv/run.sh ./dumpling/tests/e2e_csv/conf/ ./dumpling/tests/e2e_csv/conf/diff_config.toml ./dumpling/tests/e2e_csv/conf/lightning.toml ./dumpling/tests/e2e_csv/data/ ./dumpling/tests/e2e_csv/data/e2e_csv.escape.sql ./dumpling/tests/e2e_csv/data/e2e_csv-schema-create.sql ./dumpling/tests/e2e_csv/data/e2e_csv.t-schema.sql ./dumpling/tests/e2e_csv/data/e2e_csv.t.sql ./dumpling/tests/e2e_csv/data/e2e_csv.escape-schema.sql ./dumpling/tests/sequences/ ./dumpling/tests/sequences/run.sh ./dumpling/tests/sequences/data/ ./dumpling/tests/sequences/data/sequences.s-schema-sequence-expect.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/diff_config.toml ./dumpling/tests/ignore_generate_column/conf/lightning.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.quote-table.000000000-mysql57.sql ./dumpling/tests/quote/data/quote-database-schema-create.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/_utils/ ./dumpling/tests/_utils/file_not_exist ./dumpling/tests/_utils/run_sql ./dumpling/tests/_utils/check_sync_diff ./dumpling/tests/_utils/file_should_exist ./dumpling/tests/_utils/run_sql_file ./dumpling/tests/_utils/run_dumpling ./dumpling/tests/_utils/run_lightning ./dumpling/tests/_utils/run_services ./dumpling/tests/placement_policy/ ./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/tests/placement_policy/run.sh ./dumpling/tests/all_generate_column/ ./dumpling/tests/all_generate_column/run.sh ./dumpling/tests/all_generate_column/conf/ ./dumpling/tests/all_generate_column/conf/diff_config.toml ./dumpling/tests/all_generate_column/conf/lightning.toml ./dumpling/tests/naughty_strings/ ./dumpling/tests/naughty_strings/run.sh ./dumpling/tests/naughty_strings/data/ ./dumpling/tests/naughty_strings/data/naughty_strings.escape.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-schema.sql ./dumpling/tests/naughty_strings/expect/ ./dumpling/tests/naughty_strings/expect/naughty_strings.escape.sql ./dumpling/tests/naughty_strings/expect/naughty_strings.t.sql ./dumpling/tests/s3/ ./dumpling/tests/s3/run.sh ./dumpling/tests/s3/import.go ./dumpling/tests/s3/BUILD.bazel ./dumpling/tests/no_table_and_db_name/ ./dumpling/tests/no_table_and_db_name/run.sh ./dumpling/tests/external_storage/ ./dumpling/tests/external_storage/run.sh ./dumpling/tests/e2e_foreign_key/ ./dumpling/tests/e2e_foreign_key/run.sh ./dumpling/tests/e2e_foreign_key/conf/ ./dumpling/tests/e2e_foreign_key/conf/diff_config.toml ./dumpling/tests/e2e_foreign_key/conf/lightning.toml ./dumpling/tests/e2e_foreign_key/data/ ./dumpling/tests/e2e_foreign_key/data/e2e_foreign_key.sql ./dumpling/tests/rows_extreme_int/ ./dumpling/tests/rows_extreme_int/run.sh ./dumpling/tests/rows_extreme_int/conf/ ./dumpling/tests/rows_extreme_int/conf/diff_config.toml ./dumpling/tests/rows_extreme_int/conf/lightning.toml ./dumpling/tests/rows_extreme_int/data/ ./dumpling/tests/rows_extreme_int/data/rei.t2.0.sql ./dumpling/tests/rows_extreme_int/data/rei.t.0.sql ./dumpling/tests/non_exist_tables/ ./dumpling/tests/non_exist_tables/run.sh ./dumpling/tests/primary_key/ ./dumpling/tests/primary_key/result/ ./dumpling/tests/primary_key/result/pk_case_2.sql ./dumpling/tests/primary_key/result/pk_case_3.sql ./dumpling/tests/primary_key/result/pk_case_1.sql ./dumpling/tests/primary_key/result/pk_case_0.sql ./dumpling/tests/primary_key/run.sh ./dumpling/tests/primary_key/data/ ./dumpling/tests/primary_key/data/pk_case_2.sql ./dumpling/tests/primary_key/data/pk_case_3.sql ./dumpling/tests/primary_key/data/pk_case_1.sql ./dumpling/tests/primary_key/data/pk_case_0.sql ./dumpling/tests/rows/ ./dumpling/tests/rows/run.sh ./dumpling/tests/rows/conf/ ./dumpling/tests/rows/conf/diff_config.toml ./dumpling/tests/rows/conf/lightning.toml ./dumpling/tests/rows/data/ ./dumpling/tests/rows/data/rows.t.000000000.sql ./dumpling/tests/tls/ ./dumpling/tests/tls/run.sh ./dumpling/tests/tls/ipsan.cnf ./dumpling/tests/empty_database/ ./dumpling/tests/empty_database/run.sh ./dumpling/tests/e2e/ ./dumpling/tests/e2e/run.sh ./dumpling/tests/e2e/conf/ ./dumpling/tests/e2e/conf/diff_config.toml ./dumpling/tests/e2e/conf/lightning.toml ./dumpling/OWNERS ./dumpling/export/ ./dumpling/export/ir.go ./dumpling/export/task.go ./dumpling/export/prepare.go ./dumpling/export/block_allow_list.go ./dumpling/export/sql.go ./dumpling/export/consistency_test.go ./dumpling/export/conn.go ./dumpling/export/writer_serial_test.go ./dumpling/export/consistency.go ./dumpling/export/metadata_test.go ./dumpling/export/region_results.csv ./dumpling/export/util_test.go ./dumpling/export/dump_test.go ./dumpling/export/writer_test.go ./dumpling/export/dump.go ./dumpling/export/metadata.go ./dumpling/export/util.go ./dumpling/export/metrics.go ./dumpling/export/main_test.go ./dumpling/export/block_allow_list_test.go ./dumpling/export/http_handler.go ./dumpling/export/config.go ./dumpling/export/sql_type_test.go ./dumpling/export/sql_test.go ./dumpling/export/config_test.go ./dumpling/export/sql_type.go ./dumpling/export/metrics_test.go ./dumpling/export/retry.go ./dumpling/export/ir_impl_test.go ./dumpling/export/util_for_test.go ./dumpling/export/writer.go ./dumpling/export/writer_util.go ./dumpling/export/status.go ./dumpling/export/prepare_test.go ./dumpling/export/ir_impl.go ./dumpling/export/status_test.go ./dumpling/export/BUILD.bazel ./dumpling/docs/ ./dumpling/docs/en/ ./dumpling/docs/en/user-guide.md ./dumpling/docs/cn/ ./dumpling/docs/cn/user-guide.md ./dumpling/README.md ./dumpling/install.sh ./dumpling/revive.toml ./dumpling/context/ ./dumpling/context/context.go ./dumpling/context/BUILD.bazel ./dumpling/cmd/ ./dumpling/cmd/dumpling/ ./dumpling/cmd/dumpling/main.go ./dumpling/cmd/dumpling/BUILD.bazel ./errors.toml ./go.mod ./go.sum ./hooks/ ./hooks/pre-commit ./pkg/ ./pkg/privilege/ ./pkg/privilege/privilege.go ./pkg/privilege/conn/ ./pkg/privilege/conn/conn.go ./pkg/privilege/conn/BUILD.bazel ./pkg/privilege/privileges/ ./pkg/privilege/privileges/tidb_auth_token.go ./pkg/privilege/privileges/cache_test.go ./pkg/privilege/privileges/cache.go ./pkg/privilege/privileges/ldap/ ./pkg/privilege/privileges/ldap/sasl.go ./pkg/privilege/privileges/ldap/simple.go ./pkg/privilege/privileges/ldap/ldap_common_test.go ./pkg/privilege/privileges/ldap/ldap_common.go ./pkg/privilege/privileges/ldap/test/ ./pkg/privilege/privileges/ldap/test/ca.crt ./pkg/privilege/privileges/ldap/test/ldap.key ./pkg/privilege/privileges/ldap/test/ldap.crt ./pkg/privilege/privileges/ldap/BUILD.bazel ./pkg/privilege/privileges/ldap/const.go ./pkg/privilege/privileges/main_test.go ./pkg/privilege/privileges/tidb_auth_token_test.go ./pkg/privilege/privileges/privileges_test.go ./pkg/privilege/privileges/errors.go ./pkg/privilege/privileges/BUILD.bazel ./pkg/privilege/privileges/privileges.go ./pkg/privilege/BUILD.bazel ./pkg/ddl/ ./pkg/ddl/repair_table_test.go ./pkg/ddl/cancel_test.go ./pkg/ddl/export_test.go ./pkg/ddl/table_split_test.go ./pkg/ddl/ddl_error_test.go ./pkg/ddl/index_modify_test.go ./pkg/ddl/restart_test.go ./pkg/ddl/backfilling_test.go ./pkg/ddl/placement_sql_test.go ./pkg/ddl/stat.go ./pkg/ddl/table_modify_test.go ./pkg/ddl/ddl_running_jobs_test.go ./pkg/ddl/schematracker/ ./pkg/ddl/schematracker/info_store_test.go ./pkg/ddl/schematracker/dm_tracker.go ./pkg/ddl/schematracker/checker.go ./pkg/ddl/schematracker/info_store.go ./pkg/ddl/schematracker/dm_tracker_test.go ./pkg/ddl/schematracker/BUILD.bazel ./pkg/ddl/tiflash_replica_test.go ./pkg/ddl/backfilling_dist_scheduler.go ./pkg/ddl/schema.go ./pkg/ddl/constraint.go ./pkg/ddl/partition_test.go ./pkg/ddl/column_modify_test.go ./pkg/ddl/placement_policy_ddl_test.go ./pkg/ddl/ddl_worker.go ./pkg/ddl/table_lock.go ./pkg/ddl/ttl_test.go ./pkg/ddl/placement/ ./pkg/ddl/placement/constraint.go ./pkg/ddl/placement/constraints.go ./pkg/ddl/placement/bundle.go ./pkg/ddl/placement/common.go ./pkg/ddl/placement/meta_bundle_test.go ./pkg/ddl/placement/rule_test.go ./pkg/ddl/placement/bundle_test.go ./pkg/ddl/placement/common_test.go ./pkg/ddl/placement/rule.go ./pkg/ddl/placement/errors.go ./pkg/ddl/placement/constraint_test.go ./pkg/ddl/placement/constraints_test.go ./pkg/ddl/placement/BUILD.bazel ./pkg/ddl/ddl_workerpool.go ./pkg/ddl/index_cop_test.go ./pkg/ddl/sequence.go ./pkg/ddl/reorg.go ./pkg/ddl/placement_policy.go ./pkg/ddl/index_merge_tmp.go ./pkg/ddl/ddl_tiflash_api.go ./pkg/ddl/column.go ./pkg/ddl/backfilling_clean_s3.go ./pkg/ddl/backfilling_scheduler.go ./pkg/ddl/backfilling.go ./pkg/ddl/db_test.go ./pkg/ddl/generated_column.go ./pkg/ddl/ddl_running_jobs.go ./pkg/ddl/util/ ./pkg/ddl/util/callback/ ./pkg/ddl/util/callback/callback.go ./pkg/ddl/util/callback/callback_test.go ./pkg/ddl/util/callback/BUILD.bazel ./pkg/ddl/util/dead_table_lock_checker.go ./pkg/ddl/util/util.go ./pkg/ddl/util/main_test.go ./pkg/ddl/util/event.go ./pkg/ddl/util/BUILD.bazel ./pkg/ddl/util/mock.go ./pkg/ddl/db_table_test.go ./pkg/ddl/backfilling_proto.go ./pkg/ddl/backfilling_dispatcher_test.go ./pkg/ddl/modify_column_test.go ./pkg/ddl/table_test.go ./pkg/ddl/tests/ ./pkg/ddl/tests/metadatalock/ ./pkg/ddl/tests/metadatalock/mdl_test.go ./pkg/ddl/tests/metadatalock/main_test.go ./pkg/ddl/tests/metadatalock/BUILD.bazel ./pkg/ddl/tests/multivaluedindex/ ./pkg/ddl/tests/multivaluedindex/multi_valued_index_test.go ./pkg/ddl/tests/multivaluedindex/main_test.go ./pkg/ddl/tests/multivaluedindex/BUILD.bazel ./pkg/ddl/tests/resourcegroup/ ./pkg/ddl/tests/resourcegroup/resource_group_test.go ./pkg/ddl/tests/resourcegroup/BUILD.bazel ./pkg/ddl/tests/indexmerge/ ./pkg/ddl/tests/indexmerge/merge_test.go ./pkg/ddl/tests/indexmerge/main_test.go ./pkg/ddl/tests/indexmerge/BUILD.bazel ./pkg/ddl/tests/serial/ ./pkg/ddl/tests/serial/serial_test.go ./pkg/ddl/tests/serial/main_test.go ./pkg/ddl/tests/serial/BUILD.bazel ./pkg/ddl/tests/partition/ ./pkg/ddl/tests/partition/main_test.go ./pkg/ddl/tests/partition/db_partition_test.go ./pkg/ddl/tests/partition/BUILD.bazel ./pkg/ddl/tests/fail/ ./pkg/ddl/tests/fail/fail_db_test.go ./pkg/ddl/tests/fail/main_test.go ./pkg/ddl/tests/fail/BUILD.bazel ./pkg/ddl/tests/fk/ ./pkg/ddl/tests/fk/main_test.go ./pkg/ddl/tests/fk/foreign_key_test.go ./pkg/ddl/tests/fk/BUILD.bazel ./pkg/ddl/tests/tiflash/ ./pkg/ddl/tests/tiflash/main_test.go ./pkg/ddl/tests/tiflash/ddl_tiflash_test.go ./pkg/ddl/tests/tiflash/BUILD.bazel ./pkg/ddl/tests/adminpause/ ./pkg/ddl/tests/adminpause/ddl_stmt_cases.go ./pkg/ddl/tests/adminpause/ddl_data_generation.go ./pkg/ddl/tests/adminpause/global.go ./pkg/ddl/tests/adminpause/main_test.go ./pkg/ddl/tests/adminpause/pause_resume_test.go ./pkg/ddl/tests/adminpause/pause_negative_test.go ./pkg/ddl/tests/adminpause/pause_cancel_test.go ./pkg/ddl/tests/adminpause/BUILD.bazel ./pkg/ddl/ddl_workerpool_test.go ./pkg/ddl/job_table_test.go ./pkg/ddl/options_test.go ./pkg/ddl/OWNERS ./pkg/ddl/rollingback.go ./pkg/ddl/syncer/ ./pkg/ddl/syncer/syncer_test.go ./pkg/ddl/syncer/state_syncer.go ./pkg/ddl/syncer/syncer.go ./pkg/ddl/syncer/state_syncer_test.go ./pkg/ddl/syncer/BUILD.bazel ./pkg/ddl/resourcegroup/ ./pkg/ddl/resourcegroup/group.go ./pkg/ddl/resourcegroup/errors.go ./pkg/ddl/resourcegroup/BUILD.bazel ./pkg/ddl/rollingback_test.go ./pkg/ddl/backfilling_read_index.go ./pkg/ddl/index_cop.go ./pkg/ddl/options.go ./pkg/ddl/sequence_test.go ./pkg/ddl/placement_policy_test.go ./pkg/ddl/schema_test.go ./pkg/ddl/column_change_test.go ./pkg/ddl/column_test.go ./pkg/ddl/backfilling_merge_sort.go ./pkg/ddl/resource_group.go ./pkg/ddl/db_change_failpoints_test.go ./pkg/ddl/ddl.go ./pkg/ddl/main_test.go ./pkg/ddl/ddl_api_test.go ./pkg/ddl/cluster_test.go ./pkg/ddl/stat_test.go ./pkg/ddl/partition.go ./pkg/ddl/multi_schema_change.go ./pkg/ddl/ddl_algorithm.go ./pkg/ddl/index.go ./pkg/ddl/ddl_algorithm_test.go ./pkg/ddl/constant.go ./pkg/ddl/ddl_worker_test.go ./pkg/ddl/ddl_api.go ./pkg/ddl/column_type_change_test.go ./pkg/ddl/foreign_key_test.go ./pkg/ddl/backfilling_import_cloud.go ./pkg/ddl/split_region.go ./pkg/ddl/job_table.go ./pkg/ddl/callback.go ./pkg/ddl/db_cache_test.go ./pkg/ddl/internal/ ./pkg/ddl/internal/session/ ./pkg/ddl/internal/session/session_pool.go ./pkg/ddl/internal/session/session.go ./pkg/ddl/internal/session/session_pool_test.go ./pkg/ddl/internal/session/BUILD.bazel ./pkg/ddl/db_rename_test.go ./pkg/ddl/reorg_partition_test.go ./pkg/ddl/backfilling_dispatcher.go ./pkg/ddl/ddl_test.go ./pkg/ddl/attributes_sql_test.go ./pkg/ddl/fail_test.go ./pkg/ddl/table.go ./pkg/ddl/multi_schema_change_test.go ./pkg/ddl/cluster.go ./pkg/ddl/delete_range.go ./pkg/ddl/dist_owner.go ./pkg/ddl/constraint_test.go ./pkg/ddl/backfilling_operators.go ./pkg/ddl/mv_index_test.go ./pkg/ddl/testutil/ ./pkg/ddl/testutil/testutil.go ./pkg/ddl/testutil/BUILD.bazel ./pkg/ddl/integration_test.go ./pkg/ddl/label/ ./pkg/ddl/label/attributes.go ./pkg/ddl/label/rule_test.go ./pkg/ddl/label/main_test.go ./pkg/ddl/label/rule.go ./pkg/ddl/label/errors.go ./pkg/ddl/label/attributes_test.go ./pkg/ddl/label/BUILD.bazel ./pkg/ddl/foreign_key.go ./pkg/ddl/bench_test.go ./pkg/ddl/ttl.go ./pkg/ddl/sanity_check.go ./pkg/ddl/delete_range_util.go ./pkg/ddl/index_change_test.go ./pkg/ddl/db_integration_test.go ./pkg/ddl/ingest/ ./pkg/ddl/ingest/env_test.go ./pkg/ddl/ingest/checkpoint.go ./pkg/ddl/ingest/backend.go ./pkg/ddl/ingest/message.go ./pkg/ddl/ingest/checkpoint_test.go ./pkg/ddl/ingest/tests/ ./pkg/ddl/ingest/tests/partition_table_test.go ./pkg/ddl/ingest/tests/BUILD.bazel ./pkg/ddl/ingest/engine_mgr.go ./pkg/ddl/ingest/main_test.go ./pkg/ddl/ingest/disk_root.go ./pkg/ddl/ingest/config.go ./pkg/ddl/ingest/env.go ./pkg/ddl/ingest/engine.go ./pkg/ddl/ingest/mem_root.go ./pkg/ddl/ingest/mem_root_test.go ./pkg/ddl/ingest/testutil/ ./pkg/ddl/ingest/testutil/testutil.go ./pkg/ddl/ingest/testutil/BUILD.bazel ./pkg/ddl/ingest/integration_test.go ./pkg/ddl/ingest/backend_mgr.go ./pkg/ddl/ingest/BUILD.bazel ./pkg/ddl/ingest/mock.go ./pkg/ddl/db_change_test.go ./pkg/ddl/primary_key_handle_test.go ./pkg/ddl/BUILD.bazel ./pkg/ddl/mock.go ./pkg/ddl/copr/ ./pkg/ddl/copr/copr_ctx_test.go ./pkg/ddl/copr/copr_ctx.go ./pkg/ddl/copr/BUILD.bazel ./pkg/errno/ ./pkg/errno/errname.go ./pkg/errno/infoschema_test.go ./pkg/errno/main_test.go ./pkg/errno/infoschema.go ./pkg/errno/logredaction.md ./pkg/errno/errcode.go ./pkg/errno/BUILD.bazel ./pkg/keyspace/ ./pkg/keyspace/keyspace.go ./pkg/keyspace/keyspace_test.go ./pkg/keyspace/BUILD.bazel ./pkg/parser/ ./pkg/parser/reserved_words_test.go ./pkg/parser/auth/ ./pkg/parser/auth/tidb_sm3_test.go ./pkg/parser/auth/mysql_native_password_test.go ./pkg/parser/auth/mysql_native_password.go ./pkg/parser/auth/tidb_sm3.go ./pkg/parser/auth/auth.go ./pkg/parser/auth/caching_sha2_test.go ./pkg/parser/auth/caching_sha2.go ./pkg/parser/auth/BUILD.bazel ./pkg/parser/.editorconfig ./pkg/parser/digester_test.go ./pkg/parser/opcode/ ./pkg/parser/opcode/opcode_test.go ./pkg/parser/opcode/opcode.go ./pkg/parser/opcode/BUILD.bazel ./pkg/parser/test_driver/ ./pkg/parser/test_driver/test_driver_datum.go ./pkg/parser/test_driver/test_driver_helper.go ./pkg/parser/test_driver/test_driver_mydecimal.go ./pkg/parser/test_driver/test_driver.go ./pkg/parser/test_driver/BUILD.bazel ./pkg/parser/go.mod ./pkg/parser/hintparser.y ./pkg/parser/parser.y ./pkg/parser/goyacc/ ./pkg/parser/goyacc/format_yacc.go ./pkg/parser/goyacc/main.go ./pkg/parser/goyacc/BUILD.bazel ./pkg/parser/parser_test.go ./pkg/parser/hintparserimpl.go ./pkg/parser/charset/ ./pkg/parser/charset/encoding_ascii.go ./pkg/parser/charset/encoding_bin.go ./pkg/parser/charset/encoding_gbk.go ./pkg/parser/charset/charset_test.go ./pkg/parser/charset/encoding.go ./pkg/parser/charset/encoding_utf8.go ./pkg/parser/charset/charset.go ./pkg/parser/charset/encoding_latin1.go ./pkg/parser/charset/encoding_base.go ./pkg/parser/charset/encoding_test.go ./pkg/parser/charset/encoding_table.go ./pkg/parser/charset/BUILD.bazel ./pkg/parser/ast/ ./pkg/parser/ast/dml.go ./pkg/parser/ast/expressions_test.go ./pkg/parser/ast/base_test.go ./pkg/parser/ast/util_test.go ./pkg/parser/ast/format_test.go ./pkg/parser/ast/flag_test.go ./pkg/parser/ast/stats.go ./pkg/parser/ast/procedure_test.go ./pkg/parser/ast/expressions.go ./pkg/parser/ast/misc_test.go ./pkg/parser/ast/util.go ./pkg/parser/ast/ddl.go ./pkg/parser/ast/dml_test.go ./pkg/parser/ast/procedure.go ./pkg/parser/ast/functions.go ./pkg/parser/ast/base.go ./pkg/parser/ast/functions_test.go ./pkg/parser/ast/misc.go ./pkg/parser/ast/ddl_test.go ./pkg/parser/ast/advisor.go ./pkg/parser/ast/ast.go ./pkg/parser/ast/flag.go ./pkg/parser/ast/BUILD.bazel ./pkg/parser/terror/ ./pkg/parser/terror/terror_test.go ./pkg/parser/terror/terror.go ./pkg/parser/terror/BUILD.bazel ./pkg/parser/OWNERS ./pkg/parser/digester.go ./pkg/parser/main_test.go ./pkg/parser/go.sum ./pkg/parser/lexer_test.go ./pkg/parser/yy_parser.go ./pkg/parser/hintparser_test.go ./pkg/parser/mysql/ ./pkg/parser/mysql/state.go ./pkg/parser/mysql/locale_format.go ./pkg/parser/mysql/privs.go ./pkg/parser/mysql/errname.go ./pkg/parser/mysql/error.go ./pkg/parser/mysql/type.go ./pkg/parser/mysql/util.go ./pkg/parser/mysql/charset.go ./pkg/parser/mysql/type_test.go ./pkg/parser/mysql/const_test.go ./pkg/parser/mysql/error_test.go ./pkg/parser/mysql/privs_test.go ./pkg/parser/mysql/errcode.go ./pkg/parser/mysql/BUILD.bazel ./pkg/parser/mysql/const.go ./pkg/parser/model/ ./pkg/parser/model/reorg.go ./pkg/parser/model/flags.go ./pkg/parser/model/model.go ./pkg/parser/model/ddl.go ./pkg/parser/model/model_test.go ./pkg/parser/model/ddl_test.go ./pkg/parser/model/BUILD.bazel ./pkg/parser/types/ ./pkg/parser/types/field_type.go ./pkg/parser/types/eval_type.go ./pkg/parser/types/field_type_test.go ./pkg/parser/types/etc.go ./pkg/parser/types/etc_test.go ./pkg/parser/types/BUILD.bazel ./pkg/parser/consistent_test.go ./pkg/parser/hintparser.go ./pkg/parser/.gitignore ./pkg/parser/Makefile ./pkg/parser/docs/ ./pkg/parser/docs/quickstart.md ./pkg/parser/tidb/ ./pkg/parser/tidb/features.go ./pkg/parser/tidb/BUILD.bazel ./pkg/parser/SECURITY.md ./pkg/parser/README.md ./pkg/parser/misc.go ./pkg/parser/lexer.go ./pkg/parser/parser.go ./pkg/parser/LICENSE ./pkg/parser/test.sh ./pkg/parser/format/ ./pkg/parser/format/format_test.go ./pkg/parser/format/format.go ./pkg/parser/format/BUILD.bazel ./pkg/parser/bench_test.go ./pkg/parser/BUILD.bazel ./pkg/parser/duration/ ./pkg/parser/duration/duration.go ./pkg/parser/duration/duration_test.go ./pkg/parser/duration/BUILD.bazel ./pkg/structure/ ./pkg/structure/string.go ./pkg/structure/type.go ./pkg/structure/main_test.go ./pkg/structure/structure.go ./pkg/structure/hash.go ./pkg/structure/list.go ./pkg/structure/structure_test.go ./pkg/structure/BUILD.bazel ./pkg/store/ ./pkg/store/gcworker/ ./pkg/store/gcworker/gc_worker_test.go ./pkg/store/gcworker/main_test.go ./pkg/store/gcworker/gc_worker.go ./pkg/store/gcworker/BUILD.bazel ./pkg/store/mockstore/ ./pkg/store/mockstore/unistore.go ./pkg/store/mockstore/unistore/ ./pkg/store/mockstore/unistore/raw_handler.go ./pkg/store/mockstore/unistore/rpc.go ./pkg/store/mockstore/unistore/client/ ./pkg/store/mockstore/unistore/client/client.go ./pkg/store/mockstore/unistore/client/BUILD.bazel ./pkg/store/mockstore/unistore/util/ ./pkg/store/mockstore/unistore/util/lockwaiter/ ./pkg/store/mockstore/unistore/util/lockwaiter/lockwaiter.go ./pkg/store/mockstore/unistore/util/lockwaiter/lockwaiter_test.go ./pkg/store/mockstore/unistore/util/lockwaiter/main_test.go ./pkg/store/mockstore/unistore/util/lockwaiter/BUILD.bazel ./pkg/store/mockstore/unistore/config/ ./pkg/store/mockstore/unistore/config/config-template.toml ./pkg/store/mockstore/unistore/config/config.go ./pkg/store/mockstore/unistore/config/BUILD.bazel ./pkg/store/mockstore/unistore/testutil.go ./pkg/store/mockstore/unistore/tikv/ ./pkg/store/mockstore/unistore/tikv/dbreader/ ./pkg/store/mockstore/unistore/tikv/dbreader/db_reader.go ./pkg/store/mockstore/unistore/tikv/dbreader/BUILD.bazel ./pkg/store/mockstore/unistore/tikv/mvcc_test.go ./pkg/store/mockstore/unistore/tikv/region.go ./pkg/store/mockstore/unistore/tikv/pberror/ ./pkg/store/mockstore/unistore/tikv/pberror/pberror.go ./pkg/store/mockstore/unistore/tikv/pberror/BUILD.bazel ./pkg/store/mockstore/unistore/tikv/server_batch.go ./pkg/store/mockstore/unistore/tikv/mock_region.go ./pkg/store/mockstore/unistore/tikv/inner_server.go ./pkg/store/mockstore/unistore/tikv/deadlock.go ./pkg/store/mockstore/unistore/tikv/detector_test.go ./pkg/store/mockstore/unistore/tikv/mvcc.go ./pkg/store/mockstore/unistore/tikv/write.go ./pkg/store/mockstore/unistore/tikv/util.go ./pkg/store/mockstore/unistore/tikv/main_test.go ./pkg/store/mockstore/unistore/tikv/kverrors/ ./pkg/store/mockstore/unistore/tikv/kverrors/errors.go ./pkg/store/mockstore/unistore/tikv/kverrors/BUILD.bazel ./pkg/store/mockstore/unistore/tikv/mvcc/ ./pkg/store/mockstore/unistore/tikv/mvcc/tikv.go ./pkg/store/mockstore/unistore/tikv/mvcc/mvcc.go ./pkg/store/mockstore/unistore/tikv/mvcc/db_writer.go ./pkg/store/mockstore/unistore/tikv/mvcc/BUILD.bazel ./pkg/store/mockstore/unistore/tikv/detector.go ./pkg/store/mockstore/unistore/tikv/server.go ./pkg/store/mockstore/unistore/tikv/BUILD.bazel ./pkg/store/mockstore/unistore/pd.go ./pkg/store/mockstore/unistore/main_test.go ./pkg/store/mockstore/unistore/server/ ./pkg/store/mockstore/unistore/server/server.go ./pkg/store/mockstore/unistore/server/BUILD.bazel ./pkg/store/mockstore/unistore/metrics/ ./pkg/store/mockstore/unistore/metrics/metrics.go ./pkg/store/mockstore/unistore/metrics/BUILD.bazel ./pkg/store/mockstore/unistore/pd_test.go ./pkg/store/mockstore/unistore/cophandler/ ./pkg/store/mockstore/unistore/cophandler/cop_handler.go ./pkg/store/mockstore/unistore/cophandler/cop_handler_test.go ./pkg/store/mockstore/unistore/cophandler/topn.go ./pkg/store/mockstore/unistore/cophandler/closure_exec.go ./pkg/store/mockstore/unistore/cophandler/analyze.go ./pkg/store/mockstore/unistore/cophandler/main_test.go ./pkg/store/mockstore/unistore/cophandler/mpp_exec.go ./pkg/store/mockstore/unistore/cophandler/mpp.go ./pkg/store/mockstore/unistore/cophandler/BUILD.bazel ./pkg/store/mockstore/unistore/raw_handler_test.go ./pkg/store/mockstore/unistore/lockstore/ ./pkg/store/mockstore/unistore/lockstore/arena.go ./pkg/store/mockstore/unistore/lockstore/iterator.go ./pkg/store/mockstore/unistore/lockstore/lockstore_test.go ./pkg/store/mockstore/unistore/lockstore/main_test.go ./pkg/store/mockstore/unistore/lockstore/lockstore.go ./pkg/store/mockstore/unistore/lockstore/load_dump.go ./pkg/store/mockstore/unistore/lockstore/BUILD.bazel ./pkg/store/mockstore/unistore/cluster.go ./pkg/store/mockstore/unistore/pd/ ./pkg/store/mockstore/unistore/pd/client.go ./pkg/store/mockstore/unistore/pd/BUILD.bazel ./pkg/store/mockstore/unistore/BUILD.bazel ./pkg/store/mockstore/unistore/mock.go ./pkg/store/mockstore/tikv_test.go ./pkg/store/mockstore/tikv.go ./pkg/store/mockstore/mockstore.go ./pkg/store/mockstore/redirector.go ./pkg/store/mockstore/main_test.go ./pkg/store/mockstore/cluster_test.go ./pkg/store/mockstore/mockcopr/ ./pkg/store/mockstore/mockcopr/aggregate.go ./pkg/store/mockstore/mockcopr/executor_test.go ./pkg/store/mockstore/mockcopr/topn.go ./pkg/store/mockstore/mockcopr/analyze.go ./pkg/store/mockstore/mockcopr/main_test.go ./pkg/store/mockstore/mockcopr/cop_handler_dag.go ./pkg/store/mockstore/mockcopr/rpc_copr.go ./pkg/store/mockstore/mockcopr/copr_handler.go ./pkg/store/mockstore/mockcopr/executor.go ./pkg/store/mockstore/mockcopr/checksum.go ./pkg/store/mockstore/mockcopr/BUILD.bazel ./pkg/store/mockstore/mockstorage/ ./pkg/store/mockstore/mockstorage/storage.go ./pkg/store/mockstore/mockstorage/BUILD.bazel ./pkg/store/mockstore/BUILD.bazel ./pkg/store/store.go ./pkg/store/main_test.go ./pkg/store/helper/ ./pkg/store/helper/helper.go ./pkg/store/helper/helper_test.go ./pkg/store/helper/main_test.go ./pkg/store/helper/BUILD.bazel ./pkg/store/driver/ ./pkg/store/driver/txn_test.go ./pkg/store/driver/client_test.go ./pkg/store/driver/options/ ./pkg/store/driver/options/options.go ./pkg/store/driver/options/BUILD.bazel ./pkg/store/driver/tikv_driver.go ./pkg/store/driver/error/ ./pkg/store/driver/error/error.go ./pkg/store/driver/error/error_test.go ./pkg/store/driver/error/BUILD.bazel ./pkg/store/driver/main_test.go ./pkg/store/driver/txn/ ./pkg/store/driver/txn/batch_getter.go ./pkg/store/driver/txn/txn_driver.go ./pkg/store/driver/txn/scanner.go ./pkg/store/driver/txn/batch_getter_test.go ./pkg/store/driver/txn/error.go ./pkg/store/driver/txn/union_iter_test.go ./pkg/store/driver/txn/snapshot.go ./pkg/store/driver/txn/main_test.go ./pkg/store/driver/txn/driver_test.go ./pkg/store/driver/txn/union_iter.go ./pkg/store/driver/txn/binlog.go ./pkg/store/driver/txn/unionstore_driver.go ./pkg/store/driver/txn/BUILD.bazel ./pkg/store/driver/config_test.go ./pkg/store/driver/snap_interceptor_test.go ./pkg/store/driver/sql_fail_test.go ./pkg/store/driver/BUILD.bazel ./pkg/store/driver/backoff/ ./pkg/store/driver/backoff/backoff.go ./pkg/store/driver/backoff/BUILD.bazel ./pkg/store/pdtypes/ ./pkg/store/pdtypes/statistics.go ./pkg/store/pdtypes/region_tree.go ./pkg/store/pdtypes/typeutil.go ./pkg/store/pdtypes/config.go ./pkg/store/pdtypes/api.go ./pkg/store/pdtypes/placement.go ./pkg/store/pdtypes/BUILD.bazel ./pkg/store/store_test.go ./pkg/store/batch_coprocessor_test.go ./pkg/store/BUILD.bazel ./pkg/store/copr/ ./pkg/store/copr/coprocessor.go ./pkg/store/copr/key_ranges.go ./pkg/store/copr/mpp_probe_test.go ./pkg/store/copr/copr_test/ ./pkg/store/copr/copr_test/main_test.go ./pkg/store/copr/copr_test/coprocessor_test.go ./pkg/store/copr/copr_test/BUILD.bazel ./pkg/store/copr/store.go ./pkg/store/copr/coprocessor_cache_test.go ./pkg/store/copr/main_test.go ./pkg/store/copr/coprocessor_cache.go ./pkg/store/copr/batch_request_sender.go ./pkg/store/copr/metrics/ ./pkg/store/copr/metrics/metrics.go ./pkg/store/copr/metrics/BUILD.bazel ./pkg/store/copr/key_ranges_test.go ./pkg/store/copr/coprocessor_test.go ./pkg/store/copr/region_cache.go ./pkg/store/copr/batch_coprocessor.go ./pkg/store/copr/batch_coprocessor_test.go ./pkg/store/copr/mpp_probe.go ./pkg/store/copr/mpp.go ./pkg/store/copr/BUILD.bazel ./pkg/extension/ ./pkg/extension/_import/ ./pkg/extension/_import/import.go ./pkg/extension/_import/BUILD.bazel ./pkg/extension/function_test.go ./pkg/extension/extensions.go ./pkg/extension/bootstrap_test.go ./pkg/extension/enterprise/ ./pkg/extension/enterprise/generate/ ./pkg/extension/enterprise/generate/main.go ./pkg/extension/enterprise/.git ./pkg/extension/enterprise/OWNERS ./pkg/extension/enterprise/audit/ ./pkg/extension/enterprise/audit/filter.go ./pkg/extension/enterprise/audit/function_test.go ./pkg/extension/enterprise/audit/filter_test.go ./pkg/extension/enterprise/audit/entry_test.go ./pkg/extension/enterprise/audit/manager.go ./pkg/extension/enterprise/audit/sysvar_test.go ./pkg/extension/enterprise/audit/logger.go ./pkg/extension/enterprise/audit/util.go ./pkg/extension/enterprise/audit/register.go ./pkg/extension/enterprise/audit/entry.go ./pkg/extension/enterprise/audit/BUILD.bazel ./pkg/extension/enterprise/README.md ./pkg/extension/util.go ./pkg/extension/main_test.go ./pkg/extension/extensionimpl/ ./pkg/extension/extensionimpl/bootstrap.go ./pkg/extension/extensionimpl/BUILD.bazel ./pkg/extension/.gitignore ./pkg/extension/session.go ./pkg/extension/registry.go ./pkg/extension/manifest.go ./pkg/extension/registry_test.go ./pkg/extension/event_listener_test.go ./pkg/extension/function.go ./pkg/extension/BUILD.bazel ./pkg/tablecodec/ ./pkg/tablecodec/rowindexcodec/ ./pkg/tablecodec/rowindexcodec/rowindexcodec_test.go ./pkg/tablecodec/rowindexcodec/main_test.go ./pkg/tablecodec/rowindexcodec/rowindexcodec.go ./pkg/tablecodec/rowindexcodec/BUILD.bazel ./pkg/tablecodec/OWNERS ./pkg/tablecodec/main_test.go ./pkg/tablecodec/tablecodec_test.go ./pkg/tablecodec/tablecodec.go ./pkg/tablecodec/bench_test.go ./pkg/tablecodec/BUILD.bazel ./pkg/distsql/ ./pkg/distsql/select_result.go ./pkg/distsql/select_result_test.go ./pkg/distsql/distsql.go ./pkg/distsql/OWNERS ./pkg/distsql/request_builder_test.go ./pkg/distsql/distsql_test.go ./pkg/distsql/main_test.go ./pkg/distsql/request_builder.go ./pkg/distsql/bench_test.go ./pkg/distsql/BUILD.bazel ./pkg/util/ ./pkg/util/filter/ ./pkg/util/filter/schema.go ./pkg/util/filter/filter.go ./pkg/util/filter/filter_test.go ./pkg/util/filter/schema_test.go ./pkg/util/filter/README.md ./pkg/util/filter/BUILD.bazel ./pkg/util/gctuner/ ./pkg/util/gctuner/mem_test.go ./pkg/util/gctuner/tuner.go ./pkg/util/gctuner/finalizer_test.go ./pkg/util/gctuner/finalizer.go ./pkg/util/gctuner/tuner_test.go ./pkg/util/gctuner/memory_limit_tuner_test.go ./pkg/util/gctuner/memory_limit_tuner.go ./pkg/util/gctuner/mem.go ./pkg/util/gctuner/BUILD.bazel ./pkg/util/sqlexec/ ./pkg/util/sqlexec/mock/ ./pkg/util/sqlexec/mock/restricted_sql_executor_mock.go ./pkg/util/sqlexec/mock/BUILD.bazel ./pkg/util/sqlexec/mock/mock.go ./pkg/util/sqlexec/restricted_sql_executor.go ./pkg/util/sqlexec/utils_test.go ./pkg/util/sqlexec/utils.go ./pkg/util/sqlexec/main_test.go ./pkg/util/sqlexec/simple_record_set.go ./pkg/util/sqlexec/BUILD.bazel ./pkg/util/extsort/ ./pkg/util/extsort/external_sorter.go ./pkg/util/extsort/disk_sorter_test.go ./pkg/util/extsort/disk_sorter.go ./pkg/util/extsort/external_sorter_test.go ./pkg/util/extsort/BUILD.bazel ./pkg/util/ranger/ ./pkg/util/ranger/types.go ./pkg/util/ranger/detacher.go ./pkg/util/ranger/checker.go ./pkg/util/ranger/main_test.go ./pkg/util/ranger/points.go ./pkg/util/ranger/types_test.go ./pkg/util/ranger/ranger.go ./pkg/util/ranger/ranger_test.go ./pkg/util/ranger/bench_test.go ./pkg/util/ranger/BUILD.bazel ./pkg/util/channel/ ./pkg/util/channel/channel.go ./pkg/util/channel/BUILD.bazel ./pkg/util/intest/ ./pkg/util/intest/intest.go ./pkg/util/intest/assert.go ./pkg/util/intest/common.go ./pkg/util/intest/assert_test.go ./pkg/util/intest/BUILD.bazel ./pkg/util/security_test.go ./pkg/util/parser/ ./pkg/util/parser/ast_test.go ./pkg/util/parser/parser_test.go ./pkg/util/parser/main_test.go ./pkg/util/parser/parser.go ./pkg/util/parser/ast.go ./pkg/util/parser/BUILD.bazel ./pkg/util/checksum/ ./pkg/util/checksum/checksum_test.go ./pkg/util/checksum/main_test.go ./pkg/util/checksum/checksum.go ./pkg/util/checksum/BUILD.bazel ./pkg/util/mock/ ./pkg/util/mock/iter.go ./pkg/util/mock/context.go ./pkg/util/mock/store.go ./pkg/util/mock/mock_test.go ./pkg/util/mock/metrics.go ./pkg/util/mock/main_test.go ./pkg/util/mock/iter_test.go ./pkg/util/mock/client.go ./pkg/util/mock/BUILD.bazel ./pkg/util/cpuprofile/ ./pkg/util/cpuprofile/pprof_api.go ./pkg/util/cpuprofile/cpuprofile.go ./pkg/util/cpuprofile/cpuprofile_test.go ./pkg/util/cpuprofile/testutil/ ./pkg/util/cpuprofile/testutil/util.go ./pkg/util/cpuprofile/testutil/BUILD.bazel ./pkg/util/cpuprofile/BUILD.bazel ./pkg/util/stringutil/ ./pkg/util/stringutil/string_util_test.go ./pkg/util/stringutil/string_util.go ./pkg/util/stringutil/main_test.go ./pkg/util/stringutil/BUILD.bazel ./pkg/util/schemacmp/ ./pkg/util/schemacmp/lattice.go ./pkg/util/schemacmp/lattice_test.go ./pkg/util/schemacmp/table_test.go ./pkg/util/schemacmp/type.go ./pkg/util/schemacmp/util.go ./pkg/util/schemacmp/type_test.go ./pkg/util/schemacmp/table.go ./pkg/util/schemacmp/BUILD.bazel ./pkg/util/israce/ ./pkg/util/israce/norace.go ./pkg/util/israce/israce.go ./pkg/util/israce/BUILD.bazel ./pkg/util/memoryusagealarm/ ./pkg/util/memoryusagealarm/memoryusagealarm.go ./pkg/util/memoryusagealarm/memoryusagealarm_test.go ./pkg/util/memoryusagealarm/BUILD.bazel ./pkg/util/cpu_posix.go ./pkg/util/nocopy/ ./pkg/util/nocopy/nocopy.go ./pkg/util/nocopy/BUILD.bazel ./pkg/util/prefix_helper.go ./pkg/util/processinfo.go ./pkg/util/admin/ ./pkg/util/admin/admin.go ./pkg/util/admin/admin_integration_test.go ./pkg/util/admin/main_test.go ./pkg/util/admin/BUILD.bazel ./pkg/util/logutil/ ./pkg/util/logutil/hex.go ./pkg/util/logutil/consistency/ ./pkg/util/logutil/consistency/reporter.go ./pkg/util/logutil/consistency/BUILD.bazel ./pkg/util/logutil/slow_query_logger.go ./pkg/util/logutil/main_test.go ./pkg/util/logutil/hex_test.go ./pkg/util/logutil/log.go ./pkg/util/logutil/log_test.go ./pkg/util/logutil/BUILD.bazel ./pkg/util/hack/ ./pkg/util/hack/main_test.go ./pkg/util/hack/hack.go ./pkg/util/hack/hack_test.go ./pkg/util/hack/BUILD.bazel ./pkg/util/stmtsummary/ ./pkg/util/stmtsummary/evicted.go ./pkg/util/stmtsummary/evicted_test.go ./pkg/util/stmtsummary/main_test.go ./pkg/util/stmtsummary/statement_summary_test.go ./pkg/util/stmtsummary/reader.go ./pkg/util/stmtsummary/statement_summary.go ./pkg/util/stmtsummary/v2/ ./pkg/util/stmtsummary/v2/stmtsummary.go ./pkg/util/stmtsummary/v2/record.go ./pkg/util/stmtsummary/v2/column.go ./pkg/util/stmtsummary/v2/tests/ ./pkg/util/stmtsummary/v2/tests/table_test.go ./pkg/util/stmtsummary/v2/tests/main_test.go ./pkg/util/stmtsummary/v2/tests/BUILD.bazel ./pkg/util/stmtsummary/v2/reader_test.go ./pkg/util/stmtsummary/v2/column_test.go ./pkg/util/stmtsummary/v2/logger.go ./pkg/util/stmtsummary/v2/main_test.go ./pkg/util/stmtsummary/v2/record_test.go ./pkg/util/stmtsummary/v2/reader.go ./pkg/util/stmtsummary/v2/stmtsummary_test.go ./pkg/util/stmtsummary/v2/BUILD.bazel ./pkg/util/stmtsummary/BUILD.bazel ./pkg/util/engine/ ./pkg/util/engine/engine.go ./pkg/util/engine/BUILD.bazel ./pkg/util/mathutil/ ./pkg/util/mathutil/exponential_average_test.go ./pkg/util/mathutil/rand_test.go ./pkg/util/mathutil/main_test.go ./pkg/util/mathutil/exponential_average.go ./pkg/util/mathutil/math.go ./pkg/util/mathutil/BUILD.bazel ./pkg/util/mathutil/rand.go ./pkg/util/mathutil/math_test.go ./pkg/util/urls.go ./pkg/util/memory/ ./pkg/util/memory/meminfo.go ./pkg/util/memory/action.go ./pkg/util/memory/main_test.go ./pkg/util/memory/tracker.go ./pkg/util/memory/memstats.go ./pkg/util/memory/tracker_test.go ./pkg/util/memory/bench_test.go ./pkg/util/memory/BUILD.bazel ./pkg/util/metricsutil/ ./pkg/util/metricsutil/common.go ./pkg/util/metricsutil/BUILD.bazel ./pkg/util/pdapi/ ./pkg/util/pdapi/BUILD.bazel ./pkg/util/pdapi/const.go ./pkg/util/gogc.go ./pkg/util/util_test.go ./pkg/util/table-router/ ./pkg/util/table-router/router.go ./pkg/util/table-router/router_test.go ./pkg/util/table-router/BUILD.bazel ./pkg/util/plancodec/ ./pkg/util/plancodec/id_test.go ./pkg/util/plancodec/binary_plan_decode.go ./pkg/util/plancodec/codec.go ./pkg/util/plancodec/codec_test.go ./pkg/util/plancodec/main_test.go ./pkg/util/plancodec/id.go ./pkg/util/plancodec/BUILD.bazel ./pkg/util/cteutil/ ./pkg/util/cteutil/storage_test.go ./pkg/util/cteutil/storage.go ./pkg/util/cteutil/main_test.go ./pkg/util/cteutil/BUILD.bazel ./pkg/util/systimemon/ ./pkg/util/systimemon/systime_mon_test.go ./pkg/util/systimemon/systime_mon.go ./pkg/util/systimemon/main_test.go ./pkg/util/systimemon/BUILD.bazel ./pkg/util/importer/ ./pkg/util/importer/importer.go ./pkg/util/importer/job.go ./pkg/util/importer/config.go ./pkg/util/importer/data.go ./pkg/util/importer/db.go ./pkg/util/importer/parser.go ./pkg/util/importer/BUILD.bazel ./pkg/util/importer/rand.go ./pkg/util/syncutil/ ./pkg/util/syncutil/mutex_deadlock.go ./pkg/util/syncutil/mutex_sync.go ./pkg/util/syncutil/BUILD.bazel ./pkg/util/disk/ ./pkg/util/disk/tempDir_test.go ./pkg/util/disk/main_test.go ./pkg/util/disk/tracker.go ./pkg/util/disk/tempDir.go ./pkg/util/disk/BUILD.bazel ./pkg/util/dbutil/ ./pkg/util/dbutil/retry_test.go ./pkg/util/dbutil/query.go ./pkg/util/dbutil/types.go ./pkg/util/dbutil/table_test.go ./pkg/util/dbutil/common.go ./pkg/util/dbutil/variable_test.go ./pkg/util/dbutil/common_test.go ./pkg/util/dbutil/variable.go ./pkg/util/dbutil/index.go ./pkg/util/dbutil/retry.go ./pkg/util/dbutil/README.md ./pkg/util/dbutil/table.go ./pkg/util/dbutil/index_test.go ./pkg/util/dbutil/BUILD.bazel ./pkg/util/dbutil/interface.go ./pkg/util/errors_test.go ./pkg/util/promutil/ ./pkg/util/promutil/factory.go ./pkg/util/promutil/registry.go ./pkg/util/promutil/registry_test.go ./pkg/util/promutil/BUILD.bazel ./pkg/util/cpu_windows.go ./pkg/util/size/ ./pkg/util/size/size.go ./pkg/util/size/BUILD.bazel ./pkg/util/trxevents/ ./pkg/util/trxevents/trx_events.go ./pkg/util/trxevents/BUILD.bazel ./pkg/util/globalconn/ ./pkg/util/globalconn/globalconn_test.go ./pkg/util/globalconn/pool_test.go ./pkg/util/globalconn/pool.go ./pkg/util/globalconn/globalconn.go ./pkg/util/globalconn/BUILD.bazel ./pkg/util/watcher/ ./pkg/util/watcher/watcher.go ./pkg/util/watcher/event.go ./pkg/util/watcher/watcher_test.go ./pkg/util/watcher/BUILD.bazel ./pkg/util/urls_test.go ./pkg/util/execdetails/ ./pkg/util/execdetails/execdetails.go ./pkg/util/execdetails/main_test.go ./pkg/util/execdetails/execdetails_test.go ./pkg/util/execdetails/BUILD.bazel ./pkg/util/id_generator.go ./pkg/util/domainutil/ ./pkg/util/domainutil/repair_vars.go ./pkg/util/domainutil/BUILD.bazel ./pkg/util/collate/ ./pkg/util/collate/unicode_0400_ci_generated.go ./pkg/util/collate/gbk_bin.go ./pkg/util/collate/gbk_chinese_ci_data.go ./pkg/util/collate/unicode_0900_ai_ci_impl.go ./pkg/util/collate/collate_test.go ./pkg/util/collate/ucadata/ ./pkg/util/collate/ucadata/unicode_ci_data_test.go ./pkg/util/collate/ucadata/unicode_ci_data_generated.go ./pkg/util/collate/ucadata/unicode_0900_ai_ci_data_test.go ./pkg/util/collate/ucadata/data.go ./pkg/util/collate/ucadata/unicode_ci_data_original_test.go ./pkg/util/collate/ucadata/unicode_0900_ai_ci_data_generated.go ./pkg/util/collate/ucadata/BUILD.bazel ./pkg/util/collate/ucadata/generator/ ./pkg/util/collate/ucadata/generator/allkeys-9.0.0.txt ./pkg/util/collate/ucadata/generator/main.go ./pkg/util/collate/ucadata/generator/data.go.tpl ./pkg/util/collate/ucadata/generator/magic.go ./pkg/util/collate/ucadata/generator/allkeys-4.0.0.txt ./pkg/util/collate/ucadata/generator/BUILD.bazel ./pkg/util/collate/collate.go ./pkg/util/collate/ucaimpl/ ./pkg/util/collate/ucaimpl/unicode_ci.go.tpl ./pkg/util/collate/ucaimpl/main.go ./pkg/util/collate/ucaimpl/BUILD.bazel ./pkg/util/collate/unicode_0400_ci_impl.go ./pkg/util/collate/unicode_0900_ai_ci_generated.go ./pkg/util/collate/main_test.go ./pkg/util/collate/charset.go ./pkg/util/collate/pinyin_tidb_as_cs.go ./pkg/util/collate/collate_bench_test.go ./pkg/util/collate/general_ci.go ./pkg/util/collate/gbk_chinese_ci.go ./pkg/util/collate/bin.go ./pkg/util/collate/BUILD.bazel ./pkg/util/column-mapping/ ./pkg/util/column-mapping/column.go ./pkg/util/column-mapping/column_test.go ./pkg/util/column-mapping/README.md ./pkg/util/column-mapping/BUILD.bazel ./pkg/util/kvcache/ ./pkg/util/kvcache/simple_lru_test.go ./pkg/util/kvcache/simple_lru.go ./pkg/util/kvcache/main_test.go ./pkg/util/kvcache/BUILD.bazel ./pkg/util/bitmap/ ./pkg/util/bitmap/main_test.go ./pkg/util/bitmap/concurrent.go ./pkg/util/bitmap/concurrent_test.go ./pkg/util/bitmap/BUILD.bazel ./pkg/util/slice/ ./pkg/util/slice/slice.go ./pkg/util/slice/main_test.go ./pkg/util/slice/slice_test.go ./pkg/util/slice/BUILD.bazel ./pkg/util/arena/ ./pkg/util/arena/arena.go ./pkg/util/arena/main_test.go ./pkg/util/arena/arena_test.go ./pkg/util/arena/BUILD.bazel ./pkg/util/compress/ ./pkg/util/compress/gzip.go ./pkg/util/compress/BUILD.bazel ./pkg/util/keydecoder/ ./pkg/util/keydecoder/keydecoder_test.go ./pkg/util/keydecoder/main_test.go ./pkg/util/keydecoder/keydecoder.go ./pkg/util/keydecoder/BUILD.bazel ./pkg/util/rlimit_windows.go ./pkg/util/misc_test.go ./pkg/util/rlimit_other.go ./pkg/util/rowDecoder/ ./pkg/util/rowDecoder/main_test.go ./pkg/util/rowDecoder/decoder_test.go ./pkg/util/rowDecoder/decoder.go ./pkg/util/rowDecoder/BUILD.bazel ./pkg/util/disjointset/ ./pkg/util/disjointset/int_set_test.go ./pkg/util/disjointset/main_test.go ./pkg/util/disjointset/int_set.go ./pkg/util/disjointset/BUILD.bazel ./pkg/util/password-validation/ ./pkg/util/password-validation/password_validation.go ./pkg/util/password-validation/password_validation_test.go ./pkg/util/password-validation/BUILD.bazel ./pkg/util/generic/ ./pkg/util/generic/sync_map.go ./pkg/util/generic/sync_map_test.go ./pkg/util/generic/BUILD.bazel ./pkg/util/cpu/ ./pkg/util/cpu/cpu_test.go ./pkg/util/cpu/cpu.go ./pkg/util/cpu/main_test.go ./pkg/util/cpu/BUILD.bazel ./pkg/util/wait_group_wrapper.go ./pkg/util/util.go ./pkg/util/main_test.go ./pkg/util/regexpr-router/ ./pkg/util/regexpr-router/regexpr_router_test.go ./pkg/util/regexpr-router/regexpr_router.go ./pkg/util/regexpr-router/BUILD.bazel ./pkg/util/etcd.go ./pkg/util/cgroup/ ./pkg/util/cgroup/cgroup.go ./pkg/util/cgroup/cgroup_mock_test.go ./pkg/util/cgroup/cgroup_cpu.go ./pkg/util/cgroup/cgroup_cpu_unsupport.go ./pkg/util/cgroup/cgroup_cpu_linux.go ./pkg/util/cgroup/cgroup_cpu_test.go ./pkg/util/cgroup/cgroup_memory.go ./pkg/util/cgroup/BUILD.bazel ./pkg/util/wait_group_wrapper_test.go ./pkg/util/plancache/ ./pkg/util/plancache/util.go ./pkg/util/plancache/BUILD.bazel ./pkg/util/replayer/ ./pkg/util/replayer/replayer.go ./pkg/util/replayer/BUILD.bazel ./pkg/util/mvmap/ ./pkg/util/mvmap/mvmap.go ./pkg/util/mvmap/mvmap_test.go ./pkg/util/mvmap/main_test.go ./pkg/util/mvmap/fnv.go ./pkg/util/mvmap/bench_test.go ./pkg/util/mvmap/BUILD.bazel ./pkg/util/profile/ ./pkg/util/profile/flamegraph.go ./pkg/util/profile/flamegraph_test.go ./pkg/util/profile/testdata/ ./pkg/util/profile/testdata/test.pprof ./pkg/util/profile/main_test.go ./pkg/util/profile/profile.go ./pkg/util/profile/profile_test.go ./pkg/util/profile/BUILD.bazel ./pkg/util/prefix_helper_test.go ./pkg/util/generatedexpr/ ./pkg/util/generatedexpr/main_test.go ./pkg/util/generatedexpr/generated_expr.go ./pkg/util/generatedexpr/gen_expr_test.go ./pkg/util/generatedexpr/BUILD.bazel ./pkg/util/deadlockhistory/ ./pkg/util/deadlockhistory/deadlock_history.go ./pkg/util/deadlockhistory/main_test.go ./pkg/util/deadlockhistory/deadlock_history_test.go ./pkg/util/deadlockhistory/BUILD.bazel ./pkg/util/codec/ ./pkg/util/codec/float.go ./pkg/util/codec/number.go ./pkg/util/codec/bytes_test.go ./pkg/util/codec/decimal_test.go ./pkg/util/codec/codec.go ./pkg/util/codec/codec_test.go ./pkg/util/codec/bytes.go ./pkg/util/codec/main_test.go ./pkg/util/codec/collation_test.go ./pkg/util/codec/decimal.go ./pkg/util/codec/bench_test.go ./pkg/util/codec/BUILD.bazel ./pkg/util/sem/ ./pkg/util/sem/sem.go ./pkg/util/sem/main_test.go ./pkg/util/sem/sem_test.go ./pkg/util/sem/BUILD.bazel ./pkg/util/linter/ ./pkg/util/linter/constructor/ ./pkg/util/linter/constructor/constructorflag.go ./pkg/util/linter/constructor/BUILD.bazel ./pkg/util/zeropool/ ./pkg/util/zeropool/pool_test.go ./pkg/util/zeropool/pool.go ./pkg/util/zeropool/BUILD.bazel ./pkg/util/sys/ ./pkg/util/sys/storage/ ./pkg/util/sys/storage/sys_posix.go ./pkg/util/sys/storage/sys_other.go ./pkg/util/sys/storage/main_test.go ./pkg/util/sys/storage/sys_windows.go ./pkg/util/sys/storage/sys_test.go ./pkg/util/sys/storage/BUILD.bazel ./pkg/util/sys/linux/ ./pkg/util/sys/linux/sys_other.go ./pkg/util/sys/linux/main_test.go ./pkg/util/sys/linux/sys_windows.go ./pkg/util/sys/linux/sys_linux.go ./pkg/util/sys/linux/sys_test.go ./pkg/util/sys/linux/BUILD.bazel ./pkg/util/resourcegrouptag/ ./pkg/util/resourcegrouptag/resource_group_tag.go ./pkg/util/resourcegrouptag/resource_group_tag_test.go ./pkg/util/resourcegrouptag/main_test.go ./pkg/util/resourcegrouptag/BUILD.bazel ./pkg/util/hint/ ./pkg/util/hint/hint_processor.go ./pkg/util/hint/BUILD.bazel ./pkg/util/versioninfo/ ./pkg/util/versioninfo/versioninfo.go ./pkg/util/versioninfo/BUILD.bazel ./pkg/util/printer/ ./pkg/util/printer/printer_test.go ./pkg/util/printer/main_test.go ./pkg/util/printer/printer.go ./pkg/util/printer/BUILD.bazel ./pkg/util/topsql/ ./pkg/util/topsql/state/ ./pkg/util/topsql/state/state.go ./pkg/util/topsql/state/BUILD.bazel ./pkg/util/topsql/topsql_test.go ./pkg/util/topsql/collector/ ./pkg/util/topsql/collector/mock/ ./pkg/util/topsql/collector/mock/BUILD.bazel ./pkg/util/topsql/collector/mock/mock.go ./pkg/util/topsql/collector/cpu.go ./pkg/util/topsql/collector/main_test.go ./pkg/util/topsql/collector/BUILD.bazel ./pkg/util/topsql/main_test.go ./pkg/util/topsql/reporter/ ./pkg/util/topsql/reporter/mock/ ./pkg/util/topsql/reporter/mock/pubsub.go ./pkg/util/topsql/reporter/mock/server.go ./pkg/util/topsql/reporter/mock/BUILD.bazel ./pkg/util/topsql/reporter/pubsub_test.go ./pkg/util/topsql/reporter/datamodel_test.go ./pkg/util/topsql/reporter/single_target.go ./pkg/util/topsql/reporter/pubsub.go ./pkg/util/topsql/reporter/reporter_test.go ./pkg/util/topsql/reporter/datasink.go ./pkg/util/topsql/reporter/reporter.go ./pkg/util/topsql/reporter/main_test.go ./pkg/util/topsql/reporter/datasink_test.go ./pkg/util/topsql/reporter/metrics/ ./pkg/util/topsql/reporter/metrics/metrics.go ./pkg/util/topsql/reporter/metrics/BUILD.bazel ./pkg/util/topsql/reporter/datamodel.go ./pkg/util/topsql/reporter/single_target_test.go ./pkg/util/topsql/reporter/BUILD.bazel ./pkg/util/topsql/stmtstats/ ./pkg/util/topsql/stmtstats/stmtstats.go ./pkg/util/topsql/stmtstats/kv_exec_count.go ./pkg/util/topsql/stmtstats/kv_exec_count_test.go ./pkg/util/topsql/stmtstats/aggregator.go ./pkg/util/topsql/stmtstats/main_test.go ./pkg/util/topsql/stmtstats/aggregator_test.go ./pkg/util/topsql/stmtstats/stmtstats_test.go ./pkg/util/topsql/stmtstats/BUILD.bazel ./pkg/util/topsql/topsql.go ./pkg/util/topsql/BUILD.bazel ./pkg/util/tracing/ ./pkg/util/tracing/opt_trace.go ./pkg/util/tracing/util_test.go ./pkg/util/tracing/util.go ./pkg/util/tracing/main_test.go ./pkg/util/tracing/opt_trace_test.go ./pkg/util/tracing/noop_bench_test.go ./pkg/util/tracing/BUILD.bazel ./pkg/util/misc.go ./pkg/util/signal/ ./pkg/util/signal/signal_posix.go ./pkg/util/signal/signal_windows.go ./pkg/util/signal/signal_wasm.go ./pkg/util/signal/BUILD.bazel ./pkg/util/timeutil/ ./pkg/util/timeutil/time.go ./pkg/util/timeutil/time_test.go ./pkg/util/timeutil/time_zone.go ./pkg/util/timeutil/main_test.go ./pkg/util/timeutil/time_zone_test.go ./pkg/util/timeutil/errors.go ./pkg/util/timeutil/BUILD.bazel ./pkg/util/gcutil/ ./pkg/util/gcutil/gcutil.go ./pkg/util/gcutil/BUILD.bazel ./pkg/util/tikvutil/ ./pkg/util/tikvutil/tikvutil.go ./pkg/util/tikvutil/BUILD.bazel ./pkg/util/errors.go ./pkg/util/tiflash/ ./pkg/util/tiflash/tiflash_replica_read.go ./pkg/util/tiflash/BUILD.bazel ./pkg/util/tls/ ./pkg/util/tls/tls.go ./pkg/util/tls/BUILD.bazel ./pkg/util/paging/ ./pkg/util/paging/paging.go ./pkg/util/paging/main_test.go ./pkg/util/paging/paging_test.go ./pkg/util/paging/BUILD.bazel ./pkg/util/etcd/ ./pkg/util/etcd/etcd.go ./pkg/util/etcd/etcd_test.go ./pkg/util/etcd/BUILD.bazel ./pkg/util/expensivequery/ ./pkg/util/expensivequery/expensivequery.go ./pkg/util/expensivequery/expensivequerey_test.go ./pkg/util/expensivequery/BUILD.bazel ./pkg/util/distrole/ ./pkg/util/distrole/role.go ./pkg/util/distrole/BUILD.bazel ./pkg/util/sli/ ./pkg/util/sli/sli.go ./pkg/util/sli/BUILD.bazel ./pkg/util/servermemorylimit/ ./pkg/util/servermemorylimit/servermemorylimit.go ./pkg/util/servermemorylimit/servermemorylimit_test.go ./pkg/util/servermemorylimit/BUILD.bazel ./pkg/util/tiflashcompute/ ./pkg/util/tiflashcompute/topo_fetcher.go ./pkg/util/tiflashcompute/dispatch_policy.go ./pkg/util/tiflashcompute/BUILD.bazel ./pkg/util/encrypt/ ./pkg/util/encrypt/aes_test.go ./pkg/util/encrypt/aes_layer_test.go ./pkg/util/encrypt/crypt.go ./pkg/util/encrypt/aes_layer.go ./pkg/util/encrypt/main_test.go ./pkg/util/encrypt/crypt_test.go ./pkg/util/encrypt/aes.go ./pkg/util/encrypt/BUILD.bazel ./pkg/util/rowcodec/ ./pkg/util/rowcodec/rowcodec_test.go ./pkg/util/rowcodec/encoder.go ./pkg/util/rowcodec/common.go ./pkg/util/rowcodec/main_test.go ./pkg/util/rowcodec/decoder.go ./pkg/util/rowcodec/row.go ./pkg/util/rowcodec/bench_test.go ./pkg/util/rowcodec/BUILD.bazel ./pkg/util/table-rule-selector/ ./pkg/util/table-rule-selector/selector_test.go ./pkg/util/table-rule-selector/trie_selector.go ./pkg/util/table-rule-selector/BUILD.bazel ./pkg/util/tableutil/ ./pkg/util/tableutil/tableutil.go ./pkg/util/tableutil/BUILD.bazel ./pkg/util/fastrand/ ./pkg/util/fastrand/main_test.go ./pkg/util/fastrand/random.go ./pkg/util/fastrand/random_test.go ./pkg/util/fastrand/BUILD.bazel ./pkg/util/vitess/ ./pkg/util/vitess/main_test.go ./pkg/util/vitess/vitess_hash_test.go ./pkg/util/vitess/vitess_hash.go ./pkg/util/vitess/BUILD.bazel ./pkg/util/breakpoint/ ./pkg/util/breakpoint/breakpoint.go ./pkg/util/breakpoint/BUILD.bazel ./pkg/util/ddl-checker/ ./pkg/util/ddl-checker/ddl_syncer.go ./pkg/util/ddl-checker/executable_checker.go ./pkg/util/ddl-checker/executable_checker_test.go ./pkg/util/ddl-checker/BUILD.bazel ./pkg/util/format/ ./pkg/util/format/format_test.go ./pkg/util/format/main_test.go ./pkg/util/format/format.go ./pkg/util/format/BUILD.bazel ./pkg/util/security.go ./pkg/util/dbterror/ ./pkg/util/dbterror/terror_test.go ./pkg/util/dbterror/main_test.go ./pkg/util/dbterror/ddl_terror.go ./pkg/util/dbterror/exeerrors/ ./pkg/util/dbterror/exeerrors/errors.go ./pkg/util/dbterror/exeerrors/BUILD.bazel ./pkg/util/dbterror/terror.go ./pkg/util/dbterror/BUILD.bazel ./pkg/util/chunk/ ./pkg/util/chunk/list_test.go ./pkg/util/chunk/column.go ./pkg/util/chunk/iterator.go ./pkg/util/chunk/disk.go ./pkg/util/chunk/mutrow.go ./pkg/util/chunk/codec.go ./pkg/util/chunk/iterator_test.go ./pkg/util/chunk/codec_test.go ./pkg/util/chunk/row_container.go ./pkg/util/chunk/chunk_test.go ./pkg/util/chunk/disk_test.go ./pkg/util/chunk/column_test.go ./pkg/util/chunk/main_test.go ./pkg/util/chunk/pool_test.go ./pkg/util/chunk/pool.go ./pkg/util/chunk/chunk_util_test.go ./pkg/util/chunk/list.go ./pkg/util/chunk/chunk_util.go ./pkg/util/chunk/chunk.go ./pkg/util/chunk/alloc_test.go ./pkg/util/chunk/row_container_reader.go ./pkg/util/chunk/mutrow_test.go ./pkg/util/chunk/alloc.go ./pkg/util/chunk/compare.go ./pkg/util/chunk/row.go ./pkg/util/chunk/row_container_test.go ./pkg/util/chunk/BUILD.bazel ./pkg/util/benchdaily/ ./pkg/util/benchdaily/bench_daily_test.go ./pkg/util/benchdaily/bench_daily.go ./pkg/util/benchdaily/main_test.go ./pkg/util/benchdaily/BUILD.bazel ./pkg/util/table-filter/ ./pkg/util/table-filter/matchers.go ./pkg/util/table-filter/column_filter_test.go ./pkg/util/table-filter/table_filter_test.go ./pkg/util/table-filter/compat.go ./pkg/util/table-filter/compat_test.go ./pkg/util/table-filter/table_filter.go ./pkg/util/table-filter/README.md ./pkg/util/table-filter/column_filter.go ./pkg/util/table-filter/parser.go ./pkg/util/table-filter/BUILD.bazel ./pkg/util/localpool/ ./pkg/util/localpool/localpool_norace.go ./pkg/util/localpool/main_test.go ./pkg/util/localpool/localpool_race.go ./pkg/util/localpool/localpool.go ./pkg/util/localpool/localpool_test.go ./pkg/util/localpool/BUILD.bazel ./pkg/util/set/ ./pkg/util/set/mem_aware_map.go ./pkg/util/set/mem_aware_map_test.go ./pkg/util/set/float64_set.go ./pkg/util/set/set_with_memory_usage.go ./pkg/util/set/int_set_test.go ./pkg/util/set/float64_set_test.go ./pkg/util/set/string_set.go ./pkg/util/set/set_with_memory_usage_test.go ./pkg/util/set/main_test.go ./pkg/util/set/int_set.go ./pkg/util/set/string_set_test.go ./pkg/util/set/BUILD.bazel ./pkg/util/printer.go ./pkg/util/skip/ ./pkg/util/skip/skip.go ./pkg/util/skip/BUILD.bazel ./pkg/util/BUILD.bazel ./pkg/util/texttree/ ./pkg/util/texttree/main_test.go ./pkg/util/texttree/texttree_test.go ./pkg/util/texttree/texttree.go ./pkg/util/texttree/BUILD.bazel ./pkg/util/selection/ ./pkg/util/selection/selection.go ./pkg/util/selection/selection_test.go ./pkg/util/selection/main_test.go ./pkg/util/selection/BUILD.bazel ./pkg/util/disttask/ ./pkg/util/disttask/idservice.go ./pkg/util/disttask/idservice_test.go ./pkg/util/disttask/BUILD.bazel ./pkg/util/backoff/ ./pkg/util/backoff/backoff_test.go ./pkg/util/backoff/backoff.go ./pkg/util/backoff/BUILD.bazel ./pkg/sessiontxn/ ./pkg/sessiontxn/txn_context_test.go ./pkg/sessiontxn/isolation/ ./pkg/sessiontxn/isolation/readcommitted.go ./pkg/sessiontxn/isolation/serializable.go ./pkg/sessiontxn/isolation/optimistic.go ./pkg/sessiontxn/isolation/main_test.go ./pkg/sessiontxn/isolation/readcommitted_test.go ./pkg/sessiontxn/isolation/serializable_test.go ./pkg/sessiontxn/isolation/repeatable_read.go ./pkg/sessiontxn/isolation/metrics/ ./pkg/sessiontxn/isolation/metrics/metrics.go ./pkg/sessiontxn/isolation/metrics/BUILD.bazel ./pkg/sessiontxn/isolation/repeatable_read_test.go ./pkg/sessiontxn/isolation/optimistic_test.go ./pkg/sessiontxn/isolation/base.go ./pkg/sessiontxn/isolation/BUILD.bazel ./pkg/sessiontxn/txn_rc_tso_optimize_test.go ./pkg/sessiontxn/txn_manager_test.go ./pkg/sessiontxn/staleread/ ./pkg/sessiontxn/staleread/externalts_test.go ./pkg/sessiontxn/staleread/provider.go ./pkg/sessiontxn/staleread/processor_test.go ./pkg/sessiontxn/staleread/failpoint.go ./pkg/sessiontxn/staleread/util.go ./pkg/sessiontxn/staleread/main_test.go ./pkg/sessiontxn/staleread/provider_test.go ./pkg/sessiontxn/staleread/errors.go ./pkg/sessiontxn/staleread/processor.go ./pkg/sessiontxn/staleread/BUILD.bazel ./pkg/sessiontxn/failpoint.go ./pkg/sessiontxn/future.go ./pkg/sessiontxn/internal/ ./pkg/sessiontxn/internal/txn.go ./pkg/sessiontxn/internal/BUILD.bazel ./pkg/sessiontxn/BUILD.bazel ./pkg/sessiontxn/interface.go ./pkg/bindinfo/ ./pkg/bindinfo/stat.go ./pkg/bindinfo/bind_record.go ./pkg/bindinfo/session_handle.go ./pkg/bindinfo/tests/ ./pkg/bindinfo/tests/bind_test.go ./pkg/bindinfo/tests/main_test.go ./pkg/bindinfo/tests/BUILD.bazel ./pkg/bindinfo/bind_cache.go ./pkg/bindinfo/handle.go ./pkg/bindinfo/main_test.go ./pkg/bindinfo/session_handle_test.go ./pkg/bindinfo/handle_test.go ./pkg/bindinfo/capture_test.go ./pkg/bindinfo/internal/ ./pkg/bindinfo/internal/testutil.go ./pkg/bindinfo/internal/BUILD.bazel ./pkg/bindinfo/bind_cache_test.go ./pkg/bindinfo/temptable_test.go ./pkg/bindinfo/optimize_test.go ./pkg/bindinfo/BUILD.bazel ./pkg/kv/ ./pkg/kv/key.go ./pkg/kv/txn_test.go ./pkg/kv/checker_test.go ./pkg/kv/iter.go ./pkg/kv/version.go ./pkg/kv/option_test.go ./pkg/kv/variables.go ./pkg/kv/cachedb.go ./pkg/kv/keyflags.go ./pkg/kv/kv.go ./pkg/kv/version_test.go ./pkg/kv/checker.go ./pkg/kv/utils_test.go ./pkg/kv/utils.go ./pkg/kv/error.go ./pkg/kv/txn.go ./pkg/kv/fault_injection_test.go ./pkg/kv/mock_test.go ./pkg/kv/main_test.go ./pkg/kv/txn_scope_var.go ./pkg/kv/option.go ./pkg/kv/interface_mock_test.go ./pkg/kv/key_test.go ./pkg/kv/error_test.go ./pkg/kv/fault_injection.go ./pkg/kv/mpp.go ./pkg/kv/BUILD.bazel ./pkg/config/ ./pkg/config/config.toml.example ./pkg/config/config_util_test.go ./pkg/config/OWNERS ./pkg/config/main_test.go ./pkg/config/config.go ./pkg/config/config_util.go ./pkg/config/config_test.go ./pkg/config/BUILD.bazel ./pkg/config/const.go ./pkg/telemetry/ ./pkg/telemetry/data_feature_usage.go ./pkg/telemetry/data_cluster_info.go ./pkg/telemetry/data_cluster_hardware.go ./pkg/telemetry/util_test.go ./pkg/telemetry/telemetry_test.go ./pkg/telemetry/data_cluster_hardware_test.go ./pkg/telemetry/data_telemetry_host_extra.go ./pkg/telemetry/util.go ./pkg/telemetry/main_test.go ./pkg/telemetry/data_window.go ./pkg/telemetry/data.go ./pkg/telemetry/telemetry.go ./pkg/telemetry/id.go ./pkg/telemetry/status.go ./pkg/telemetry/data_window_test.go ./pkg/telemetry/ttl.go ./pkg/telemetry/cte_test/ ./pkg/telemetry/cte_test/cte_test.go ./pkg/telemetry/cte_test/BUILD.bazel ./pkg/telemetry/data_feature_usage_test.go ./pkg/telemetry/data_slow_query.go ./pkg/telemetry/BUILD.bazel ./pkg/session/ ./pkg/session/mock_bootstrap.go ./pkg/session/schematest/ ./pkg/session/schematest/schema_test.go ./pkg/session/schematest/main_test.go ./pkg/session/schematest/BUILD.bazel ./pkg/session/advisory_locks.go ./pkg/session/txnmanager.go ./pkg/session/sync_upgrade.go ./pkg/session/testutil.go ./pkg/session/bootstraptest/ ./pkg/session/bootstraptest/main_test.go ./pkg/session/bootstraptest/bootstrap_upgrade_test.go ./pkg/session/bootstraptest/BUILD.bazel ./pkg/session/OWNERS ./pkg/session/temporarytabletest/ ./pkg/session/temporarytabletest/main_test.go ./pkg/session/temporarytabletest/temporary_table_test.go ./pkg/session/temporarytabletest/BUILD.bazel ./pkg/session/bootstrap_test.go ./pkg/session/bootstrap.go ./pkg/session/resourcegrouptest/ ./pkg/session/resourcegrouptest/resource_group_test.go ./pkg/session/resourcegrouptest/BUILD.bazel ./pkg/session/nontransactionaltest/ ./pkg/session/nontransactionaltest/nontransactional_test.go ./pkg/session/nontransactionaltest/main_test.go ./pkg/session/nontransactionaltest/BUILD.bazel ./pkg/session/txn.go ./pkg/session/nontransactional.go ./pkg/session/main_test.go ./pkg/session/metrics/ ./pkg/session/metrics/metrics.go ./pkg/session/metrics/BUILD.bazel ./pkg/session/session.go ./pkg/session/txninfo/ ./pkg/session/txninfo/txn_info.go ./pkg/session/txninfo/summary.go ./pkg/session/txninfo/BUILD.bazel ./pkg/session/index_usage_sync_lease_test.go ./pkg/session/test/ ./pkg/session/test/vars/ ./pkg/session/test/vars/vars_test.go ./pkg/session/test/vars/main_test.go ./pkg/session/test/vars/BUILD.bazel ./pkg/session/test/main_test.go ./pkg/session/test/txn/ ./pkg/session/test/txn/txn_test.go ./pkg/session/test/txn/main_test.go ./pkg/session/test/txn/BUILD.bazel ./pkg/session/test/variable/ ./pkg/session/test/variable/variable_test.go ./pkg/session/test/variable/main_test.go ./pkg/session/test/variable/BUILD.bazel ./pkg/session/test/privileges/ ./pkg/session/test/privileges/main_test.go ./pkg/session/test/privileges/privileges_test.go ./pkg/session/test/privileges/BUILD.bazel ./pkg/session/test/common/ ./pkg/session/test/common/main_test.go ./pkg/session/test/common/common_test.go ./pkg/session/test/common/BUILD.bazel ./pkg/session/test/meta/ ./pkg/session/test/meta/main_test.go ./pkg/session/test/meta/BUILD.bazel ./pkg/session/test/meta/session_test.go ./pkg/session/test/BUILD.bazel ./pkg/session/test/session_test.go ./pkg/session/clusteredindextest/ ./pkg/session/clusteredindextest/clustered_index_test.go ./pkg/session/clusteredindextest/main_test.go ./pkg/session/clusteredindextest/BUILD.bazel ./pkg/session/tidb.go ./pkg/session/tidb_test.go ./pkg/session/bench_test.go ./pkg/session/BUILD.bazel ./pkg/ttl/ ./pkg/ttl/client/ ./pkg/ttl/client/notification.go ./pkg/ttl/client/command_test.go ./pkg/ttl/client/command.go ./pkg/ttl/client/BUILD.bazel ./pkg/ttl/ttlworker/ ./pkg/ttl/ttlworker/worker.go ./pkg/ttl/ttlworker/task_manager.go ./pkg/ttl/ttlworker/scan.go ./pkg/ttl/ttlworker/job.go ./pkg/ttl/ttlworker/del.go ./pkg/ttl/ttlworker/timer_sync_test.go ./pkg/ttl/ttlworker/timer.go ./pkg/ttl/ttlworker/task_manager_test.go ./pkg/ttl/ttlworker/timer_test.go ./pkg/ttl/ttlworker/config.go ./pkg/ttl/ttlworker/scan_test.go ./pkg/ttl/ttlworker/del_test.go ./pkg/ttl/ttlworker/job_manager_test.go ./pkg/ttl/ttlworker/task_manager_integration_test.go ./pkg/ttl/ttlworker/session.go ./pkg/ttl/ttlworker/job_manager_integration_test.go ./pkg/ttl/ttlworker/timer_sync.go ./pkg/ttl/ttlworker/job_manager.go ./pkg/ttl/ttlworker/BUILD.bazel ./pkg/ttl/ttlworker/session_test.go ./pkg/ttl/session/ ./pkg/ttl/session/sysvar_test.go ./pkg/ttl/session/main_test.go ./pkg/ttl/session/session.go ./pkg/ttl/session/BUILD.bazel ./pkg/ttl/session/session_test.go ./pkg/ttl/metrics/ ./pkg/ttl/metrics/metrics.go ./pkg/ttl/metrics/metrics_test.go ./pkg/ttl/metrics/BUILD.bazel ./pkg/ttl/cache/ ./pkg/ttl/cache/task.go ./pkg/ttl/cache/ttlstatus_test.go ./pkg/ttl/cache/base_test.go ./pkg/ttl/cache/task_test.go ./pkg/ttl/cache/table_test.go ./pkg/ttl/cache/infoschema_test.go ./pkg/ttl/cache/main_test.go ./pkg/ttl/cache/infoschema.go ./pkg/ttl/cache/split_test.go ./pkg/ttl/cache/base.go ./pkg/ttl/cache/table.go ./pkg/ttl/cache/ttlstatus.go ./pkg/ttl/cache/BUILD.bazel ./pkg/ttl/sqlbuilder/ ./pkg/ttl/sqlbuilder/sql.go ./pkg/ttl/sqlbuilder/main_test.go ./pkg/ttl/sqlbuilder/sql_test.go ./pkg/ttl/sqlbuilder/BUILD.bazel ./pkg/expression/ ./pkg/expression/builtin_compare_vec_test.go ./pkg/expression/distsql_builtin_test.go ./pkg/expression/simple_rewriter.go ./pkg/expression/builtin_time_vec_test.go ./pkg/expression/builtin_info_vec.go ./pkg/expression/builtin_vectorized.go ./pkg/expression/builtin_op.go ./pkg/expression/grouping_sets.go ./pkg/expression/builtin_convert_charset.go ./pkg/expression/builtin_like_vec.go ./pkg/expression/builtin_compare_vec.go ./pkg/expression/builtin_arithmetic.go ./pkg/expression/scalar_function.go ./pkg/expression/builtin_encryption_vec.go ./pkg/expression/builtin_regexp_test.go ./pkg/expression/grouping_sets_test.go ./pkg/expression/schema.go ./pkg/expression/builtin_ilike_vec.go ./pkg/expression/builtin_cast_bench_test.go ./pkg/expression/function_traits.go ./pkg/expression/builtin_control_test.go ./pkg/expression/expression_test.go ./pkg/expression/builtin_arithmetic_test.go ./pkg/expression/builtin_control.go ./pkg/expression/evaluator.go ./pkg/expression/column.go ./pkg/expression/builtin_op_vec.go ./pkg/expression/builtin_other_vec.go ./pkg/expression/builtin_other_test.go ./pkg/expression/builtin_cast.go ./pkg/expression/util_test.go ./pkg/expression/builtin_json.go ./pkg/expression/builtin_ilike.go ./pkg/expression/expr_to_pb.go ./pkg/expression/builtin_string_vec_test.go ./pkg/expression/builtin_regexp.go ./pkg/expression/builtin_miscellaneous_vec.go ./pkg/expression/builtin_compare_vec_generated_test.go ./pkg/expression/builtin_miscellaneous_vec_test.go ./pkg/expression/builtin_math_vec_test.go ./pkg/expression/expr_to_pb_test.go ./pkg/expression/builtin_miscellaneous_test.go ./pkg/expression/helper.go ./pkg/expression/OWNERS ./pkg/expression/builtin_info_vec_test.go ./pkg/expression/builtin_cast_vec_test.go ./pkg/expression/expression.go ./pkg/expression/collation.go ./pkg/expression/builtin_arithmetic_vec.go ./pkg/expression/evaluator_test.go ./pkg/expression/builtin_vectorized_test.go ./pkg/expression/helper_test.go ./pkg/expression/builtin_compare.go ./pkg/expression/builtin_other_vec_generated_test.go ./pkg/expression/builtin_json_vec_test.go ./pkg/expression/builtin_string.go ./pkg/expression/builtin_like_vec_test.go ./pkg/expression/builtin_like_test.go ./pkg/expression/schema_test.go ./pkg/expression/column_test.go ./pkg/expression/chunk_executor.go ./pkg/expression/builtin_regexp_util.go ./pkg/expression/builtin_time_test.go ./pkg/expression/builtin_cast_test.go ./pkg/expression/util.go ./pkg/expression/main_test.go ./pkg/expression/constant_test.go ./pkg/expression/builtin_time_vec.go ./pkg/expression/builtin_other.go ./pkg/expression/collation_test.go ./pkg/expression/builtin_grouping_test.go ./pkg/expression/builtin_miscellaneous.go ./pkg/expression/builtin_compare_vec_generated.go ./pkg/expression/builtin_math_test.go ./pkg/expression/builtin_like.go ./pkg/expression/builtin_control_vec_generated.go ./pkg/expression/builtin_op_test.go ./pkg/expression/explain.go ./pkg/expression/builtin_other_vec_test.go ./pkg/expression/builtin_encryption_vec_test.go ./pkg/expression/builtin_test.go ./pkg/expression/builtin_op_vec_test.go ./pkg/expression/constant.go ./pkg/expression/constant_fold.go ./pkg/expression/builtin_ilike_test.go ./pkg/expression/scalar_function_test.go ./pkg/expression/builtin_grouping.go ./pkg/expression/function_traits_test.go ./pkg/expression/builtin_encryption.go ./pkg/expression/builtin_compare_test.go ./pkg/expression/errors.go ./pkg/expression/builtin_json_test.go ./pkg/expression/builtin_info_test.go ./pkg/expression/builtin_string_vec_generated.go ./pkg/expression/builtin_time_vec_generated_test.go ./pkg/expression/distsql_builtin.go ./pkg/expression/builtin_time.go ./pkg/expression/constant_propagation.go ./pkg/expression/builtin.go ./pkg/expression/integration_test/ ./pkg/expression/integration_test/main_test.go ./pkg/expression/integration_test/README.md ./pkg/expression/integration_test/integration_test.go ./pkg/expression/integration_test/BUILD.bazel ./pkg/expression/builtin_math.go ./pkg/expression/typeinfer_test.go ./pkg/expression/builtin_info.go ./pkg/expression/test/ ./pkg/expression/test/multivaluedindex/ ./pkg/expression/test/multivaluedindex/multi_valued_index_test.go ./pkg/expression/test/multivaluedindex/main_test.go ./pkg/expression/test/multivaluedindex/BUILD.bazel ./pkg/expression/builtin_time_vec_generated.go ./pkg/expression/builtin_string_test.go ./pkg/expression/extension.go ./pkg/expression/builtin_cast_vec.go ./pkg/expression/builtin_math_vec.go ./pkg/expression/builtin_json_vec.go ./pkg/expression/builtin_other_vec_generated.go ./pkg/expression/builtin_control_vec_generated_test.go ./pkg/expression/builtin_encryption_test.go ./pkg/expression/bench_test.go ./pkg/expression/aggregation/ ./pkg/expression/aggregation/bit_and.go ./pkg/expression/aggregation/agg_to_pb_test.go ./pkg/expression/aggregation/window_func.go ./pkg/expression/aggregation/bit_xor.go ./pkg/expression/aggregation/avg.go ./pkg/expression/aggregation/util_test.go ./pkg/expression/aggregation/bit_or.go ./pkg/expression/aggregation/count.go ./pkg/expression/aggregation/agg_to_pb.go ./pkg/expression/aggregation/util.go ./pkg/expression/aggregation/main_test.go ./pkg/expression/aggregation/first_row.go ./pkg/expression/aggregation/base_func_test.go ./pkg/expression/aggregation/aggregation_test.go ./pkg/expression/aggregation/explain.go ./pkg/expression/aggregation/concat.go ./pkg/expression/aggregation/descriptor.go ./pkg/expression/aggregation/max_min.go ./pkg/expression/aggregation/sum.go ./pkg/expression/aggregation/aggregation.go ./pkg/expression/aggregation/bench_test.go ./pkg/expression/aggregation/base_func.go ./pkg/expression/aggregation/BUILD.bazel ./pkg/expression/builtin_arithmetic_vec_test.go ./pkg/expression/builtin_string_vec.go ./pkg/expression/builtin_regexp_vec_const_test.go ./pkg/expression/builtin_string_vec_generated_test.go ./pkg/expression/vectorized.go ./pkg/expression/BUILD.bazel ./pkg/expression/generator/ ./pkg/expression/generator/string_vec.go ./pkg/expression/generator/other_vec.go ./pkg/expression/generator/helper/ ./pkg/expression/generator/helper/helper.go ./pkg/expression/generator/helper/BUILD.bazel ./pkg/expression/generator/compare_vec.go ./pkg/expression/generator/time_vec.go ./pkg/expression/generator/control_vec.go ./pkg/expression/builtin_func_param.go ./pkg/server/ ./pkg/server/err/ ./pkg/server/err/error.go ./pkg/server/err/BUILD.bazel ./pkg/server/stat.go ./pkg/server/tokenlimiter.go ./pkg/server/driver_tidb_test.go ./pkg/server/handler/ ./pkg/server/handler/extactorhandler/ ./pkg/server/handler/extactorhandler/extactor.go ./pkg/server/handler/extactorhandler/main_test.go ./pkg/server/handler/extactorhandler/extract_test.go ./pkg/server/handler/extactorhandler/BUILD.bazel ./pkg/server/handler/tests/ ./pkg/server/handler/tests/http_handler_test.go ./pkg/server/handler/tests/http_handler_serial_test.go ./pkg/server/handler/tests/main_test.go ./pkg/server/handler/tests/BUILD.bazel ./pkg/server/handler/util.go ./pkg/server/handler/ttlhandler/ ./pkg/server/handler/ttlhandler/ttl.go ./pkg/server/handler/ttlhandler/BUILD.bazel ./pkg/server/handler/tikvhandler/ ./pkg/server/handler/tikvhandler/tikv_handler.go ./pkg/server/handler/tikvhandler/BUILD.bazel ./pkg/server/handler/optimizor/ ./pkg/server/handler/optimizor/optimize_trace.go ./pkg/server/handler/optimizor/optimize_trace_test.go ./pkg/server/handler/optimizor/statistics_handler_test.go ./pkg/server/handler/optimizor/statistics_handler.go ./pkg/server/handler/optimizor/main_test.go ./pkg/server/handler/optimizor/plan_replayer_test.go ./pkg/server/handler/optimizor/plan_replayer.go ./pkg/server/handler/optimizor/BUILD.bazel ./pkg/server/handler/tikv_handler.go ./pkg/server/handler/upgrade_handler.go ./pkg/server/handler/BUILD.bazel ./pkg/server/driver.go ./pkg/server/conn.go ./pkg/server/http_status.go ./pkg/server/rpc_server.go ./pkg/server/tests/ ./pkg/server/tests/main_test.go ./pkg/server/tests/tidb_serial_test.go ./pkg/server/tests/servertestkit/ ./pkg/server/tests/servertestkit/testkit.go ./pkg/server/tests/servertestkit/BUILD.bazel ./pkg/server/tests/tidb_test.go ./pkg/server/tests/BUILD.bazel ./pkg/server/conn_test.go ./pkg/server/tidb_library_test.go ./pkg/server/driver_tidb.go ./pkg/server/conn_stmt_test.go ./pkg/server/testdata/ ./pkg/server/testdata/optimizer_suite_out.json ./pkg/server/testdata/optimizer_suite_in.json ./pkg/server/main_test.go ./pkg/server/stat_test.go ./pkg/server/http_handler.go ./pkg/server/metrics/ ./pkg/server/metrics/metrics.go ./pkg/server/metrics/BUILD.bazel ./pkg/server/mock_conn.go ./pkg/server/server_test.go ./pkg/server/internal/ ./pkg/server/internal/dump/ ./pkg/server/internal/dump/dump_test.go ./pkg/server/internal/dump/dump.go ./pkg/server/internal/dump/BUILD.bazel ./pkg/server/internal/packetio_test.go ./pkg/server/internal/column/ ./pkg/server/internal/column/result_encoder_test.go ./pkg/server/internal/column/column.go ./pkg/server/internal/column/convert.go ./pkg/server/internal/column/column_test.go ./pkg/server/internal/column/result_encoder.go ./pkg/server/internal/column/BUILD.bazel ./pkg/server/internal/resultset/ ./pkg/server/internal/resultset/resultset.go ./pkg/server/internal/resultset/cursor.go ./pkg/server/internal/resultset/BUILD.bazel ./pkg/server/internal/testserverclient/ ./pkg/server/internal/testserverclient/server_client.go ./pkg/server/internal/testserverclient/BUILD.bazel ./pkg/server/internal/util/ ./pkg/server/internal/util/buffered_read_conn.go ./pkg/server/internal/util/util_test.go ./pkg/server/internal/util/util.go ./pkg/server/internal/util/BUILD.bazel ./pkg/server/internal/parse/ ./pkg/server/internal/parse/handshake_test.go ./pkg/server/internal/parse/parse.go ./pkg/server/internal/parse/parse_test.go ./pkg/server/internal/parse/BUILD.bazel ./pkg/server/internal/handshake/ ./pkg/server/internal/handshake/handshake.go ./pkg/server/internal/handshake/BUILD.bazel ./pkg/server/internal/packetio.go ./pkg/server/internal/testutil/ ./pkg/server/internal/testutil/testutil.go ./pkg/server/internal/testutil/BUILD.bazel ./pkg/server/internal/BUILD.bazel ./pkg/server/conn_stmt.go ./pkg/server/server.go ./pkg/server/mock_conn_test.go ./pkg/server/extract.go ./pkg/server/extension.go ./pkg/server/tidb_test.go ./pkg/server/BUILD.bazel ./pkg/types/ ./pkg/types/mydecimal_benchmark_test.go ./pkg/types/enum_test.go ./pkg/types/overflow.go ./pkg/types/export_test.go ./pkg/types/time.go ./pkg/types/binary_literal_test.go ./pkg/types/field_type_builder.go ./pkg/types/datum.go ./pkg/types/context.go ./pkg/types/set.go ./pkg/types/time_test.go ./pkg/types/json_constants.go ./pkg/types/field_type.go ./pkg/types/format_test.go ./pkg/types/overflow_test.go ./pkg/types/errors_test.go ./pkg/types/explain_format.go ./pkg/types/enum.go ./pkg/types/mydecimal_test.go ./pkg/types/helper.go ./pkg/types/field_name.go ./pkg/types/set_test.go ./pkg/types/fsp_test.go ./pkg/types/fsp.go ./pkg/types/convert.go ./pkg/types/json_binary_test.go ./pkg/types/helper_test.go ./pkg/types/eval_type.go ./pkg/types/json_path_expr.go ./pkg/types/core_time.go ./pkg/types/json_binary.go ./pkg/types/binary_literal.go ./pkg/types/main_test.go ./pkg/types/datum_eval.go ./pkg/types/json_path_expr_test.go ./pkg/types/const_test.go ./pkg/types/benchmark_test.go ./pkg/types/errors.go ./pkg/types/datum_test.go ./pkg/types/json_binary_functions_test.go ./pkg/types/field_type_test.go ./pkg/types/parser_driver/ ./pkg/types/parser_driver/value_expr.go ./pkg/types/parser_driver/main_test.go ./pkg/types/parser_driver/value_expr_test.go ./pkg/types/parser_driver/BUILD.bazel ./pkg/types/etc.go ./pkg/types/mydecimal.go ./pkg/types/core_time_test.go ./pkg/types/json_binary_functions.go ./pkg/types/context/ ./pkg/types/context/context.go ./pkg/types/context/context_test.go ./pkg/types/context/BUILD.bazel ./pkg/types/compare.go ./pkg/types/etc_test.go ./pkg/types/convert_test.go ./pkg/types/compare_test.go ./pkg/types/BUILD.bazel ./pkg/executor/ ./pkg/executor/executor_required_rows_test.go ./pkg/executor/chunk_size_control_test.go ./pkg/executor/analyze_col.go ./pkg/executor/cte_table_reader.go ./pkg/executor/memtable_reader_test.go ./pkg/executor/stmtsummary.go ./pkg/executor/brie.go ./pkg/executor/cte.go ./pkg/executor/explainfor_test.go ./pkg/executor/simple.go ./pkg/executor/shuffle_test.go ./pkg/executor/inspection_profile.go ./pkg/executor/concurrent_map_test.go ./pkg/executor/reload_expr_pushdown_blacklist.go ./pkg/executor/update.go ./pkg/executor/infoschema_reader_test.go ./pkg/executor/analyze_global_stats.go ./pkg/executor/analyze_col_v2.go ./pkg/executor/trace_test.go ./pkg/executor/aggregate/ ./pkg/executor/aggregate/agg_hash_partial_worker.go ./pkg/executor/aggregate/agg_hash_executor.go ./pkg/executor/aggregate/agg_hash_final_worker.go ./pkg/executor/aggregate/agg_stream_executor.go ./pkg/executor/aggregate/agg_hash_base_worker.go ./pkg/executor/aggregate/agg_util.go ./pkg/executor/aggregate/agg_spill.go ./pkg/executor/aggregate/BUILD.bazel ./pkg/executor/analyze_utils_test.go ./pkg/executor/point_get_test.go ./pkg/executor/insert_test.go ./pkg/executor/sample.go ./pkg/executor/show_test.go ./pkg/executor/insert.go ./pkg/executor/set.go ./pkg/executor/slow_query.go ./pkg/executor/admin_plugins.go ./pkg/executor/analyze_idx.go ./pkg/executor/explain_unit_test.go ./pkg/executor/point_get.go ./pkg/executor/brie_utils.go ./pkg/executor/distsql.go ./pkg/executor/admin.go ./pkg/executor/coprocessor.go ./pkg/executor/asyncloaddata/ ./pkg/executor/asyncloaddata/util_test.go ./pkg/executor/asyncloaddata/progress.go ./pkg/executor/asyncloaddata/util.go ./pkg/executor/asyncloaddata/main_test.go ./pkg/executor/asyncloaddata/progress_test.go ./pkg/executor/asyncloaddata/BUILD.bazel ./pkg/executor/statement_context_test.go ./pkg/executor/show_stats.go ./pkg/executor/executor_failpoint_test.go ./pkg/executor/joiner_test.go ./pkg/executor/index_merge_reader.go ./pkg/executor/inspection_common.go ./pkg/executor/update_test.go ./pkg/executor/import_into.go ./pkg/executor/prepared_test.go ./pkg/executor/change.go ./pkg/executor/table_readers_required_rows_test.go ./pkg/executor/batch_checker.go ./pkg/executor/concurrent_map.go ./pkg/executor/grant.go ./pkg/executor/load_data.go ./pkg/executor/importer/ ./pkg/executor/importer/engine_process.go ./pkg/executor/importer/job.go ./pkg/executor/importer/kv_encode.go ./pkg/executor/importer/OWNERS ./pkg/executor/importer/table_import.go ./pkg/executor/importer/chunk_process_testkit_test.go ./pkg/executor/importer/chunk_process.go ./pkg/executor/importer/table_import_test.go ./pkg/executor/importer/import.go ./pkg/executor/importer/job_test.go ./pkg/executor/importer/import_test.go ./pkg/executor/importer/precheck.go ./pkg/executor/importer/precheck_test.go ./pkg/executor/importer/BUILD.bazel ./pkg/executor/executor_test.go ./pkg/executor/show_stats_test.go ./pkg/executor/bind.go ./pkg/executor/compact_table_test.go ./pkg/executor/analyze_utils.go ./pkg/executor/show_placement_labels_test.go ./pkg/executor/shuffle.go ./pkg/executor/lockstats/ ./pkg/executor/lockstats/lock_stats_executor_test.go ./pkg/executor/lockstats/lock_stats_executor.go ./pkg/executor/lockstats/unlock_stats_executor.go ./pkg/executor/lockstats/BUILD.bazel ./pkg/executor/pkg_test.go ./pkg/executor/select_into_test.go ./pkg/executor/replace.go ./pkg/executor/join_pkg_test.go ./pkg/executor/compiler.go ./pkg/executor/table_reader.go ./pkg/executor/merge_join_test.go ./pkg/executor/slow_query_sql_test.go ./pkg/executor/resource_tag_test.go ./pkg/executor/set_test.go ./pkg/executor/compact_table.go ./pkg/executor/opt_rule_blacklist.go ./pkg/executor/union_scan.go ./pkg/executor/insert_common.go ./pkg/executor/revoke_test.go ./pkg/executor/aggfuncs/ ./pkg/executor/aggfuncs/func_varpop_test.go ./pkg/executor/aggfuncs/export_test.go ./pkg/executor/aggfuncs/func_json_arrayagg.go ./pkg/executor/aggfuncs/func_ntile_test.go ./pkg/executor/aggfuncs/func_json_arrayagg_test.go ./pkg/executor/aggfuncs/func_stddevsamp.go ./pkg/executor/aggfuncs/func_count.go ./pkg/executor/aggfuncs/func_group_concat_test.go ./pkg/executor/aggfuncs/func_bitfuncs_test.go ./pkg/executor/aggfuncs/func_max_min.go ./pkg/executor/aggfuncs/func_group_concat.go ./pkg/executor/aggfuncs/func_percent_rank_test.go ./pkg/executor/aggfuncs/func_cume_dist_test.go ./pkg/executor/aggfuncs/func_percentile.go ./pkg/executor/aggfuncs/func_json_objectagg_test.go ./pkg/executor/aggfuncs/func_percentile_test.go ./pkg/executor/aggfuncs/aggfuncs.go ./pkg/executor/aggfuncs/func_percent_rank.go ./pkg/executor/aggfuncs/func_count_distinct.go ./pkg/executor/aggfuncs/func_sum.go ./pkg/executor/aggfuncs/func_varpop.go ./pkg/executor/aggfuncs/func_value.go ./pkg/executor/aggfuncs/func_avg_test.go ./pkg/executor/aggfuncs/func_varsamp_test.go ./pkg/executor/aggfuncs/func_bitfuncs.go ./pkg/executor/aggfuncs/func_varsamp.go ./pkg/executor/aggfuncs/func_stddevpop.go ./pkg/executor/aggfuncs/func_count_test.go ./pkg/executor/aggfuncs/builder.go ./pkg/executor/aggfuncs/row_number_test.go ./pkg/executor/aggfuncs/row_number.go ./pkg/executor/aggfuncs/func_rank.go ./pkg/executor/aggfuncs/func_first_row.go ./pkg/executor/aggfuncs/func_stddevpop_test.go ./pkg/executor/aggfuncs/main_test.go ./pkg/executor/aggfuncs/func_ntile.go ./pkg/executor/aggfuncs/func_lead_lag.go ./pkg/executor/aggfuncs/func_sum_test.go ./pkg/executor/aggfuncs/func_lead_lag_test.go ./pkg/executor/aggfuncs/func_stddevsamp_test.go ./pkg/executor/aggfuncs/func_cume_dist.go ./pkg/executor/aggfuncs/window_func_test.go ./pkg/executor/aggfuncs/func_json_objectagg.go ./pkg/executor/aggfuncs/func_avg.go ./pkg/executor/aggfuncs/func_first_row_test.go ./pkg/executor/aggfuncs/func_max_min_test.go ./pkg/executor/aggfuncs/aggfunc_test.go ./pkg/executor/aggfuncs/func_rank_test.go ./pkg/executor/aggfuncs/BUILD.bazel ./pkg/executor/aggfuncs/func_value_test.go ./pkg/executor/utils_test.go ./pkg/executor/utils.go ./pkg/executor/revoke.go ./pkg/executor/charset_test.go ./pkg/executor/sort_test.go ./pkg/executor/import_into_test.go ./pkg/executor/sort.go ./pkg/executor/builder.go ./pkg/executor/delete_test.go ./pkg/executor/joiner.go ./pkg/executor/admin_telemetry.go ./pkg/executor/simple_test.go ./pkg/executor/index_lookup_join.go ./pkg/executor/tikv_regions_peers_table_test.go ./pkg/executor/pipelined_window.go ./pkg/executor/projection.go ./pkg/executor/distsql_test.go ./pkg/executor/join_test.go ./pkg/executor/infoschema_reader.go ./pkg/executor/memtable_reader.go ./pkg/executor/join.go ./pkg/executor/write.go ./pkg/executor/partition_table_test.go ./pkg/executor/analyze_worker.go ./pkg/executor/testdata/ ./pkg/executor/testdata/point_get_suite_in.json ./pkg/executor/testdata/tiflash_v620_dt_tables.json ./pkg/executor/testdata/executor_suite_out.json ./pkg/executor/testdata/slow_query_suite_in.json ./pkg/executor/testdata/point_get_suite_out.json ./pkg/executor/testdata/tiflash_v620_dt_segments.json ./pkg/executor/testdata/tiflash_v630_dt_segments.json ./pkg/executor/testdata/prepare_suite_out.json ./pkg/executor/testdata/prepare_suite_in.json ./pkg/executor/testdata/executor_suite_in.json ./pkg/executor/testdata/slow_query_suite_out.json ./pkg/executor/testdata/analyze_test_data.sql ./pkg/executor/testdata/tiflash_v640_dt_tables.json ./pkg/executor/analyze.go ./pkg/executor/ddl.go ./pkg/executor/main_test.go ./pkg/executor/index_lookup_join_test.go ./pkg/executor/inspection_result_test.go ./pkg/executor/index_advise_test.go ./pkg/executor/set_config.go ./pkg/executor/union_scan_test.go ./pkg/executor/index_lookup_hash_join.go ./pkg/executor/analyze_test.go ./pkg/executor/hot_regions_history_table_test.go ./pkg/executor/inspection_summary.go ./pkg/executor/infoschema_reader_internal_test.go ./pkg/executor/parallel_apply.go ./pkg/executor/trace.go ./pkg/executor/explain_test.go ./pkg/executor/sample_test.go ./pkg/executor/metrics/ ./pkg/executor/metrics/metrics.go ./pkg/executor/metrics/BUILD.bazel ./pkg/executor/explain.go ./pkg/executor/prepared.go ./pkg/executor/plan_replayer.go ./pkg/executor/rowid_test.go ./pkg/executor/hash_table_test.go ./pkg/executor/window.go ./pkg/executor/brie_test.go ./pkg/executor/split_test.go ./pkg/executor/window_test.go ./pkg/executor/historical_stats_test.go ./pkg/executor/infoschema_cluster_table_test.go ./pkg/executor/executor.go ./pkg/executor/internal/ ./pkg/executor/internal/pdhelper/ ./pkg/executor/internal/pdhelper/pd.go ./pkg/executor/internal/pdhelper/main_test.go ./pkg/executor/internal/pdhelper/pd_test.go ./pkg/executor/internal/pdhelper/BUILD.bazel ./pkg/executor/internal/testkit.go ./pkg/executor/internal/mpp/ ./pkg/executor/internal/mpp/local_mpp_coordinator_test.go ./pkg/executor/internal/mpp/local_mpp_coordinator.go ./pkg/executor/internal/mpp/BUILD.bazel ./pkg/executor/internal/util/ ./pkg/executor/internal/util/partition_table.go ./pkg/executor/internal/util/util.go ./pkg/executor/internal/util/BUILD.bazel ./pkg/executor/internal/vecgroupchecker/ ./pkg/executor/internal/vecgroupchecker/main_test.go ./pkg/executor/internal/vecgroupchecker/vec_group_checker.go ./pkg/executor/internal/vecgroupchecker/vec_group_checker_test.go ./pkg/executor/internal/vecgroupchecker/BUILD.bazel ./pkg/executor/internal/calibrateresource/ ./pkg/executor/internal/calibrateresource/main_test.go ./pkg/executor/internal/calibrateresource/calibrate_resource_test.go ./pkg/executor/internal/calibrateresource/calibrate_resource.go ./pkg/executor/internal/calibrateresource/BUILD.bazel ./pkg/executor/internal/builder/ ./pkg/executor/internal/builder/builder_utils.go ./pkg/executor/internal/builder/BUILD.bazel ./pkg/executor/internal/exec/ ./pkg/executor/internal/exec/executor.go ./pkg/executor/internal/exec/BUILD.bazel ./pkg/executor/internal/querywatch/ ./pkg/executor/internal/querywatch/query_watch.go ./pkg/executor/internal/querywatch/main_test.go ./pkg/executor/internal/querywatch/query_watch_test.go ./pkg/executor/internal/querywatch/BUILD.bazel ./pkg/executor/internal/applycache/ ./pkg/executor/internal/applycache/apply_cache.go ./pkg/executor/internal/applycache/main_test.go ./pkg/executor/internal/applycache/apply_cache_test.go ./pkg/executor/internal/applycache/BUILD.bazel ./pkg/executor/internal/BUILD.bazel ./pkg/executor/batch_point_get.go ./pkg/executor/cluster_table_test.go ./pkg/executor/inspection_common_test.go ./pkg/executor/mem_reader.go ./pkg/executor/batch_point_get_test.go ./pkg/executor/benchmark_test.go ./pkg/executor/merge_join.go ./pkg/executor/recover_test.go ./pkg/executor/inspection_result.go ./pkg/executor/index_lookup_merge_join.go ./pkg/executor/adapter.go ./pkg/executor/index_lookup_merge_join_test.go ./pkg/executor/grant_test.go ./pkg/executor/checksum.go ./pkg/executor/stmtsummary_test.go ./pkg/executor/mppcoordmanager/ ./pkg/executor/mppcoordmanager/mpp_coordinator_manager.go ./pkg/executor/mppcoordmanager/mpp_coordinator_manager_test.go ./pkg/executor/mppcoordmanager/BUILD.bazel ./pkg/executor/inspection_summary_test.go ./pkg/executor/test/ ./pkg/executor/test/ddl/ ./pkg/executor/test/ddl/main_test.go ./pkg/executor/test/ddl/ddl_test.go ./pkg/executor/test/ddl/BUILD.bazel ./pkg/executor/test/seqtest/ ./pkg/executor/test/seqtest/prepared_test.go ./pkg/executor/test/seqtest/main_test.go ./pkg/executor/test/seqtest/seq_executor_test.go ./pkg/executor/test/seqtest/BUILD.bazel ./pkg/executor/test/tiflashtest/ ./pkg/executor/test/tiflashtest/main_test.go ./pkg/executor/test/tiflashtest/tiflash_test.go ./pkg/executor/test/tiflashtest/BUILD.bazel ./pkg/executor/test/loadremotetest/ ./pkg/executor/test/loadremotetest/multi_file_test.go ./pkg/executor/test/loadremotetest/one_csv_test.go ./pkg/executor/test/loadremotetest/util_test.go ./pkg/executor/test/loadremotetest/main_test.go ./pkg/executor/test/loadremotetest/error_test.go ./pkg/executor/test/loadremotetest/BUILD.bazel ./pkg/executor/test/passwordtest/ ./pkg/executor/test/passwordtest/password_management_test.go ./pkg/executor/test/passwordtest/main_test.go ./pkg/executor/test/passwordtest/BUILD.bazel ./pkg/executor/test/aggregate/ ./pkg/executor/test/aggregate/aggregate_test.go ./pkg/executor/test/aggregate/testdata/ ./pkg/executor/test/aggregate/testdata/agg_suite_in.json ./pkg/executor/test/aggregate/testdata/agg_suite_out.json ./pkg/executor/test/aggregate/main_test.go ./pkg/executor/test/aggregate/BUILD.bazel ./pkg/executor/test/simpletest/ ./pkg/executor/test/simpletest/chunk_reuse_test.go ./pkg/executor/test/simpletest/simple_test.go ./pkg/executor/test/simpletest/main_test.go ./pkg/executor/test/simpletest/BUILD.bazel ./pkg/executor/test/issuetest/ ./pkg/executor/test/issuetest/executor_issue_test.go ./pkg/executor/test/issuetest/main_test.go ./pkg/executor/test/issuetest/BUILD.bazel ./pkg/executor/test/splittest/ ./pkg/executor/test/splittest/split_table_test.go ./pkg/executor/test/splittest/main_test.go ./pkg/executor/test/splittest/BUILD.bazel ./pkg/executor/test/unstabletest/ ./pkg/executor/test/unstabletest/unstable_test.go ./pkg/executor/test/unstabletest/memory_test.go ./pkg/executor/test/unstabletest/main_test.go ./pkg/executor/test/unstabletest/README.md ./pkg/executor/test/unstabletest/BUILD.bazel ./pkg/executor/test/admintest/ ./pkg/executor/test/admintest/admin_test.go ./pkg/executor/test/admintest/main_test.go ./pkg/executor/test/admintest/BUILD.bazel ./pkg/executor/test/writetest/ ./pkg/executor/test/writetest/write_test.go ./pkg/executor/test/writetest/main_test.go ./pkg/executor/test/writetest/BUILD.bazel ./pkg/executor/test/jointest/ ./pkg/executor/test/jointest/join_test.go ./pkg/executor/test/jointest/main_test.go ./pkg/executor/test/jointest/hashjoin/ ./pkg/executor/test/jointest/hashjoin/hash_join_test.go ./pkg/executor/test/jointest/hashjoin/main_test.go ./pkg/executor/test/jointest/hashjoin/BUILD.bazel ./pkg/executor/test/jointest/BUILD.bazel ./pkg/executor/test/autoidtest/ ./pkg/executor/test/autoidtest/autoid_test.go ./pkg/executor/test/autoidtest/main_test.go ./pkg/executor/test/autoidtest/BUILD.bazel ./pkg/executor/test/loaddatatest/ ./pkg/executor/test/loaddatatest/load_data_test.go ./pkg/executor/test/loaddatatest/main_test.go ./pkg/executor/test/loaddatatest/BUILD.bazel ./pkg/executor/test/executor/ ./pkg/executor/test/executor/executor_test.go ./pkg/executor/test/executor/main_test.go ./pkg/executor/test/executor/BUILD.bazel ./pkg/executor/test/fktest/ ./pkg/executor/test/fktest/main_test.go ./pkg/executor/test/fktest/foreign_key_test.go ./pkg/executor/test/fktest/BUILD.bazel ./pkg/executor/test/memtest/ ./pkg/executor/test/memtest/mem_test.go ./pkg/executor/test/memtest/main_test.go ./pkg/executor/test/memtest/BUILD.bazel ./pkg/executor/test/partitiontest/ ./pkg/executor/test/partitiontest/partition_test.go ./pkg/executor/test/partitiontest/main_test.go ./pkg/executor/test/partitiontest/BUILD.bazel ./pkg/executor/test/indexmergereadtest/ ./pkg/executor/test/indexmergereadtest/index_merge_reader_test.go ./pkg/executor/test/indexmergereadtest/main_test.go ./pkg/executor/test/indexmergereadtest/BUILD.bazel ./pkg/executor/test/distsqltest/ ./pkg/executor/test/distsqltest/distsql_test.go ./pkg/executor/test/distsqltest/main_test.go ./pkg/executor/test/distsqltest/BUILD.bazel ./pkg/executor/test/analyzetest/ ./pkg/executor/test/analyzetest/analyze_bench_test.go ./pkg/executor/test/analyzetest/main_test.go ./pkg/executor/test/analyzetest/analyze_test.go ./pkg/executor/test/analyzetest/memorycontrol/ ./pkg/executor/test/analyzetest/memorycontrol/main_test.go ./pkg/executor/test/analyzetest/memorycontrol/memory_control_test.go ./pkg/executor/test/analyzetest/memorycontrol/BUILD.bazel ./pkg/executor/test/analyzetest/panictest/ ./pkg/executor/test/analyzetest/panictest/panic_test.go ./pkg/executor/test/analyzetest/panictest/main_test.go ./pkg/executor/test/analyzetest/panictest/BUILD.bazel ./pkg/executor/test/analyzetest/BUILD.bazel ./pkg/executor/test/showtest/ ./pkg/executor/test/showtest/show_test.go ./pkg/executor/test/showtest/main_test.go ./pkg/executor/test/showtest/BUILD.bazel ./pkg/executor/test/oomtest/ ./pkg/executor/test/oomtest/oom_test.go ./pkg/executor/test/oomtest/BUILD.bazel ./pkg/executor/slow_query_test.go ./pkg/executor/split.go ./pkg/executor/show_placement.go ./pkg/executor/brie_utils_test.go ./pkg/executor/write_concurrent_test.go ./pkg/executor/metrics_reader.go ./pkg/executor/temporary_table_test.go ./pkg/executor/hash_table.go ./pkg/executor/metrics_reader_test.go ./pkg/executor/adapter_test.go ./pkg/executor/delete.go ./pkg/executor/load_stats.go ./pkg/executor/copr_cache_test.go ./pkg/executor/mpp_gather.go ./pkg/executor/show_placement_test.go ./pkg/executor/executor_txn_test.go ./pkg/executor/parallel_apply_test.go ./pkg/executor/foreign_key.go ./pkg/executor/cte_test.go ./pkg/executor/stale_txn_test.go ./pkg/executor/show.go ./pkg/executor/select_into.go ./pkg/executor/executor_pkg_test.go ./pkg/executor/BUILD.bazel ./pkg/executor/index_advise.go ./pkg/infoschema/ ./pkg/infoschema/tables.go ./pkg/infoschema/metrics_schema_test.go ./pkg/infoschema/cache.go ./pkg/infoschema/OWNERS ./pkg/infoschema/error.go ./pkg/infoschema/infoschema_test.go ./pkg/infoschema/builder.go ./pkg/infoschema/main_test.go ./pkg/infoschema/metrics/ ./pkg/infoschema/metrics/metrics.go ./pkg/infoschema/metrics/BUILD.bazel ./pkg/infoschema/metric_table_def.go ./pkg/infoschema/infoschema.go ./pkg/infoschema/internal/ ./pkg/infoschema/internal/testkit.go ./pkg/infoschema/internal/BUILD.bazel ./pkg/infoschema/cluster.go ./pkg/infoschema/test/ ./pkg/infoschema/test/clustertablestest/ ./pkg/infoschema/test/clustertablestest/cluster_tables_test.go ./pkg/infoschema/test/clustertablestest/main_test.go ./pkg/infoschema/test/clustertablestest/tables_test.go ./pkg/infoschema/test/clustertablestest/BUILD.bazel ./pkg/infoschema/test/cachetest/ ./pkg/infoschema/test/cachetest/cache_test.go ./pkg/infoschema/test/cachetest/main_test.go ./pkg/infoschema/test/cachetest/BUILD.bazel ./pkg/infoschema/metrics_schema.go ./pkg/infoschema/perfschema/ ./pkg/infoschema/perfschema/tables.go ./pkg/infoschema/perfschema/testdata/ ./pkg/infoschema/perfschema/testdata/tikv.cpu.profile ./pkg/infoschema/perfschema/testdata/test.pprof ./pkg/infoschema/perfschema/main_test.go ./pkg/infoschema/perfschema/init.go ./pkg/infoschema/perfschema/tables_test.go ./pkg/infoschema/perfschema/BUILD.bazel ./pkg/infoschema/perfschema/const.go ./pkg/infoschema/BUILD.bazel ./pkg/plugin/ ./pkg/plugin/conn_ip_example/ ./pkg/plugin/conn_ip_example/conn_ip_example_test.go ./pkg/plugin/conn_ip_example/conn_ip_example.go ./pkg/plugin/conn_ip_example/manifest.toml ./pkg/plugin/conn_ip_example/main_test.go ./pkg/plugin/conn_ip_example/BUILD.bazel ./pkg/plugin/spi_test.go ./pkg/plugin/helper.go ./pkg/plugin/helper_test.go ./pkg/plugin/main_test.go ./pkg/plugin/plugin.go ./pkg/plugin/README.md ./pkg/plugin/const_test.go ./pkg/plugin/errors.go ./pkg/plugin/plugin_test.go ./pkg/plugin/spi.go ./pkg/plugin/integration_test.go ./pkg/plugin/audit.go ./pkg/plugin/BUILD.bazel ./pkg/plugin/const.go ./pkg/planner/ ./pkg/planner/core/ ./pkg/planner/core/task.go ./pkg/planner/core/show_predicate_extractor.go ./pkg/planner/core/find_best_task.go ./pkg/planner/core/expression_rewriter_test.go ./pkg/planner/core/plan_cost_ver1_test.go ./pkg/planner/core/find_best_task_test.go ./pkg/planner/core/physical_plan_test.go ./pkg/planner/core/rule_build_key_info.go ./pkg/planner/core/fragment_test.go ./pkg/planner/core/memtable_predicate_extractor.go ./pkg/planner/core/rule_aggregation_push_down.go ./pkg/planner/core/collect_column_stats_usage.go ./pkg/planner/core/access_object.go ./pkg/planner/core/partition_pruning_test.go ./pkg/planner/core/rule_join_reorder_dp_test.go ./pkg/planner/core/enforce_mpp_test.go ./pkg/planner/core/rule_join_reorder_test.go ./pkg/planner/core/plan_cacheable_checker.go ./pkg/planner/core/rule_inject_extra_projection.go ./pkg/planner/core/indexmerge_path.go ./pkg/planner/core/optimizer_test.go ./pkg/planner/core/expression_test.go ./pkg/planner/core/rule_derive_topn_from_window.go ./pkg/planner/core/plan_to_pb_test.go ./pkg/planner/core/resolve_indices.go ./pkg/planner/core/point_get_plan.go ./pkg/planner/core/planbuilder_test.go ./pkg/planner/core/rule_max_min_eliminate.go ./pkg/planner/core/plan_cost_detail_test.go ./pkg/planner/core/indexmerge_intersection_test.go ./pkg/planner/core/rule_eliminate_projection.go ./pkg/planner/core/common_plans_test.go ./pkg/planner/core/plan_cache_param.go ./pkg/planner/core/issuetest/ ./pkg/planner/core/issuetest/planner_issue_test.go ./pkg/planner/core/issuetest/main_test.go ./pkg/planner/core/issuetest/BUILD.bazel ./pkg/planner/core/plan_cost_detail.go ./pkg/planner/core/plan_cost_ver2_test.go ./pkg/planner/core/rule_aggregation_elimination.go ./pkg/planner/core/planbuilder.go ./pkg/planner/core/rule_join_reorder_greedy.go ./pkg/planner/core/plan_stats.go ./pkg/planner/core/errors_test.go ./pkg/planner/core/plan_to_pb.go ./pkg/planner/core/logical_plans.go ./pkg/planner/core/tests/ ./pkg/planner/core/tests/prepare/ ./pkg/planner/core/tests/prepare/issue/ ./pkg/planner/core/tests/prepare/issue/main_test.go ./pkg/planner/core/tests/prepare/issue/issue_test.go ./pkg/planner/core/tests/prepare/issue/BUILD.bazel ./pkg/planner/core/tests/prepare/main_test.go ./pkg/planner/core/tests/prepare/prepare_test.go ./pkg/planner/core/tests/prepare/BUILD.bazel ./pkg/planner/core/handle_cols.go ./pkg/planner/core/rule_push_down_sequence.go ./pkg/planner/core/rule_resolve_grouping_expand.go ./pkg/planner/core/stats.go ./pkg/planner/core/fragment.go ./pkg/planner/core/optimizer.go ./pkg/planner/core/logical_plan_trace_test.go ./pkg/planner/core/debugtrace.go ./pkg/planner/core/recheck_cte.go ./pkg/planner/core/preprocess_test.go ./pkg/planner/core/plan_cost_ver2.go ./pkg/planner/core/runtime_filter.go ./pkg/planner/core/rule_column_pruning.go ./pkg/planner/core/runtime_filter_generator_test.go ./pkg/planner/core/plan_cost_ver1.go ./pkg/planner/core/plan_cache.go ./pkg/planner/core/scalar_subq_expression.go ./pkg/planner/core/plan_cache_lru_test.go ./pkg/planner/core/testdata/ ./pkg/planner/core/testdata/index_merge_suite_in.json ./pkg/planner/core/testdata/index_merge_suite_out.json ./pkg/planner/core/testdata/runtime_filter_generator_suite_out.json ./pkg/planner/core/testdata/plan_suite_unexported_in.json ./pkg/planner/core/testdata/runtime_filter_generator_suite_in.json ./pkg/planner/core/testdata/plan_suite_unexported_out.json ./pkg/planner/core/rule_semi_join_rewrite.go ./pkg/planner/core/util.go ./pkg/planner/core/initialize.go ./pkg/planner/core/main_test.go ./pkg/planner/core/encode.go ./pkg/planner/core/rule_partition_processor.go ./pkg/planner/core/plan_replayer_capture_test.go ./pkg/planner/core/logical_plan_builder.go ./pkg/planner/core/hashcode.go ./pkg/planner/core/collect_column_stats_usage_test.go ./pkg/planner/core/trace.go ./pkg/planner/core/point_get_plan_test.go ./pkg/planner/core/plan_cacheable_checker_test.go ./pkg/planner/core/metrics/ ./pkg/planner/core/metrics/metrics.go ./pkg/planner/core/metrics/BUILD.bazel ./pkg/planner/core/logical_plans_test.go ./pkg/planner/core/explain.go ./pkg/planner/core/integration_partition_test.go ./pkg/planner/core/expression_rewriter.go ./pkg/planner/core/plan_test.go ./pkg/planner/core/rule_generate_column_substitute.go ./pkg/planner/core/rule_join_reorder_dp.go ./pkg/planner/core/exhaust_physical_plans.go ./pkg/planner/core/telemetry.go ./pkg/planner/core/binary_plan_test.go ./pkg/planner/core/memtable_predicate_extractor_test.go ./pkg/planner/core/indexmerge_path_test.go ./pkg/planner/core/internal/ ./pkg/planner/core/internal/testkit.go ./pkg/planner/core/internal/base/ ./pkg/planner/core/internal/base/plan.go ./pkg/planner/core/internal/base/BUILD.bazel ./pkg/planner/core/internal/util.go ./pkg/planner/core/internal/BUILD.bazel ./pkg/planner/core/rule_constant_propagation.go ./pkg/planner/core/rule_join_reorder.go ./pkg/planner/core/rule_result_reorder.go ./pkg/planner/core/physical_plans.go ./pkg/planner/core/tiflash_selection_late_materialization.go ./pkg/planner/core/indexmerge_test.go ./pkg/planner/core/plan_cache_param_test.go ./pkg/planner/core/errors.go ./pkg/planner/core/plan_cache_test.go ./pkg/planner/core/plan_cache_lru.go ./pkg/planner/core/cbo_test.go ./pkg/planner/core/rule_join_elimination.go ./pkg/planner/core/rule_predicate_simplification.go ./pkg/planner/core/flat_plan.go ./pkg/planner/core/rule_aggregation_skew_rewrite.go ./pkg/planner/core/physical_plan_trace_test.go ./pkg/planner/core/runtime_filter_generator.go ./pkg/planner/core/hints.go ./pkg/planner/core/exhaust_physical_plans_test.go ./pkg/planner/core/plan.go ./pkg/planner/core/casetest/ ./pkg/planner/core/casetest/scalarsubquery/ ./pkg/planner/core/casetest/scalarsubquery/cases_test.go ./pkg/planner/core/casetest/scalarsubquery/testdata/ ./pkg/planner/core/casetest/scalarsubquery/testdata/plan_suite_in.json ./pkg/planner/core/casetest/scalarsubquery/testdata/plan_suite_out.json ./pkg/planner/core/casetest/scalarsubquery/main_test.go ./pkg/planner/core/casetest/scalarsubquery/BUILD.bazel ./pkg/planner/core/casetest/correlated/ ./pkg/planner/core/casetest/correlated/correlated_test.go ./pkg/planner/core/casetest/correlated/main_test.go ./pkg/planner/core/casetest/correlated/BUILD.bazel ./pkg/planner/core/casetest/mpp/ ./pkg/planner/core/casetest/mpp/mpp_test.go ./pkg/planner/core/casetest/mpp/testdata/ ./pkg/planner/core/casetest/mpp/testdata/integration_suite_in.json ./pkg/planner/core/casetest/mpp/testdata/integration_suite_out.json ./pkg/planner/core/casetest/mpp/main_test.go ./pkg/planner/core/casetest/mpp/BUILD.bazel ./pkg/planner/core/casetest/binaryplan/ ./pkg/planner/core/casetest/binaryplan/testdata/ ./pkg/planner/core/casetest/binaryplan/testdata/binary_plan_suite_out.json ./pkg/planner/core/casetest/binaryplan/testdata/binary_plan_suite_in.json ./pkg/planner/core/casetest/binaryplan/main_test.go ./pkg/planner/core/casetest/binaryplan/binary_plan_test.go ./pkg/planner/core/casetest/binaryplan/BUILD.bazel ./pkg/planner/core/casetest/tiflash_selection_late_materialization_test.go ./pkg/planner/core/casetest/enforcempp/ ./pkg/planner/core/casetest/enforcempp/enforce_mpp_test.go ./pkg/planner/core/casetest/enforcempp/testdata/ ./pkg/planner/core/casetest/enforcempp/testdata/enforce_mpp_suite_in.json ./pkg/planner/core/casetest/enforcempp/testdata/enforce_mpp_suite_out.json ./pkg/planner/core/casetest/enforcempp/main_test.go ./pkg/planner/core/casetest/enforcempp/BUILD.bazel ./pkg/planner/core/casetest/stats_test.go ./pkg/planner/core/casetest/testdata/ ./pkg/planner/core/casetest/testdata/integration_suite_in.json ./pkg/planner/core/casetest/testdata/integration_suite_out.json ./pkg/planner/core/casetest/testdata/plan_normalized_suite_in.json ./pkg/planner/core/casetest/testdata/json_plan_suite_in.json ./pkg/planner/core/casetest/testdata/plan_normalized_suite_out.json ./pkg/planner/core/casetest/testdata/json_plan_suite_out.json ./pkg/planner/core/casetest/testdata/stats_suite_out.json ./pkg/planner/core/casetest/testdata/stats_suite_in.json ./pkg/planner/core/casetest/physicalplantest/ ./pkg/planner/core/casetest/physicalplantest/physical_plan_test.go ./pkg/planner/core/casetest/physicalplantest/testdata/ ./pkg/planner/core/casetest/physicalplantest/testdata/plan_suite_in.json ./pkg/planner/core/casetest/physicalplantest/testdata/plan_suite_out.json ./pkg/planner/core/casetest/physicalplantest/main_test.go ./pkg/planner/core/casetest/physicalplantest/BUILD.bazel ./pkg/planner/core/casetest/main_test.go ./pkg/planner/core/casetest/pushdown/ ./pkg/planner/core/casetest/pushdown/testdata/ ./pkg/planner/core/casetest/pushdown/testdata/integration_suite_in.json ./pkg/planner/core/casetest/pushdown/testdata/integration_suite_out.json ./pkg/planner/core/casetest/pushdown/main_test.go ./pkg/planner/core/casetest/pushdown/push_down_test.go ./pkg/planner/core/casetest/pushdown/BUILD.bazel ./pkg/planner/core/casetest/partition/ ./pkg/planner/core/casetest/partition/testdata/ ./pkg/planner/core/casetest/partition/testdata/integration_partition_suite_out.json ./pkg/planner/core/casetest/partition/testdata/partition_pruner_in.json ./pkg/planner/core/casetest/partition/testdata/partition_pruner_out.json ./pkg/planner/core/casetest/partition/testdata/integration_partition_suite_in.json ./pkg/planner/core/casetest/partition/main_test.go ./pkg/planner/core/casetest/partition/integration_partition_test.go ./pkg/planner/core/casetest/partition/partition_pruner_test.go ./pkg/planner/core/casetest/partition/BUILD.bazel ./pkg/planner/core/casetest/plan_test.go ./pkg/planner/core/casetest/hint/ ./pkg/planner/core/casetest/hint/hint_test.go ./pkg/planner/core/casetest/hint/testdata/ ./pkg/planner/core/casetest/hint/testdata/integration_suite_in.json ./pkg/planner/core/casetest/hint/testdata/integration_suite_out.json ./pkg/planner/core/casetest/hint/main_test.go ./pkg/planner/core/casetest/hint/BUILD.bazel ./pkg/planner/core/casetest/rule/ ./pkg/planner/core/casetest/rule/rule_inject_extra_projection_test.go ./pkg/planner/core/casetest/rule/rule_join_reorder_test.go ./pkg/planner/core/casetest/rule/testdata/ ./pkg/planner/core/casetest/rule/testdata/join_reorder_suite_out.json ./pkg/planner/core/casetest/rule/testdata/derive_topn_from_window_out.json ./pkg/planner/core/casetest/rule/testdata/derive_topn_from_window_in.json ./pkg/planner/core/casetest/rule/testdata/join_reorder_suite_in.json ./pkg/planner/core/casetest/rule/main_test.go ./pkg/planner/core/casetest/rule/rule_derive_topn_from_window_test.go ./pkg/planner/core/casetest/rule/BUILD.bazel ./pkg/planner/core/casetest/cbotest/ ./pkg/planner/core/casetest/cbotest/testdata/ ./pkg/planner/core/casetest/cbotest/testdata/analyzeSuiteTestIndexEqualUnknownT.json ./pkg/planner/core/casetest/cbotest/testdata/analyzeSuiteTestLowSelIndexGreedySearchT.json ./pkg/planner/core/casetest/cbotest/testdata/analyzeSuiteTestLimitIndexEstimationT.json ./pkg/planner/core/casetest/cbotest/testdata/analyzesSuiteTestIndexReadT.json ./pkg/planner/core/casetest/cbotest/testdata/analyze_suite_in.json ./pkg/planner/core/casetest/cbotest/testdata/analyze_suite_out.json ./pkg/planner/core/casetest/cbotest/main_test.go ./pkg/planner/core/casetest/cbotest/cbo_test.go ./pkg/planner/core/casetest/cbotest/BUILD.bazel ./pkg/planner/core/casetest/integration_test.go ./pkg/planner/core/casetest/flatplan/ ./pkg/planner/core/casetest/flatplan/flat_plan_test.go ./pkg/planner/core/casetest/flatplan/testdata/ ./pkg/planner/core/casetest/flatplan/testdata/flat_plan_suite_in.json ./pkg/planner/core/casetest/flatplan/testdata/flat_plan_suite_out.json ./pkg/planner/core/casetest/flatplan/main_test.go ./pkg/planner/core/casetest/flatplan/BUILD.bazel ./pkg/planner/core/casetest/index/ ./pkg/planner/core/casetest/index/testdata/ ./pkg/planner/core/casetest/index/testdata/integration_suite_in.json ./pkg/planner/core/casetest/index/testdata/integration_suite_out.json ./pkg/planner/core/casetest/index/main_test.go ./pkg/planner/core/casetest/index/index_test.go ./pkg/planner/core/casetest/index/BUILD.bazel ./pkg/planner/core/casetest/dag/ ./pkg/planner/core/casetest/dag/dag_test.go ./pkg/planner/core/casetest/dag/testdata/ ./pkg/planner/core/casetest/dag/testdata/plan_suite_in.json ./pkg/planner/core/casetest/dag/testdata/plan_suite_out.json ./pkg/planner/core/casetest/dag/main_test.go ./pkg/planner/core/casetest/dag/BUILD.bazel ./pkg/planner/core/casetest/windows/ ./pkg/planner/core/casetest/windows/testdata/ ./pkg/planner/core/casetest/windows/testdata/window_push_down_suite_in.json ./pkg/planner/core/casetest/windows/testdata/window_push_down_suite_out.json ./pkg/planner/core/casetest/windows/main_test.go ./pkg/planner/core/casetest/windows/widow_with_exist_subquery_test.go ./pkg/planner/core/casetest/windows/window_push_down_test.go ./pkg/planner/core/casetest/windows/BUILD.bazel ./pkg/planner/core/casetest/BUILD.bazel ./pkg/planner/core/casetest/planstats/ ./pkg/planner/core/casetest/planstats/plan_stats_test.go ./pkg/planner/core/casetest/planstats/testdata/ ./pkg/planner/core/casetest/planstats/testdata/plan_stats_suite_out.json ./pkg/planner/core/casetest/planstats/testdata/plan_stats_suite_in.json ./pkg/planner/core/casetest/planstats/main_test.go ./pkg/planner/core/casetest/planstats/BUILD.bazel ./pkg/planner/core/preprocess.go ./pkg/planner/core/plan_cache_utils.go ./pkg/planner/core/rule_predicate_push_down.go ./pkg/planner/core/stringer.go ./pkg/planner/core/property_cols_prune.go ./pkg/planner/core/integration_test.go ./pkg/planner/core/common_plans.go ./pkg/planner/core/stringer_test.go ./pkg/planner/core/rule_generate_column_substitute_test.go ./pkg/planner/core/foreign_key.go ./pkg/planner/core/rule_decorrelate.go ./pkg/planner/core/partition_prune.go ./pkg/planner/core/rule_topn_push_down.go ./pkg/planner/core/BUILD.bazel ./pkg/planner/core/mock.go ./pkg/planner/core/pb_to_plan.go ./pkg/planner/funcdep/ ./pkg/planner/funcdep/fd_graph.go ./pkg/planner/funcdep/doc.go ./pkg/planner/funcdep/fast_int_set.go ./pkg/planner/funcdep/main_test.go ./pkg/planner/funcdep/fast_int_set_test.go ./pkg/planner/funcdep/fd_graph_test.go ./pkg/planner/funcdep/extract_fd_test.go ./pkg/planner/funcdep/fast_int_set_bench_test.go ./pkg/planner/funcdep/BUILD.bazel ./pkg/planner/implementation/ ./pkg/planner/implementation/simple_plans.go ./pkg/planner/implementation/base_test.go ./pkg/planner/implementation/datasource.go ./pkg/planner/implementation/sort.go ./pkg/planner/implementation/join.go ./pkg/planner/implementation/main_test.go ./pkg/planner/implementation/base.go ./pkg/planner/implementation/BUILD.bazel ./pkg/planner/util/ ./pkg/planner/util/fixcontrol/ ./pkg/planner/util/fixcontrol/set.go ./pkg/planner/util/fixcontrol/fixcontrol_test.go ./pkg/planner/util/fixcontrol/get.go ./pkg/planner/util/fixcontrol/testdata/ ./pkg/planner/util/fixcontrol/testdata/fix_control_suite_in.json ./pkg/planner/util/fixcontrol/testdata/fix_control_suite_out.json ./pkg/planner/util/fixcontrol/main_test.go ./pkg/planner/util/fixcontrol/BUILD.bazel ./pkg/planner/util/byitem.go ./pkg/planner/util/debugtrace/ ./pkg/planner/util/debugtrace/base.go ./pkg/planner/util/debugtrace/BUILD.bazel ./pkg/planner/util/path.go ./pkg/planner/util/path_test.go ./pkg/planner/util/main_test.go ./pkg/planner/util/misc.go ./pkg/planner/util/BUILD.bazel ./pkg/planner/cascades/ ./pkg/planner/cascades/implementation_rules.go ./pkg/planner/cascades/transformation_rules.go ./pkg/planner/cascades/enforcer_rules.go ./pkg/planner/cascades/testdata/ ./pkg/planner/cascades/testdata/integration_suite_in.json ./pkg/planner/cascades/testdata/transformation_rules_suite_out.json ./pkg/planner/cascades/testdata/integration_suite_out.json ./pkg/planner/cascades/testdata/transformation_rules_suite_in.json ./pkg/planner/cascades/testdata/stringer_suite_in.json ./pkg/planner/cascades/testdata/stringer_suite_out.json ./pkg/planner/cascades/main_test.go ./pkg/planner/cascades/transformation_rules_test.go ./pkg/planner/cascades/enforcer_rules_test.go ./pkg/planner/cascades/optimize.go ./pkg/planner/cascades/optimize_test.go ./pkg/planner/cascades/stringer.go ./pkg/planner/cascades/integration_test.go ./pkg/planner/cascades/stringer_test.go ./pkg/planner/cascades/BUILD.bazel ./pkg/planner/cardinality/ ./pkg/planner/cardinality/trace_test.go ./pkg/planner/cardinality/pseudo.go ./pkg/planner/cardinality/row_count_test.go ./pkg/planner/cardinality/row_size.go ./pkg/planner/cardinality/ndv.go ./pkg/planner/cardinality/join.go ./pkg/planner/cardinality/row_size_test.go ./pkg/planner/cardinality/testdata/ ./pkg/planner/cardinality/testdata/cardinality_suite_in.json ./pkg/planner/cardinality/testdata/cardinality_suite_out.json ./pkg/planner/cardinality/main_test.go ./pkg/planner/cardinality/trace.go ./pkg/planner/cardinality/row_count_index.go ./pkg/planner/cardinality/selectivity.go ./pkg/planner/cardinality/selectivity_test.go ./pkg/planner/cardinality/row_count_column.go ./pkg/planner/cardinality/cross_estimation.go ./pkg/planner/cardinality/BUILD.bazel ./pkg/planner/memo/ ./pkg/planner/memo/pattern_test.go ./pkg/planner/memo/implementation.go ./pkg/planner/memo/group_test.go ./pkg/planner/memo/expr_iterator.go ./pkg/planner/memo/group.go ./pkg/planner/memo/main_test.go ./pkg/planner/memo/pattern.go ./pkg/planner/memo/group_expr.go ./pkg/planner/memo/expr_iterator_test.go ./pkg/planner/memo/group_expr_test.go ./pkg/planner/memo/BUILD.bazel ./pkg/planner/property/ ./pkg/planner/property/task_type.go ./pkg/planner/property/physical_property.go ./pkg/planner/property/stats_info.go ./pkg/planner/property/logical_property.go ./pkg/planner/property/BUILD.bazel ./pkg/planner/optimize.go ./pkg/planner/BUILD.bazel ./pkg/metrics/ ./pkg/metrics/metrics_internal_test.go ./pkg/metrics/domain.go ./pkg/metrics/grafana/ ./pkg/metrics/grafana/tidb_resource_control.json ./pkg/metrics/grafana/tidb_runtime.json ./pkg/metrics/grafana/tidb_summary.jsonnet ./pkg/metrics/grafana/README.md ./pkg/metrics/grafana/overview.json ./pkg/metrics/grafana/tidb.json ./pkg/metrics/grafana/performance_overview.json ./pkg/metrics/grafana/tidb_summary.json ./pkg/metrics/grafana/generate_json.sh ./pkg/metrics/distsql.go ./pkg/metrics/log_backup.go ./pkg/metrics/stats.go ./pkg/metrics/disttask.go ./pkg/metrics/wrapper.go ./pkg/metrics/globalsort.go ./pkg/metrics/metrics.go ./pkg/metrics/ddl.go ./pkg/metrics/main_test.go ./pkg/metrics/resourcemanager.go ./pkg/metrics/session.go ./pkg/metrics/bindinfo.go ./pkg/metrics/meta.go ./pkg/metrics/metrics_test.go ./pkg/metrics/gc_worker.go ./pkg/metrics/telemetry.go ./pkg/metrics/executor.go ./pkg/metrics/alertmanager/ ./pkg/metrics/alertmanager/tidb.rules.yml ./pkg/metrics/import.go ./pkg/metrics/sli.go ./pkg/metrics/server.go ./pkg/metrics/owner.go ./pkg/metrics/topsql.go ./pkg/metrics/ttl.go ./pkg/metrics/BUILD.bazel ./pkg/autoid_service/ ./pkg/autoid_service/OWNERS ./pkg/autoid_service/autoid_test.go ./pkg/autoid_service/autoid.go ./pkg/autoid_service/BUILD.bazel ./pkg/domain/ ./pkg/domain/optimize_trace.go ./pkg/domain/schema_checker.go ./pkg/domain/domain.go ./pkg/domain/historical_stats.go ./pkg/domain/schema_checker_test.go ./pkg/domain/db_test.go ./pkg/domain/plan_replayer_dump.go ./pkg/domain/schema_validator_test.go ./pkg/domain/domain_sysvars.go ./pkg/domain/OWNERS ./pkg/domain/resourcegroup/ ./pkg/domain/resourcegroup/runaway.go ./pkg/domain/resourcegroup/BUILD.bazel ./pkg/domain/infosync/ ./pkg/domain/infosync/region.go ./pkg/domain/infosync/schedule_manager.go ./pkg/domain/infosync/label_manager.go ./pkg/domain/infosync/info.go ./pkg/domain/infosync/mock_info.go ./pkg/domain/infosync/info_test.go ./pkg/domain/infosync/error.go ./pkg/domain/infosync/resource_manager_client.go ./pkg/domain/infosync/placement_manager.go ./pkg/domain/infosync/tiflash_manager.go ./pkg/domain/infosync/BUILD.bazel ./pkg/domain/domainctx_test.go ./pkg/domain/main_test.go ./pkg/domain/domain_utils_test.go ./pkg/domain/extract_test.go ./pkg/domain/globalconfigsync/ ./pkg/domain/globalconfigsync/globalconfig_test.go ./pkg/domain/globalconfigsync/globalconfig.go ./pkg/domain/globalconfigsync/BUILD.bazel ./pkg/domain/topn_slow_query_test.go ./pkg/domain/domainctx.go ./pkg/domain/plan_replayer_test.go ./pkg/domain/metrics/ ./pkg/domain/metrics/metrics.go ./pkg/domain/metrics/BUILD.bazel ./pkg/domain/plan_replayer.go ./pkg/domain/topn_slow_query.go ./pkg/domain/schema_validator.go ./pkg/domain/session_pool_test.go ./pkg/domain/runaway.go ./pkg/domain/test_helper.go ./pkg/domain/extract.go ./pkg/domain/domain_test.go ./pkg/domain/sysvar_cache.go ./pkg/domain/plan_replayer_handle_test.go ./pkg/domain/BUILD.bazel ./pkg/meta/ ./pkg/meta/OWNERS ./pkg/meta/main_test.go ./pkg/meta/meta_test.go ./pkg/meta/autoid/ ./pkg/meta/autoid/memid_test.go ./pkg/meta/autoid/memid.go ./pkg/meta/autoid/seq_autoid_test.go ./pkg/meta/autoid/autoid_test.go ./pkg/meta/autoid/main_test.go ./pkg/meta/autoid/autoid.go ./pkg/meta/autoid/autoid_service.go ./pkg/meta/autoid/errors.go ./pkg/meta/autoid/bench_test.go ./pkg/meta/autoid/BUILD.bazel ./pkg/meta/meta.go ./pkg/meta/meta_autoid.go ./pkg/meta/BUILD.bazel ./pkg/statistics/ ./pkg/statistics/scalar_test.go ./pkg/statistics/scalar.go ./pkg/statistics/sample.go ./pkg/statistics/histogram.go ./pkg/statistics/fmsketch_test.go ./pkg/statistics/column.go ./pkg/statistics/cmsketch.go ./pkg/statistics/estimate.go ./pkg/statistics/debugtrace.go ./pkg/statistics/builder.go ./pkg/statistics/testdata/ ./pkg/statistics/testdata/integration_suite_in.json ./pkg/statistics/testdata/integration_suite_out.json ./pkg/statistics/analyze.go ./pkg/statistics/main_test.go ./pkg/statistics/fmsketch.go ./pkg/statistics/histogram_test.go ./pkg/statistics/handle/ ./pkg/statistics/handle/usage/ ./pkg/statistics/handle/usage/index_usage.go ./pkg/statistics/handle/usage/session_stats_collect.go ./pkg/statistics/handle/usage/session_stats_collect_test.go ./pkg/statistics/handle/usage/predicate_column.go ./pkg/statistics/handle/usage/BUILD.bazel ./pkg/statistics/handle/storage/ ./pkg/statistics/handle/storage/update.go ./pkg/statistics/handle/storage/read.go ./pkg/statistics/handle/storage/read_test.go ./pkg/statistics/handle/storage/stats_read_writer.go ./pkg/statistics/handle/storage/save.go ./pkg/statistics/handle/storage/dump_test.go ./pkg/statistics/handle/storage/gc.go ./pkg/statistics/handle/storage/json.go ./pkg/statistics/handle/storage/gc_test.go ./pkg/statistics/handle/storage/stats_read_writer_test.go ./pkg/statistics/handle/storage/BUILD.bazel ./pkg/statistics/handle/logutil/ ./pkg/statistics/handle/logutil/logutil.go ./pkg/statistics/handle/logutil/BUILD.bazel ./pkg/statistics/handle/history/ ./pkg/statistics/handle/history/history_stats.go ./pkg/statistics/handle/history/BUILD.bazel ./pkg/statistics/handle/util/ ./pkg/statistics/handle/util/table_info.go ./pkg/statistics/handle/util/util.go ./pkg/statistics/handle/util/interfaces.go ./pkg/statistics/handle/util/BUILD.bazel ./pkg/statistics/handle/updatetest/ ./pkg/statistics/handle/updatetest/update_test.go ./pkg/statistics/handle/updatetest/main_test.go ./pkg/statistics/handle/updatetest/BUILD.bazel ./pkg/statistics/handle/lockstats/ ./pkg/statistics/handle/lockstats/lock_stats_test.go ./pkg/statistics/handle/lockstats/unlock_stats.go ./pkg/statistics/handle/lockstats/main_test.go ./pkg/statistics/handle/lockstats/query_lock.go ./pkg/statistics/handle/lockstats/unlock_stats_test.go ./pkg/statistics/handle/lockstats/lock_stats.go ./pkg/statistics/handle/lockstats/query_lock_test.go ./pkg/statistics/handle/lockstats/BUILD.bazel ./pkg/statistics/handle/bootstrap.go ./pkg/statistics/handle/handle.go ./pkg/statistics/handle/ddl.go ./pkg/statistics/handle/main_test.go ./pkg/statistics/handle/handle_hist_test.go ./pkg/statistics/handle/metrics/ ./pkg/statistics/handle/metrics/metrics.go ./pkg/statistics/handle/metrics/BUILD.bazel ./pkg/statistics/handle/cache/ ./pkg/statistics/handle/cache/statscacheinner.go ./pkg/statistics/handle/cache/internal/ ./pkg/statistics/handle/cache/internal/inner.go ./pkg/statistics/handle/cache/internal/lfu/ ./pkg/statistics/handle/cache/internal/lfu/key_set.go ./pkg/statistics/handle/cache/internal/lfu/key_set_shard.go ./pkg/statistics/handle/cache/internal/lfu/lfu_cache_test.go ./pkg/statistics/handle/cache/internal/lfu/lfu_cache.go ./pkg/statistics/handle/cache/internal/lfu/BUILD.bazel ./pkg/statistics/handle/cache/internal/metrics/ ./pkg/statistics/handle/cache/internal/metrics/metrics.go ./pkg/statistics/handle/cache/internal/metrics/BUILD.bazel ./pkg/statistics/handle/cache/internal/mapcache/ ./pkg/statistics/handle/cache/internal/mapcache/map_cache.go ./pkg/statistics/handle/cache/internal/mapcache/BUILD.bazel ./pkg/statistics/handle/cache/internal/testutil/ ./pkg/statistics/handle/cache/internal/testutil/testutil.go ./pkg/statistics/handle/cache/internal/testutil/BUILD.bazel ./pkg/statistics/handle/cache/internal/BUILD.bazel ./pkg/statistics/handle/cache/statscache.go ./pkg/statistics/handle/cache/bench_test.go ./pkg/statistics/handle/cache/BUILD.bazel ./pkg/statistics/handle/internal/ ./pkg/statistics/handle/internal/testutil.go ./pkg/statistics/handle/internal/BUILD.bazel ./pkg/statistics/handle/globalstats/ ./pkg/statistics/handle/globalstats/globalstats_test.go ./pkg/statistics/handle/globalstats/global_stats.go ./pkg/statistics/handle/globalstats/topn_test.go ./pkg/statistics/handle/globalstats/topn.go ./pkg/statistics/handle/globalstats/main_test.go ./pkg/statistics/handle/globalstats/globalstats_internal_test.go ./pkg/statistics/handle/globalstats/topn_bench_test.go ./pkg/statistics/handle/globalstats/merge_worker.go ./pkg/statistics/handle/globalstats/global_stats_async.go ./pkg/statistics/handle/globalstats/BUILD.bazel ./pkg/statistics/handle/ddl_test.go ./pkg/statistics/handle/handle_hist.go ./pkg/statistics/handle/handletest/ ./pkg/statistics/handle/handletest/lockstats/ ./pkg/statistics/handle/handletest/lockstats/lock_partition_stats_test.go ./pkg/statistics/handle/handletest/lockstats/main_test.go ./pkg/statistics/handle/handletest/lockstats/lock_table_stats_test.go ./pkg/statistics/handle/handletest/lockstats/BUILD.bazel ./pkg/statistics/handle/handletest/main_test.go ./pkg/statistics/handle/handletest/statstest/ ./pkg/statistics/handle/handletest/statstest/stats_test.go ./pkg/statistics/handle/handletest/statstest/main_test.go ./pkg/statistics/handle/handletest/statstest/BUILD.bazel ./pkg/statistics/handle/handletest/handle_test.go ./pkg/statistics/handle/handletest/analyze/ ./pkg/statistics/handle/handletest/analyze/main_test.go ./pkg/statistics/handle/handletest/analyze/analyze_test.go ./pkg/statistics/handle/handletest/analyze/BUILD.bazel ./pkg/statistics/handle/handletest/BUILD.bazel ./pkg/statistics/handle/initstats/ ./pkg/statistics/handle/initstats/load_stats_page.go ./pkg/statistics/handle/initstats/load_stats.go ./pkg/statistics/handle/initstats/BUILD.bazel ./pkg/statistics/handle/autoanalyze/ ./pkg/statistics/handle/autoanalyze/autoanalyze_test.go ./pkg/statistics/handle/autoanalyze/autoanalyze.go ./pkg/statistics/handle/autoanalyze/BUILD.bazel ./pkg/statistics/handle/BUILD.bazel ./pkg/statistics/index.go ./pkg/statistics/sample_test.go ./pkg/statistics/statistics_test.go ./pkg/statistics/table.go ./pkg/statistics/cmsketch_util.go ./pkg/statistics/builder_test.go ./pkg/statistics/cmsketch_test.go ./pkg/statistics/builder_ext_stats.go ./pkg/statistics/analyze_jobs.go ./pkg/statistics/integration_test.go ./pkg/statistics/histogram_bench_test.go ./pkg/statistics/row_sampler.go ./pkg/statistics/BUILD.bazel ./pkg/sessionctx/ ./pkg/sessionctx/context.go ./pkg/sessionctx/binloginfo/ ./pkg/sessionctx/binloginfo/binloginfo.go ./pkg/sessionctx/binloginfo/main_test.go ./pkg/sessionctx/binloginfo/binloginfo_test.go ./pkg/sessionctx/binloginfo/BUILD.bazel ./pkg/sessionctx/context_test.go ./pkg/sessionctx/stmtctx/ ./pkg/sessionctx/stmtctx/stmtctx_test.go ./pkg/sessionctx/stmtctx/main_test.go ./pkg/sessionctx/stmtctx/stmtctx.go ./pkg/sessionctx/stmtctx/BUILD.bazel ./pkg/sessionctx/main_test.go ./pkg/sessionctx/variable/ ./pkg/sessionctx/variable/sysvar.go ./pkg/sessionctx/variable/mock_globalaccessor_test.go ./pkg/sessionctx/variable/featuretag/ ./pkg/sessionctx/variable/featuretag/disttask/ ./pkg/sessionctx/variable/featuretag/disttask/non_default.go ./pkg/sessionctx/variable/featuretag/disttask/default.go ./pkg/sessionctx/variable/featuretag/disttask/BUILD.bazel ./pkg/sessionctx/variable/removed.go ./pkg/sessionctx/variable/OWNERS ./pkg/sessionctx/variable/variable_test.go ./pkg/sessionctx/variable/setvar_affect.go ./pkg/sessionctx/variable/sysvar_test.go ./pkg/sessionctx/variable/error.go ./pkg/sessionctx/variable/varsutil_test.go ./pkg/sessionctx/variable/sequence_state.go ./pkg/sessionctx/variable/statusvar.go ./pkg/sessionctx/variable/main_test.go ./pkg/sessionctx/variable/variable.go ./pkg/sessionctx/variable/varsutil.go ./pkg/sessionctx/variable/session.go ./pkg/sessionctx/variable/removed_test.go ./pkg/sessionctx/variable/tidb_vars.go ./pkg/sessionctx/variable/statusvar_test.go ./pkg/sessionctx/variable/noop.go ./pkg/sessionctx/variable/BUILD.bazel ./pkg/sessionctx/variable/session_test.go ./pkg/sessionctx/variable/mock_globalaccessor.go ./pkg/sessionctx/sessionstates/ ./pkg/sessionctx/sessionstates/session_states.go ./pkg/sessionctx/sessionstates/session_states_test.go ./pkg/sessionctx/sessionstates/session_token.go ./pkg/sessionctx/sessionstates/session_token_test.go ./pkg/sessionctx/sessionstates/BUILD.bazel ./pkg/sessionctx/BUILD.bazel ./pkg/resourcemanager/ ./pkg/resourcemanager/pool/ ./pkg/resourcemanager/pool/basepool.go ./pkg/resourcemanager/pool/spool/ ./pkg/resourcemanager/pool/spool/main_test.go ./pkg/resourcemanager/pool/spool/spool_test.go ./pkg/resourcemanager/pool/spool/option.go ./pkg/resourcemanager/pool/spool/spool.go ./pkg/resourcemanager/pool/spool/BUILD.bazel ./pkg/resourcemanager/pool/workerpool/ ./pkg/resourcemanager/pool/workerpool/workpool_test.go ./pkg/resourcemanager/pool/workerpool/main_test.go ./pkg/resourcemanager/pool/workerpool/workerpool.go ./pkg/resourcemanager/pool/workerpool/BUILD.bazel ./pkg/resourcemanager/pool/BUILD.bazel ./pkg/resourcemanager/poolmanager/ ./pkg/resourcemanager/poolmanager/task_manager.go ./pkg/resourcemanager/poolmanager/task_manager_scheduler.go ./pkg/resourcemanager/poolmanager/task_manager_iterator.go ./pkg/resourcemanager/poolmanager/BUILD.bazel ./pkg/resourcemanager/util/ ./pkg/resourcemanager/util/mock_gpool.go ./pkg/resourcemanager/util/shard_pool_map_test.go ./pkg/resourcemanager/util/shard_pool_map.go ./pkg/resourcemanager/util/util.go ./pkg/resourcemanager/util/BUILD.bazel ./pkg/resourcemanager/OWNERS ./pkg/resourcemanager/rm.go ./pkg/resourcemanager/scheduler/ ./pkg/resourcemanager/scheduler/cpu_scheduler.go ./pkg/resourcemanager/scheduler/scheduler.go ./pkg/resourcemanager/scheduler/BUILD.bazel ./pkg/resourcemanager/schedule_test.go ./pkg/resourcemanager/schedule.go ./pkg/resourcemanager/BUILD.bazel ./pkg/owner/ ./pkg/owner/OWNERS ./pkg/owner/manager.go ./pkg/owner/main_test.go ./pkg/owner/manager_test.go ./pkg/owner/fail_test.go ./pkg/owner/BUILD.bazel ./pkg/owner/mock.go ./pkg/lock/ ./pkg/lock/OWNERS ./pkg/lock/lock.go ./pkg/lock/BUILD.bazel ./pkg/testkit/ ./pkg/testkit/mocksessionmanager.go ./pkg/testkit/ddlhelper/ ./pkg/testkit/ddlhelper/helper.go ./pkg/testkit/ddlhelper/BUILD.bazel ./pkg/testkit/testkit.go ./pkg/testkit/testmain/ ./pkg/testkit/testmain/wrapper.go ./pkg/testkit/testmain/bench.go ./pkg/testkit/testmain/BUILD.bazel ./pkg/testkit/testenv/ ./pkg/testkit/testenv/testenv.go ./pkg/testkit/testenv/BUILD.bazel ./pkg/testkit/asynctestkit.go ./pkg/testkit/mockstore.go ./pkg/testkit/dbtestkit.go ./pkg/testkit/testfork/ ./pkg/testkit/testfork/fork.go ./pkg/testkit/testfork/fork_test.go ./pkg/testkit/testfork/BUILD.bazel ./pkg/testkit/external/ ./pkg/testkit/external/util.go ./pkg/testkit/external/BUILD.bazel ./pkg/testkit/result.go ./pkg/testkit/testdata/ ./pkg/testkit/testdata/testdata.go ./pkg/testkit/testdata/BUILD.bazel ./pkg/testkit/stepped.go ./pkg/testkit/testkit_test.go ./pkg/testkit/testsetup/ ./pkg/testkit/testsetup/bridge.go ./pkg/testkit/testsetup/BUILD.bazel ./pkg/testkit/testutil/ ./pkg/testkit/testutil/loghook.go ./pkg/testkit/testutil/require_test.go ./pkg/testkit/testutil/require.go ./pkg/testkit/testutil/handle.go ./pkg/testkit/testutil/BUILD.bazel ./pkg/testkit/BUILD.bazel ./pkg/tidb-binlog/ ./pkg/tidb-binlog/proto/ ./pkg/tidb-binlog/proto/proto/ ./pkg/tidb-binlog/proto/proto/secondary_binlog.proto ./pkg/tidb-binlog/proto/generate-binlog.sh ./pkg/tidb-binlog/proto/go-binlog/ ./pkg/tidb-binlog/proto/go-binlog/secondary_binlog.pb.go ./pkg/tidb-binlog/proto/go-binlog/BUILD.bazel ./pkg/tidb-binlog/OWNERS ./pkg/tidb-binlog/node/ ./pkg/tidb-binlog/node/node.go ./pkg/tidb-binlog/node/registry.go ./pkg/tidb-binlog/node/registry_test.go ./pkg/tidb-binlog/node/BUILD.bazel ./pkg/tidb-binlog/driver/ ./pkg/tidb-binlog/driver/reader/ ./pkg/tidb-binlog/driver/reader/offset_test.go ./pkg/tidb-binlog/driver/reader/reader.go ./pkg/tidb-binlog/driver/reader/offset.go ./pkg/tidb-binlog/driver/reader/BUILD.bazel ./pkg/tidb-binlog/driver/README.md ./pkg/tidb-binlog/pump_client/ ./pkg/tidb-binlog/pump_client/client_test.go ./pkg/tidb-binlog/pump_client/pump.go ./pkg/tidb-binlog/pump_client/selector.go ./pkg/tidb-binlog/pump_client/client.go ./pkg/tidb-binlog/pump_client/bench_test.go ./pkg/tidb-binlog/pump_client/BUILD.bazel ./pkg/table/ ./pkg/table/constraint.go ./pkg/table/temptable/ ./pkg/table/temptable/interceptor.go ./pkg/table/temptable/ddl.go ./pkg/table/temptable/main_test.go ./pkg/table/temptable/interceptor_test.go ./pkg/table/temptable/infoschema.go ./pkg/table/temptable/ddl_test.go ./pkg/table/temptable/BUILD.bazel ./pkg/table/column.go ./pkg/table/table_test.go ./pkg/table/OWNERS ./pkg/table/column_test.go ./pkg/table/main_test.go ./pkg/table/index.go ./pkg/table/table.go ./pkg/table/tables/ ./pkg/table/tables/mutation_checker_test.go ./pkg/table/tables/cache_test.go ./pkg/table/tables/tables.go ./pkg/table/tables/mutation_checker.go ./pkg/table/tables/cache.go ./pkg/table/tables/testutil.go ./pkg/table/tables/main_test.go ./pkg/table/tables/partition.go ./pkg/table/tables/index.go ./pkg/table/tables/tables_test.go ./pkg/table/tables/state_remote.go ./pkg/table/tables/state_remote_test.go ./pkg/table/tables/test/ ./pkg/table/tables/test/partition/ ./pkg/table/tables/test/partition/partition_test.go ./pkg/table/tables/test/partition/main_test.go ./pkg/table/tables/test/partition/BUILD.bazel ./pkg/table/tables/index_test.go ./pkg/table/tables/BUILD.bazel ./pkg/table/BUILD.bazel ./pkg/timer/ ./pkg/timer/tablestore/ ./pkg/timer/tablestore/sql.go ./pkg/timer/tablestore/store.go ./pkg/timer/tablestore/sql_test.go ./pkg/timer/tablestore/notifier.go ./pkg/timer/tablestore/BUILD.bazel ./pkg/timer/main_test.go ./pkg/timer/api/ ./pkg/timer/api/client_test.go ./pkg/timer/api/timer.go ./pkg/timer/api/store.go ./pkg/timer/api/error.go ./pkg/timer/api/main_test.go ./pkg/timer/api/timer_test.go ./pkg/timer/api/client.go ./pkg/timer/api/mem_store.go ./pkg/timer/api/hook.go ./pkg/timer/api/schedule_policy_test.go ./pkg/timer/api/store_test.go ./pkg/timer/api/BUILD.bazel ./pkg/timer/metrics/ ./pkg/timer/metrics/metrics.go ./pkg/timer/metrics/BUILD.bazel ./pkg/timer/runtime/ ./pkg/timer/runtime/worker.go ./pkg/timer/runtime/cache_test.go ./pkg/timer/runtime/cache.go ./pkg/timer/runtime/runtime.go ./pkg/timer/runtime/worker_test.go ./pkg/timer/runtime/main_test.go ./pkg/timer/runtime/runtime_test.go ./pkg/timer/runtime/BUILD.bazel ./pkg/timer/README.md ./pkg/timer/store_intergartion_test.go ./pkg/timer/BUILD.bazel ./pkg/disttask/ ./pkg/disttask/importinto/ ./pkg/disttask/importinto/mock/ ./pkg/disttask/importinto/mock/import_mock.go ./pkg/disttask/importinto/mock/BUILD.bazel ./pkg/disttask/importinto/proto.go ./pkg/disttask/importinto/job.go ./pkg/disttask/importinto/clean_s3.go ./pkg/disttask/importinto/dispatcher_testkit_test.go ./pkg/disttask/importinto/dispatcher.go ./pkg/disttask/importinto/planner_test.go ./pkg/disttask/importinto/wrapper_test.go ./pkg/disttask/importinto/wrapper.go ./pkg/disttask/importinto/job_testkit_test.go ./pkg/disttask/importinto/metrics.go ./pkg/disttask/importinto/subtask_executor.go ./pkg/disttask/importinto/subtask_executor_test.go ./pkg/disttask/importinto/metrics_test.go ./pkg/disttask/importinto/encode_and_sort_operator.go ./pkg/disttask/importinto/scheduler.go ./pkg/disttask/importinto/encode_and_sort_operator_test.go ./pkg/disttask/importinto/planner.go ./pkg/disttask/importinto/dispatcher_test.go ./pkg/disttask/importinto/BUILD.bazel ./pkg/disttask/operator/ ./pkg/disttask/operator/pipeline_test.go ./pkg/disttask/operator/compose.go ./pkg/disttask/operator/pipeline.go ./pkg/disttask/operator/wrapper.go ./pkg/disttask/operator/operator.go ./pkg/disttask/operator/BUILD.bazel ./pkg/disttask/OWNERS ./pkg/disttask/framework/ ./pkg/disttask/framework/framework_test.go ./pkg/disttask/framework/mock/ ./pkg/disttask/framework/mock/scheduler_mock.go ./pkg/disttask/framework/mock/execute/ ./pkg/disttask/framework/mock/execute/execute_mock.go ./pkg/disttask/framework/mock/execute/BUILD.bazel ./pkg/disttask/framework/mock/dispatcher_mock.go ./pkg/disttask/framework/mock/plan_mock.go ./pkg/disttask/framework/mock/BUILD.bazel ./pkg/disttask/framework/proto/ ./pkg/disttask/framework/proto/task.go ./pkg/disttask/framework/proto/task_test.go ./pkg/disttask/framework/proto/BUILD.bazel ./pkg/disttask/framework/storage/ ./pkg/disttask/framework/storage/task_table.go ./pkg/disttask/framework/storage/table_test.go ./pkg/disttask/framework/storage/util.go ./pkg/disttask/framework/storage/BUILD.bazel ./pkg/disttask/framework/framework_rollback_test.go ./pkg/disttask/framework/handle/ ./pkg/disttask/framework/handle/handle.go ./pkg/disttask/framework/handle/handle_test.go ./pkg/disttask/framework/handle/BUILD.bazel ./pkg/disttask/framework/planner/ ./pkg/disttask/framework/planner/planner_test.go ./pkg/disttask/framework/planner/plan_test.go ./pkg/disttask/framework/planner/plan.go ./pkg/disttask/framework/planner/planner.go ./pkg/disttask/framework/planner/BUILD.bazel ./pkg/disttask/framework/framework_pause_and_resume_test.go ./pkg/disttask/framework/framework_err_handling_test.go ./pkg/disttask/framework/framework_dynamic_dispatch_test.go ./pkg/disttask/framework/framework_ha_test.go ./pkg/disttask/framework/scheduler/ ./pkg/disttask/framework/scheduler/execute/ ./pkg/disttask/framework/scheduler/execute/summary.go ./pkg/disttask/framework/scheduler/execute/BUILD.bazel ./pkg/disttask/framework/scheduler/execute/interface.go ./pkg/disttask/framework/scheduler/register_test.go ./pkg/disttask/framework/scheduler/manager.go ./pkg/disttask/framework/scheduler/scheduler_test.go ./pkg/disttask/framework/scheduler/register.go ./pkg/disttask/framework/scheduler/manager_test.go ./pkg/disttask/framework/scheduler/scheduler.go ./pkg/disttask/framework/scheduler/BUILD.bazel ./pkg/disttask/framework/scheduler/interface.go ./pkg/disttask/framework/dispatcher/ ./pkg/disttask/framework/dispatcher/state_transform.go ./pkg/disttask/framework/dispatcher/dispatcher_manager_test.go ./pkg/disttask/framework/dispatcher/dispatcher.go ./pkg/disttask/framework/dispatcher/main_test.go ./pkg/disttask/framework/dispatcher/dispatcher_nokit_test.go ./pkg/disttask/framework/dispatcher/dispatcher_test.go ./pkg/disttask/framework/dispatcher/dispatcher_manager.go ./pkg/disttask/framework/dispatcher/BUILD.bazel ./pkg/disttask/framework/dispatcher/interface.go ./pkg/disttask/framework/BUILD.bazel ./roadmap.md ./tests/ ./tests/cncheckcert/ ./tests/cncheckcert/client-cert-2.pem ./tests/cncheckcert/server-cert.pem ./tests/cncheckcert/ca-tidb-test-1.crt ./tests/cncheckcert/server-key.pem ./tests/cncheckcert/client-key-2.pem ./tests/cncheckcert/client-key-1.pem ./tests/cncheckcert/ca-key.pem ./tests/cncheckcert/client-cert-1.pem ./tests/graceshutdown/ ./tests/graceshutdown/graceshutdown_test.go ./tests/graceshutdown/run-tests.sh ./tests/graceshutdown/main_test.go ./tests/graceshutdown/.gitignore ./tests/graceshutdown/Makefile ./tests/graceshutdown/BUILD.bazel ./tests/globalkilltest/ ./tests/globalkilltest/tikv.toml ./tests/globalkilltest/run-tests.sh ./tests/globalkilltest/up.sh ./tests/globalkilltest/main_test.go ./tests/globalkilltest/config-64.toml ./tests/globalkilltest/.gitignore ./tests/globalkilltest/Makefile ./tests/globalkilltest/global_kill_test.go ./tests/globalkilltest/README.md ./tests/globalkilltest/config.toml ./tests/globalkilltest/Dockerfile ./tests/globalkilltest/BUILD.bazel ./tests/integrationtest/ ./tests/integrationtest/run-tests.sh ./tests/integrationtest/t/ ./tests/integrationtest/t/privilege/ ./tests/integrationtest/t/privilege/privileges.test ./tests/integrationtest/t/ddl/ ./tests/integrationtest/t/ddl/ddl_tiflash.test ./tests/integrationtest/t/ddl/column_type_change.test ./tests/integrationtest/t/ddl/primary_key_handle.test ./tests/integrationtest/t/ddl/column_change.test ./tests/integrationtest/t/ddl/sequence.test ./tests/integrationtest/t/ddl/db.test ./tests/integrationtest/t/ddl/db_change.test ./tests/integrationtest/t/ddl/column_modify.test ./tests/integrationtest/t/ddl/multi_schema_change.test ./tests/integrationtest/t/ddl/db_integration.test ./tests/integrationtest/t/ddl/ddl_error.test ./tests/integrationtest/t/ddl/serial.test ./tests/integrationtest/t/ddl/db_rename.test ./tests/integrationtest/t/ddl/db_table.test ./tests/integrationtest/t/ddl/fail_db.test ./tests/integrationtest/t/ddl/resource_group.test ./tests/integrationtest/t/ddl/attributes_sql.test ./tests/integrationtest/t/ddl/column.test ./tests/integrationtest/t/ddl/reorg_partition.test ./tests/integrationtest/t/ddl/index_modify.test ./tests/integrationtest/t/ddl/db_foreign_key.test ./tests/integrationtest/t/ddl/modify_column.test ./tests/integrationtest/t/ddl/db_partition.test ./tests/integrationtest/t/ddl/table_modify.test ./tests/integrationtest/t/ddl/db_cache.test ./tests/integrationtest/t/ddl/integration.test ./tests/integrationtest/t/ddl/constraint.test ./tests/integrationtest/t/ddl/partition.test ./tests/integrationtest/t/explain_cte.test ./tests/integrationtest/t/show.test ./tests/integrationtest/t/collation_check_use_collation.test ./tests/integrationtest/t/explain_complex_stats.test ./tests/integrationtest/t/tpch.test ./tests/integrationtest/t/explain_foreign_key.test ./tests/integrationtest/t/util/ ./tests/integrationtest/t/util/admin.test ./tests/integrationtest/t/util/ranger.test ./tests/integrationtest/t/sessiontxn/ ./tests/integrationtest/t/sessiontxn/externals.test ./tests/integrationtest/t/select.test ./tests/integrationtest/t/bindinfo/ ./tests/integrationtest/t/bindinfo/bind.test ./tests/integrationtest/t/bindinfo/session_handle.test ./tests/integrationtest/t/explain_shard_index.test ./tests/integrationtest/t/new_character_set_invalid.test ./tests/integrationtest/t/clustered_index.test ./tests/integrationtest/t/explain_easy.test ./tests/integrationtest/t/explain_easy_stats.test ./tests/integrationtest/t/explain_union_scan.test ./tests/integrationtest/t/generated_columns.test ./tests/integrationtest/t/cte.test ./tests/integrationtest/t/explain_indexmerge_stats.test ./tests/integrationtest/t/session/ ./tests/integrationtest/t/session/vars.test ./tests/integrationtest/t/session/bootstrap_upgrade.test ./tests/integrationtest/t/session/variable.test ./tests/integrationtest/t/session/common.test ./tests/integrationtest/t/session/clustered_index.test ./tests/integrationtest/t/session/nontransactional.test ./tests/integrationtest/t/session/session.test ./tests/integrationtest/t/session/temporary_table.test ./tests/integrationtest/t/explain_join_stats.test ./tests/integrationtest/t/naaj.test ./tests/integrationtest/t/collation_agg_func.test ./tests/integrationtest/t/explain.test ./tests/integrationtest/t/window_function.test ./tests/integrationtest/t/new_character_set.test ./tests/integrationtest/t/common_collation.test ./tests/integrationtest/t/expression/ ./tests/integrationtest/t/expression/charset_and_collation.test ./tests/integrationtest/t/expression/plan_cache.test ./tests/integrationtest/t/expression/builtin.test ./tests/integrationtest/t/expression/issues.test ./tests/integrationtest/t/expression/explain.test ./tests/integrationtest/t/expression/misc.test ./tests/integrationtest/t/expression/json.test ./tests/integrationtest/t/expression/vitess_hash.test ./tests/integrationtest/t/expression/time.test ./tests/integrationtest/t/expression/enum_set.test ./tests/integrationtest/t/expression/cast.test ./tests/integrationtest/t/explain-non-select-stmt.test ./tests/integrationtest/t/types/ ./tests/integrationtest/t/types/const.test ./tests/integrationtest/t/subquery.test ./tests/integrationtest/t/executor/ ./tests/integrationtest/t/executor/split_table.test ./tests/integrationtest/t/executor/show.test ./tests/integrationtest/t/executor/foreign_key.test ./tests/integrationtest/t/executor/admin.test ./tests/integrationtest/t/executor/write.test ./tests/integrationtest/t/executor/union_scan.test ./tests/integrationtest/t/executor/jointest/ ./tests/integrationtest/t/executor/jointest/hash_join.test ./tests/integrationtest/t/executor/issues.test ./tests/integrationtest/t/executor/ddl.test ./tests/integrationtest/t/executor/join.test ./tests/integrationtest/t/executor/aggregate.test ./tests/integrationtest/t/executor/executor.test ./tests/integrationtest/t/executor/prepared.test ./tests/integrationtest/t/executor/kv.test ./tests/integrationtest/t/infoschema/ ./tests/integrationtest/t/infoschema/infoschema.test ./tests/integrationtest/t/infoschema/tables.test ./tests/integrationtest/t/infoschema/cluster_tables.test ./tests/integrationtest/t/index_merge.test ./tests/integrationtest/t/index_join.test ./tests/integrationtest/t/explain_stats.test ./tests/integrationtest/t/planner/ ./tests/integrationtest/t/planner/core/ ./tests/integrationtest/t/planner/core/indexmerge_path.test ./tests/integrationtest/t/planner/core/rule_result_reorder.test ./tests/integrationtest/t/planner/core/plan_cache.test ./tests/integrationtest/t/planner/core/plan_cost_ver2.test ./tests/integrationtest/t/planner/core/physical_plan.test ./tests/integrationtest/t/planner/core/cbo.test ./tests/integrationtest/t/planner/core/preprocess.test ./tests/integrationtest/t/planner/core/issuetest/ ./tests/integrationtest/t/planner/core/issuetest/planner_issue.test ./tests/integrationtest/t/planner/core/range_scan_for_like.test ./tests/integrationtest/t/planner/core/enforce_mpp.test ./tests/integrationtest/t/planner/core/tests/ ./tests/integrationtest/t/planner/core/tests/prepare/ ./tests/integrationtest/t/planner/core/tests/prepare/issue.test ./tests/integrationtest/t/planner/core/tests/prepare/prepare.test ./tests/integrationtest/t/planner/core/integration_partition.test ./tests/integrationtest/t/planner/core/indexmerge_intersection.test ./tests/integrationtest/t/planner/core/point_get_plan.test ./tests/integrationtest/t/planner/core/rule_constant_propagation.test ./tests/integrationtest/t/planner/core/casetest/ ./tests/integrationtest/t/planner/core/casetest/predicate_simplification.test ./tests/integrationtest/t/planner/core/casetest/pushdown/ ./tests/integrationtest/t/planner/core/casetest/pushdown/push_down.test ./tests/integrationtest/t/planner/core/casetest/partition/ ./tests/integrationtest/t/planner/core/casetest/partition/integration_partition.test ./tests/integrationtest/t/planner/core/casetest/partition/partition_pruner.test ./tests/integrationtest/t/planner/core/casetest/hint/ ./tests/integrationtest/t/planner/core/casetest/hint/hint.test ./tests/integrationtest/t/planner/core/casetest/point_get_plan.test ./tests/integrationtest/t/planner/core/casetest/rule/ ./tests/integrationtest/t/planner/core/casetest/rule/rule_result_reorder.test ./tests/integrationtest/t/planner/core/casetest/rule/rule_derive_topn_from_window.test ./tests/integrationtest/t/planner/core/casetest/rule/rule_join_reorder.test ./tests/integrationtest/t/planner/core/casetest/integration.test ./tests/integrationtest/t/planner/core/casetest/expression_rewriter.test ./tests/integrationtest/t/planner/core/rule_join_reorder.test ./tests/integrationtest/t/planner/core/partition_pruner.test ./tests/integrationtest/t/planner/core/integration.test ./tests/integrationtest/t/planner/core/expression_rewriter.test ./tests/integrationtest/t/planner/core/plan.test ./tests/integrationtest/t/planner/funcdep/ ./tests/integrationtest/t/planner/funcdep/only_full_group_by.test ./tests/integrationtest/t/planner/cascades/ ./tests/integrationtest/t/planner/cascades/integration.test ./tests/integrationtest/t/planner/cardinality/ ./tests/integrationtest/t/planner/cardinality/selectivity.test ./tests/integrationtest/t/planner/cardinality/trace.test ./tests/integrationtest/t/topn_pushdown.test ./tests/integrationtest/t/access_path_selection.test ./tests/integrationtest/t/topn_push_down.test ./tests/integrationtest/t/collation_pointget.test ./tests/integrationtest/t/explain_complex.test ./tests/integrationtest/t/agg_predicate_pushdown.test ./tests/integrationtest/t/statistics/ ./tests/integrationtest/t/statistics/lock_table_stats.test ./tests/integrationtest/t/statistics/handle.test ./tests/integrationtest/t/statistics/integration.test ./tests/integrationtest/t/sessionctx/ ./tests/integrationtest/t/sessionctx/setvar.test ./tests/integrationtest/t/imdbload.test ./tests/integrationtest/t/new_character_set_builtin.test ./tests/integrationtest/t/collation_misc.test ./tests/integrationtest/t/black_list.test ./tests/integrationtest/t/table/ ./tests/integrationtest/t/table/temptable.test ./tests/integrationtest/t/table/tables.test ./tests/integrationtest/t/table/cache.test ./tests/integrationtest/t/table/index.test ./tests/integrationtest/t/table/partition.test ./tests/integrationtest/t/explain_generate_column_substitute.test ./tests/integrationtest/disable_new_collation.toml ./tests/integrationtest/s.zip ./tests/integrationtest/r/ ./tests/integrationtest/r/privilege/ ./tests/integrationtest/r/privilege/privileges.result ./tests/integrationtest/r/ddl/ ./tests/integrationtest/r/ddl/ddl_error.result ./tests/integrationtest/r/ddl/db_table.result ./tests/integrationtest/r/ddl/index_modify.result ./tests/integrationtest/r/ddl/partition.result ./tests/integrationtest/r/ddl/reorg_partition.result ./tests/integrationtest/r/ddl/column.result ./tests/integrationtest/r/ddl/db.result ./tests/integrationtest/r/ddl/column_type_change.result ./tests/integrationtest/r/ddl/sequence.result ./tests/integrationtest/r/ddl/fail_db.result ./tests/integrationtest/r/ddl/attributes_sql.result ./tests/integrationtest/r/ddl/primary_key_handle.result ./tests/integrationtest/r/ddl/integration.result ./tests/integrationtest/r/ddl/modify_column.result ./tests/integrationtest/r/ddl/db_cache.result ./tests/integrationtest/r/ddl/multi_schema_change.result ./tests/integrationtest/r/ddl/db_rename.result ./tests/integrationtest/r/ddl/db_integration.result ./tests/integrationtest/r/ddl/constraint.result ./tests/integrationtest/r/ddl/serial.result ./tests/integrationtest/r/ddl/column_modify.result ./tests/integrationtest/r/ddl/ddl_tiflash.result ./tests/integrationtest/r/ddl/db_foreign_key.result ./tests/integrationtest/r/ddl/table_modify.result ./tests/integrationtest/r/ddl/db_change.result ./tests/integrationtest/r/ddl/column_change.result ./tests/integrationtest/r/ddl/db_partition.result ./tests/integrationtest/r/ddl/resource_group.result ./tests/integrationtest/r/collation_pointget_enabled.result ./tests/integrationtest/r/explain_cte.result ./tests/integrationtest/r/explain.result ./tests/integrationtest/r/explain_complex_stats.result ./tests/integrationtest/r/tpch.result ./tests/integrationtest/r/collation_agg_func_disabled.result ./tests/integrationtest/r/new_character_set_builtin.result ./tests/integrationtest/r/explain_easy.result ./tests/integrationtest/r/explain_easy_stats.result ./tests/integrationtest/r/collation_check_use_collation_enabled.result ./tests/integrationtest/r/explain_join_stats.result ./tests/integrationtest/r/select.result ./tests/integrationtest/r/util/ ./tests/integrationtest/r/util/admin.result ./tests/integrationtest/r/util/ranger.result ./tests/integrationtest/r/sessiontxn/ ./tests/integrationtest/r/sessiontxn/externals.result ./tests/integrationtest/r/bindinfo/ ./tests/integrationtest/r/bindinfo/session_handle.result ./tests/integrationtest/r/bindinfo/bind.result ./tests/integrationtest/r/subquery.result ./tests/integrationtest/r/generated_columns.result ./tests/integrationtest/r/agg_predicate_pushdown.result ./tests/integrationtest/r/new_character_set.result ./tests/integrationtest/r/session/ ./tests/integrationtest/r/session/common.result ./tests/integrationtest/r/session/bootstrap_upgrade.result ./tests/integrationtest/r/session/session.result ./tests/integrationtest/r/session/vars.result ./tests/integrationtest/r/session/nontransactional.result ./tests/integrationtest/r/session/clustered_index.result ./tests/integrationtest/r/session/variable.result ./tests/integrationtest/r/session/temporary_table.result ./tests/integrationtest/r/topn_push_down.result ./tests/integrationtest/r/naaj.result ./tests/integrationtest/r/show.result ./tests/integrationtest/r/explain_complex.result ./tests/integrationtest/r/index_join.result ./tests/integrationtest/r/expression/ ./tests/integrationtest/r/expression/explain.result ./tests/integrationtest/r/expression/vitess_hash.result ./tests/integrationtest/r/expression/enum_set.result ./tests/integrationtest/r/expression/json.result ./tests/integrationtest/r/expression/time.result ./tests/integrationtest/r/expression/charset_and_collation.result ./tests/integrationtest/r/expression/plan_cache.result ./tests/integrationtest/r/expression/misc.result ./tests/integrationtest/r/expression/cast.result ./tests/integrationtest/r/expression/issues.result ./tests/integrationtest/r/expression/builtin.result ./tests/integrationtest/r/types/ ./tests/integrationtest/r/types/const.result ./tests/integrationtest/r/executor/ ./tests/integrationtest/r/executor/executor.result ./tests/integrationtest/r/executor/kv.result ./tests/integrationtest/r/executor/aggregate.result ./tests/integrationtest/r/executor/union_scan.result ./tests/integrationtest/r/executor/admin.result ./tests/integrationtest/r/executor/jointest/ ./tests/integrationtest/r/executor/jointest/hash_join.result ./tests/integrationtest/r/executor/write.result ./tests/integrationtest/r/executor/prepared.result ./tests/integrationtest/r/executor/show.result ./tests/integrationtest/r/executor/foreign_key.result ./tests/integrationtest/r/executor/split_table.result ./tests/integrationtest/r/executor/ddl.result ./tests/integrationtest/r/executor/join.result ./tests/integrationtest/r/executor/issues.result ./tests/integrationtest/r/infoschema/ ./tests/integrationtest/r/infoschema/infoschema.result ./tests/integrationtest/r/infoschema/cluster_tables.result ./tests/integrationtest/r/infoschema/tables.result ./tests/integrationtest/r/imdbload.result ./tests/integrationtest/r/topn_pushdown.result ./tests/integrationtest/r/collation_agg_func_enabled.result ./tests/integrationtest/r/planner/ ./tests/integrationtest/r/planner/core/ ./tests/integrationtest/r/planner/core/plan.result ./tests/integrationtest/r/planner/core/physical_plan.result ./tests/integrationtest/r/planner/core/plan_cost_ver2.result ./tests/integrationtest/r/planner/core/range_scan_for_like.result ./tests/integrationtest/r/planner/core/issuetest/ ./tests/integrationtest/r/planner/core/issuetest/planner_issue.result ./tests/integrationtest/r/planner/core/partition_pruner.result ./tests/integrationtest/r/planner/core/indexmerge_path.result ./tests/integrationtest/r/planner/core/rule_result_reorder.result ./tests/integrationtest/r/planner/core/tests/ ./tests/integrationtest/r/planner/core/tests/prepare/ ./tests/integrationtest/r/planner/core/tests/prepare/prepare.result ./tests/integrationtest/r/planner/core/tests/prepare/issue.result ./tests/integrationtest/r/planner/core/expression_rewriter.result ./tests/integrationtest/r/planner/core/preprocess.result ./tests/integrationtest/r/planner/core/enforce_mpp.result ./tests/integrationtest/r/planner/core/integration.result ./tests/integrationtest/r/planner/core/plan_cache.result ./tests/integrationtest/r/planner/core/integration_partition.result ./tests/integrationtest/r/planner/core/indexmerge_intersection.result ./tests/integrationtest/r/planner/core/cbo.result ./tests/integrationtest/r/planner/core/rule_constant_propagation.result ./tests/integrationtest/r/planner/core/rule_join_reorder.result ./tests/integrationtest/r/planner/core/casetest/ ./tests/integrationtest/r/planner/core/casetest/predicate_simplification.result ./tests/integrationtest/r/planner/core/casetest/expression_rewriter.result ./tests/integrationtest/r/planner/core/casetest/integration.result ./tests/integrationtest/r/planner/core/casetest/pushdown/ ./tests/integrationtest/r/planner/core/casetest/pushdown/push_down.result ./tests/integrationtest/r/planner/core/casetest/partition/ ./tests/integrationtest/r/planner/core/casetest/partition/partition_pruner.result ./tests/integrationtest/r/planner/core/casetest/partition/integration_partition.result ./tests/integrationtest/r/planner/core/casetest/hint/ ./tests/integrationtest/r/planner/core/casetest/hint/hint.result ./tests/integrationtest/r/planner/core/casetest/rule/ ./tests/integrationtest/r/planner/core/casetest/rule/rule_result_reorder.result ./tests/integrationtest/r/planner/core/casetest/rule/rule_join_reorder.result ./tests/integrationtest/r/planner/core/casetest/rule/rule_derive_topn_from_window.result ./tests/integrationtest/r/planner/core/casetest/point_get_plan.result ./tests/integrationtest/r/planner/core/point_get_plan.result ./tests/integrationtest/r/planner/funcdep/ ./tests/integrationtest/r/planner/funcdep/only_full_group_by.result ./tests/integrationtest/r/planner/cascades/ ./tests/integrationtest/r/planner/cascades/integration.result ./tests/integrationtest/r/planner/cardinality/ ./tests/integrationtest/r/planner/cardinality/selectivity.result ./tests/integrationtest/r/planner/cardinality/trace.result ./tests/integrationtest/r/collation_misc_disabled.result ./tests/integrationtest/r/explain-non-select-stmt.result ./tests/integrationtest/r/common_collation.result ./tests/integrationtest/r/explain_stats.result ./tests/integrationtest/r/black_list.result ./tests/integrationtest/r/explain_indexmerge_stats.result ./tests/integrationtest/r/explain_foreign_key.result ./tests/integrationtest/r/index_merge.result ./tests/integrationtest/r/collation_misc_enabled.result ./tests/integrationtest/r/explain_shard_index.result ./tests/integrationtest/r/new_character_set_invalid.result ./tests/integrationtest/r/explain_generate_column_substitute.result ./tests/integrationtest/r/clustered_index.result ./tests/integrationtest/r/collation_check_use_collation_disabled.result ./tests/integrationtest/r/cte.result ./tests/integrationtest/r/window_function.result ./tests/integrationtest/r/statistics/ ./tests/integrationtest/r/statistics/handle.result ./tests/integrationtest/r/statistics/integration.result ./tests/integrationtest/r/statistics/lock_table_stats.result ./tests/integrationtest/r/sessionctx/ ./tests/integrationtest/r/sessionctx/setvar.result ./tests/integrationtest/r/collation_pointget_disabled.result ./tests/integrationtest/r/explain_union_scan.result ./tests/integrationtest/r/table/ ./tests/integrationtest/r/table/index.result ./tests/integrationtest/r/table/partition.result ./tests/integrationtest/r/table/cache.result ./tests/integrationtest/r/table/tables.result ./tests/integrationtest/r/table/temptable.result ./tests/integrationtest/r/access_path_selection.result ./tests/integrationtest/README.md ./tests/integrationtest/config.toml ./tests/realtikvtest/ ./tests/realtikvtest/txntest/ ./tests/realtikvtest/txntest/txn_test.go ./tests/realtikvtest/txntest/isolation_test.go ./tests/realtikvtest/txntest/txn_state_test.go ./tests/realtikvtest/txntest/main_test.go ./tests/realtikvtest/txntest/BUILD.bazel ./tests/realtikvtest/addindextest/ ./tests/realtikvtest/addindextest/add_index_test.go ./tests/realtikvtest/addindextest/failpoints_test.go ./tests/realtikvtest/addindextest/common.go ./tests/realtikvtest/addindextest/concurrent_ddl_test.go ./tests/realtikvtest/addindextest/compatibility.go ./tests/realtikvtest/addindextest/main_test.go ./tests/realtikvtest/addindextest/pitr_test.go ./tests/realtikvtest/addindextest/multi_schema_change_test.go ./tests/realtikvtest/addindextest/workload.go ./tests/realtikvtest/addindextest/BUILD.bazel ./tests/realtikvtest/testkit.go ./tests/realtikvtest/addindextest3/ ./tests/realtikvtest/addindextest3/main_test.go ./tests/realtikvtest/addindextest3/operator_test.go ./tests/realtikvtest/addindextest3/BUILD.bazel ./tests/realtikvtest/flashbacktest/ ./tests/realtikvtest/flashbacktest/main_test.go ./tests/realtikvtest/flashbacktest/flashback_test.go ./tests/realtikvtest/flashbacktest/BUILD.bazel ./tests/realtikvtest/sessiontest/ ./tests/realtikvtest/sessiontest/retry_test.go ./tests/realtikvtest/sessiontest/session_fail_test.go ./tests/realtikvtest/sessiontest/main_test.go ./tests/realtikvtest/sessiontest/paging_test.go ./tests/realtikvtest/sessiontest/BUILD.bazel ./tests/realtikvtest/statisticstest/ ./tests/realtikvtest/statisticstest/main_test.go ./tests/realtikvtest/statisticstest/statistics_test.go ./tests/realtikvtest/statisticstest/BUILD.bazel ./tests/realtikvtest/addindextest4/ ./tests/realtikvtest/addindextest4/ingest_test.go ./tests/realtikvtest/addindextest4/main_test.go ./tests/realtikvtest/addindextest4/BUILD.bazel ./tests/realtikvtest/brietest/ ./tests/realtikvtest/brietest/backup_restore_test.go ./tests/realtikvtest/brietest/main_test.go ./tests/realtikvtest/brietest/brie_test.go ./tests/realtikvtest/brietest/operator_test.go ./tests/realtikvtest/brietest/binlog_test.go ./tests/realtikvtest/brietest/BUILD.bazel ./tests/realtikvtest/importintotest/ ./tests/realtikvtest/importintotest/one_parquet_test.go ./tests/realtikvtest/importintotest/detach_test.go ./tests/realtikvtest/importintotest/util_test.go ./tests/realtikvtest/importintotest/test.parquet ./tests/realtikvtest/importintotest/import_into_test.go ./tests/realtikvtest/importintotest/main_test.go ./tests/realtikvtest/importintotest/job_test.go ./tests/realtikvtest/importintotest/precheck_test.go ./tests/realtikvtest/importintotest/BUILD.bazel ./tests/realtikvtest/importintotest2/ ./tests/realtikvtest/importintotest2/main_test.go ./tests/realtikvtest/importintotest2/write_after_import_test.go ./tests/realtikvtest/importintotest2/BUILD.bazel ./tests/realtikvtest/addindextest1/ ./tests/realtikvtest/addindextest1/disttask_test.go ./tests/realtikvtest/addindextest1/main_test.go ./tests/realtikvtest/addindextest1/BUILD.bazel ./tests/realtikvtest/pessimistictest/ ./tests/realtikvtest/pessimistictest/main_test.go ./tests/realtikvtest/pessimistictest/pessimistic_test.go ./tests/realtikvtest/pessimistictest/BUILD.bazel ./tests/realtikvtest/addindextest2/ ./tests/realtikvtest/addindextest2/global_sort_test.go ./tests/realtikvtest/addindextest2/main_test.go ./tests/realtikvtest/addindextest2/BUILD.bazel ./tests/realtikvtest/importintotest4/ ./tests/realtikvtest/importintotest4/global_sort_test.go ./tests/realtikvtest/importintotest4/split_file_test.go ./tests/realtikvtest/importintotest4/main_test.go ./tests/realtikvtest/importintotest4/BUILD.bazel ./tests/realtikvtest/importintotest3/ ./tests/realtikvtest/importintotest3/from_server_test.go ./tests/realtikvtest/importintotest3/main_test.go ./tests/realtikvtest/importintotest3/file_compression_test.go ./tests/realtikvtest/importintotest3/BUILD.bazel ./tests/realtikvtest/BUILD.bazel ./tests/readonlytest/ ./tests/readonlytest/main_test.go ./tests/readonlytest/README.md ./tests/readonlytest/readonly_test.go ./tests/readonlytest/BUILD.bazel ./tools/ ./tools/tazel/ ./tools/tazel/util.go ./tools/tazel/main.go ./tools/tazel/ast.go ./tools/tazel/BUILD.bazel ./tools/dashboard-linter/ ./tools/dashboard-linter/main.go ./tools/dashboard-linter/BUILD.bazel ./tools/check/ ./tools/check/check-gogenerate.sh ./tools/check/xprog.go ./tools/check/check_testSuite.sh ./tools/check/check-bazel-prepare-rbe.sh ./tools/check/check-bazel-prepare.sh ./tools/check/check-file-perm.sh ./tools/check/ut.go ./tools/check/check-tidy.sh ./tools/check/check-errdoc.sh ./tools/check/revive.toml ./tools/check/BUILD.bazel ./tools/patch-go/ ./tools/patch-go/build.sh ./tools/patch-go/patch-go.sh ./tools/patch-go/check.go ./tools/patch-go/go1.20.2.patch ./tools/patch-go/go1.20.1.patch ./tools/patch-go/go1.20.5.patch ./tools/patch-go/Dockerfile + echo pr/8a19564f29b048047e6bf26aebcbb57569619f55 + echo done [Pipeline] sh + filepath=builds/pingcap/tidb/pr/8a19564f29b048047e6bf26aebcbb57569619f55/centos7/tidb-server.tar.gz + donepath=builds/pingcap/tidb/pr/8a19564f29b048047e6bf26aebcbb57569619f55/centos7/done + refspath=refs/pingcap/tidb/pr/53022/sha1 + curl -F builds/pingcap/tidb/pr/8a19564f29b048047e6bf26aebcbb57569619f55/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 140M 0 0 100 140M 0 136M 0:00:01 0:00:01 --:--:-- 136M 100 140M 0 0 100 140M 0 69.2M 0:00:02 0:00:02 --:--:-- 69.2M 100 140M 0 0 100 140M 0 46.3M 0:00:03 0:00:03 --:--:-- 46.3M 100 140M 0 0 100 140M 0 34.8M 0:00:04 0:00:04 --:--:-- 34.8M 100 140M 0 0 100 140M 0 27.9M 0:00:05 0:00:05 --:--:-- 27.9M 100 140M 100 155 100 140M 29 27.1M 0:00:05 0:00:05 --:--:-- 0 {"msg":"success","url":"http://fileserver.pingcap.net/download/builds/pingcap/tidb/pr/8a19564f29b048047e6bf26aebcbb57569619f55/centos7/tidb-server.tar.gz"}+ curl -F builds/pingcap/tidb/pr/8a19564f29b048047e6bf26aebcbb57569619f55/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 2645 5122 --:--:-- --:--:-- --:--:-- 5150 {"msg":"success","url":"http://fileserver.pingcap.net/download/builds/pingcap/tidb/pr/8a19564f29b048047e6bf26aebcbb57569619f55/centos7/done"}+ curl -F refs/pingcap/tidb/pr/53022/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 4146 11532 --:--:-- --:--:-- --:--:-- 11608 {"msg":"success","url":"http://fileserver.pingcap.net/download/refs/pingcap/tidb/pr/53022/sha1"} [Pipeline] sh + filepath=builds/pingcap/tidb-check/pr/8a19564f29b048047e6bf26aebcbb57569619f55/centos7/tidb-server.tar.gz + donepath=builds/pingcap/tidb-check/pr/8a19564f29b048047e6bf26aebcbb57569619f55/centos7/done + curl -F builds/pingcap/tidb-check/pr/8a19564f29b048047e6bf26aebcbb57569619f55/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 140M 0 0 100 140M 0 139M 0:00:01 0:00:01 --:--:-- 139M 100 140M 0 0 100 140M 0 70.1M 0:00:02 0:00:02 --:--:-- 70.1M 100 140M 0 0 100 140M 0 46.7M 0:00:03 0:00:03 --:--:-- 46.7M 100 140M 0 0 100 140M 0 35.0M 0:00:04 0:00:04 --:--:-- 35.0M 100 140M 100 161 100 140M 33 29.3M 0:00:04 0:00:04 --:--:-- 29.3M 100 140M 100 161 100 140M 33 29.3M 0:00:04 0:00:04 --:--:-- 0 {"msg":"success","url":"http://fileserver.pingcap.net/download/builds/pingcap/tidb-check/pr/8a19564f29b048047e6bf26aebcbb57569619f55/centos7/tidb-server.tar.gz"}+ curl -F builds/pingcap/tidb-check/pr/8a19564f29b048047e6bf26aebcbb57569619f55/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 3033 5758 --:--:-- --:--:-- --:--:-- 5812 {"msg":"success","url":"http://fileserver.pingcap.net/download/builds/pingcap/tidb-check/pr/8a19564f29b048047e6bf26aebcbb57569619f55/centos7/done"} [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build tidb-server enterprise edition) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb [Pipeline] { [Pipeline] sh + make enterprise-prepare enterprise-server-build cd pkg/extension/enterprise/generate && GO111MODULE=on go generate -run genfile main.go go: downloading github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32 go: downloading github.com/pingcap/log v1.1.1-0.20230317032135-a0d097d16e22 go: downloading go.uber.org/zap v1.26.0 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading go.uber.org/atomic v1.11.0 go: downloading go.uber.org/multierr v1.11.0 fatal: not a git repository: /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb/pkg/extension/enterprise/../../../.git/modules/extension/enterprise CGO_ENABLED=1 GO111MODULE=on go build -tags codes -tags enterprise -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=0331217" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2024-05-06 02:36:44" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=03312178c534dce949face80c69812d989e55009" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEdition=Enterprise" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEnterpriseExtensionGitHash="' -o bin/tidb-server cmd/tidb-server/main.go go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading go.uber.org/automaxprocs v1.5.3 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20240429080008-6aedd9965460 go: downloading github.com/tikv/pd/client v0.0.0-20240210135946-3488a653ddd9 go: downloading github.com/pingcap/kvproto v0.0.0-20240208102409-a554af8ee11f go: downloading github.com/google/uuid v1.3.1 go: downloading github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c go: downloading github.com/google/pprof v0.0.0-20211122183932-1daafda22083 go: downloading github.com/prometheus/client_golang v1.18.0 go: downloading github.com/BurntSushi/toml v1.3.2 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading github.com/pingcap/tipb v0.0.0-20230919054518-dfd7d194838f go: downloading go.etcd.io/etcd/api/v3 v3.5.10 go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading golang.org/x/sync v0.3.0 go: downloading google.golang.org/grpc v1.59.0 go: downloading golang.org/x/sys v0.16.0 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.11 go: downloading go.etcd.io/etcd/client/v3 v3.5.10 go: downloading github.com/prometheus/client_model v0.5.0 go: downloading github.com/pingcap/sysutil v1.0.1-0.20230407040306-fb007c5aff21 go: downloading github.com/shirou/gopsutil/v3 v3.23.5 go: downloading github.com/spf13/pflag v1.0.5 go: downloading golang.org/x/exp v0.0.0-20230711005742-c3f37128e5a4 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/YangKeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading golang.org/x/text v0.14.0 go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/influxdata/tdigest v0.0.1 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/cockroachdb/errors v1.8.1 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading google.golang.org/protobuf v1.32.0 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 v1.0.0 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/docker/go-units v0.4.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading golang.org/x/time v0.3.0 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/iancoleman/strcase v0.2.0 go: downloading github.com/prometheus/common v0.46.0 go: downloading github.com/dolthub/maphash v0.1.0 go: downloading github.com/pingcap/badger v1.5.1-0.20230103063557-828f39b09b6d go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading github.com/cespare/xxhash v1.1.0 go: downloading github.com/klauspost/compress v1.17.1 go: downloading github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 go: downloading github.com/go-asn1-ber/asn1-ber v1.5.4 go: downloading golang.org/x/tools v0.10.0 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/cockroachdb/pebble v0.0.0-20220415182917-06c9d3be25b3 go: downloading github.com/aws/aws-sdk-go v1.44.259 go: downloading golang.org/x/net v0.20.0 go: downloading github.com/coreos/go-semver v0.3.1 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/robfig/cron/v3 v3.0.1 go: downloading cloud.google.com/go/storage v1.30.1 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.61.1581 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.6 go: downloading golang.org/x/oauth2 v0.16.0 go: downloading google.golang.org/api v0.128.0 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/sasha-s/go-deadlock v0.2.0 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.10 go: downloading go.uber.org/mock v0.2.0 go: downloading golang.org/x/crypto v0.18.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.12.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f go: downloading github.com/cockroachdb/redact v1.0.8 go: downloading github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible go: downloading github.com/lestrrat-go/blackmagic v1.0.1 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/tklauser/go-sysconf v0.3.11 go: downloading github.com/fatih/color v1.15.0 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading golang.org/x/term v0.16.0 go: downloading github.com/apache/thrift v0.13.1-0.20201008052519-daf620915714 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b go: downloading github.com/spf13/cobra v1.7.0 go: downloading github.com/dustin/go-humanize v1.0.0 go: downloading github.com/golang/glog v1.1.2 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-runewidth v0.0.14 go: downloading github.com/mattn/go-isatty v0.0.18 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/petermattis/goid v0.0.0-20211229010228-4d14c490ee36 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading cloud.google.com/go v0.110.9 go: downloading google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 go: downloading github.com/lestrrat-go/httpcc v1.0.1 go: downloading github.com/Masterminds/semver v1.5.0 go: downloading k8s.io/api v0.27.2 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading cloud.google.com/go/compute/metadata v0.2.3 go: downloading cloud.google.com/go/compute v1.23.2 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading github.com/tklauser/numcpus v0.6.0 go: downloading github.com/rivo/uniseg v0.4.4 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.11.0 go: downloading github.com/ncw/directio v1.0.5 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/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/golang-jwt/jwt v3.2.1+incompatible go: downloading cloud.google.com/go/iam v1.1.4 go: downloading github.com/googleapis/gax-go/v2 v2.12.0 go: downloading go.opencensus.io v0.24.0 go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/DataDog/zstd v1.4.5 go: downloading k8s.io/apimachinery v0.27.2 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/klog/v2 v2.90.1 go: downloading github.com/google/gofuzz v1.1.0 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3 go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go: downloading k8s.io/utils v0.0.0-20230209194617-a36077c30491 go: downloading github.com/go-logr/logr v1.2.3 go: downloading github.com/google/s2a-go v0.1.4 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.4 go: downloading google.golang.org/appengine v1.6.7 go: downloading github.com/jmespath/go-jmespath v0.4.0 + ./bin/tidb-server -V Release Version: 0331217 Edition: Enterprise Git Commit Hash: 03312178c534dce949face80c69812d989e55009 Git Branch: HEAD UTC Build Time: 2024-05-06 02:36:44 GoVersion: go1.21.0 Race Enabled: false Check Table Before Drop: false Store: unistore [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test plugin) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/enterprise-plugin [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap-inc/enterprise-plugin/rev-6fe9d440311499a6330d15949299d07995c54633) 1423360 bytes in 0.09 secs (16291518 bytes/sec) [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE using credential github-sre-bot-ssh Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@4b5ea669; decorates RemoteLauncher[hudson.remoting.Channel@466990f1:JNLP4-connect connection from 10.233.85.2/10.233.85.2:43144] 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 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/pingcap/tidb/release-7.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] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/enterprise-plugin@tmp/jenkins-gitclient-ssh7446669745839695898.key > git fetch --tags --force --progress --prune -- git@github.com:pingcap-inc/enterprise-plugin.git +refs/heads/*:refs/remotes/origin/* # timeout=5 Checking out Revision 8be043bea8690532cbd6949fae8ee1539e375d29 (origin/release-7.5) Commit message: "update go mod for release-7.5 (#134)" [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // retry [Pipeline] } Cache saved successfully (git/pingcap-inc/enterprise-plugin/rev-8a19564f29b048047e6bf26aebcbb57569619f55) 1420800 bytes in 0.22 secs (6585069 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir > git rev-parse origin/release-7.5^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8be043bea8690532cbd6949fae8ee1539e375d29 # timeout=10 [Pipeline] sh + mkdir -p plugin-so + pushd enterprise-plugin/audit ~/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/enterprise-plugin/audit ~/agent/workspace/pingcap/tidb/release-7.5/ghpr_build + go mod tidy go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20231116065855-46811b6ac353 go: downloading golang.org/x/text v0.13.0 go: downloading github.com/pingcap/kvproto v0.0.0-20231122054644-fb0f5c2a0a10 go: downloading github.com/tikv/pd/client v0.0.0-20240102100501-7ce5860ab342 go: downloading golang.org/x/sys v0.13.0 go: downloading github.com/prometheus/client_golang v1.17.0 go: downloading github.com/prometheus/common v0.44.0 go: downloading golang.org/x/net v0.17.0 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 go: downloading github.com/yusufpapurcu/wmi v1.2.3 go: downloading cloud.google.com/go v0.110.8 go: downloading github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a go: downloading github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b go: downloading golang.org/x/oauth2 v0.11.0 go: downloading github.com/shoenig/go-m1cpu v0.1.6 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b go: downloading google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b go: downloading golang.org/x/term v0.13.0 go: downloading go.uber.org/goleak v1.2.1 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading go.etcd.io/etcd/tests/v3 v3.5.10 go: downloading github.com/prometheus/prometheus v0.0.0-20190525122359-d20e84d0fb64 go: downloading github.com/Jeffail/gabs/v2 v2.5.1 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading go.etcd.io/etcd/server/v3 v3.5.10 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/stretchr/objx v0.5.0 go: downloading github.com/xitongsys/parquet-go-source v0.0.0-20200817004010-026bad9b25d0 go: downloading github.com/fsouza/fake-gcs-server v1.44.0 go: downloading gonum.org/v1/gonum v0.8.2 go: downloading github.com/johannesboyne/gofakes3 v0.0.0-20230506070712-04da935ef877 go: downloading github.com/stathat/consistent v1.0.0 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 go: downloading github.com/segmentio/asm v1.2.0 go: downloading golang.org/x/crypto v0.14.0 go: downloading github.com/goccy/go-json v0.10.2 go: downloading github.com/HdrHistogram/hdrhistogram-go v1.1.2 go: downloading github.com/golang-jwt/jwt/v4 v4.4.2 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/go-ole/go-ole v1.2.6 go: downloading github.com/shoenig/test v0.6.4 go: downloading github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd go: downloading github.com/jfcg/sixb v1.3.8 go: downloading cloud.google.com/go/compute v1.23.1 go: downloading github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 go: downloading github.com/dnaeon/go-vcr v1.1.0 go: downloading cloud.google.com/go/iam v1.1.3 go: downloading github.com/go-errors/errors v1.0.1 go: downloading github.com/prometheus/procfs v0.11.1 go: downloading github.com/gorilla/handlers v1.5.1 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/onsi/ginkgo v1.16.5 go: downloading github.com/onsi/gomega v1.27.4 go: downloading github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 go: downloading github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 go: downloading github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/google/renameio/v2 v2.0.0 go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f go: downloading github.com/pkg/xattr v0.4.9 go: downloading cloud.google.com/go/pubsub v1.33.0 go: downloading github.com/google/martian/v3 v3.3.2 go: downloading github.com/felixge/httpsnoop v1.0.2 go: downloading github.com/google/renameio v0.1.0 go: downloading github.com/jpillora/backoff v1.0.0 go: downloading go.etcd.io/etcd/raft/v3 v3.5.10 go: downloading go.etcd.io/etcd/pkg/v3 v3.5.10 go: downloading go.etcd.io/etcd/client/v2 v2.305.10 go: downloading github.com/google/martian v2.1.0+incompatible go: downloading github.com/nxadm/tail v1.4.8 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.25.0 go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.0.1 go: downloading github.com/jonboulle/clockwork v0.2.2 go: downloading go.opentelemetry.io/otel v1.0.1 go: downloading go.opentelemetry.io/otel/sdk v1.0.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.0.1 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: downloading github.com/fsnotify/fsnotify v1.6.0 go: downloading github.com/gorilla/websocket v1.4.2 go: downloading go.opentelemetry.io/otel/trace v1.0.1 go: downloading go.opentelemetry.io/proto/otlp v0.9.0 go: downloading github.com/cenkalti/backoff/v4 v4.1.1 go: downloading github.com/go-kit/kit v0.9.0 go: downloading github.com/prometheus/tsdb v0.10.0 go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 go: downloading github.com/go-logfmt/logfmt v0.5.1 go: downloading github.com/oklog/ulid v1.3.1 + popd ~/agent/workspace/pingcap/tidb/release-7.5/ghpr_build + pushd tidb ~/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb ~/agent/workspace/pingcap/tidb/release-7.5/ghpr_build + go run ./cmd/pluginpkg -pkg-dir ../enterprise-plugin/audit -out-dir ../plugin-so Package "/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/enterprise-plugin/audit" as plugin "/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/plugin-so/audit-1.so" success. Manifest: { "buildTime": "2024-05-06 10:38:32.1663128 +0800 CST m=+0.000273355", "description": "The TiDB Enterprise Audit Plugin", "export": [ { "extPoint": "OnConnectionEvent", "impl": "OnConnectionEvent" }, { "extPoint": "OnGeneralEvent", "impl": "OnGeneralEvent" } ], "kind": "Audit", "license": "Commercial", "name": "audit", "onFlush": "OnFlush", "onInit": "OnInit", "version": "1" } + popd ~/agent/workspace/pingcap/tidb/release-7.5/ghpr_build + pushd enterprise-plugin/whitelist ~/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/enterprise-plugin/whitelist ~/agent/workspace/pingcap/tidb/release-7.5/ghpr_build + go mod tidy + popd ~/agent/workspace/pingcap/tidb/release-7.5/ghpr_build + pushd tidb ~/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb ~/agent/workspace/pingcap/tidb/release-7.5/ghpr_build + go run ./cmd/pluginpkg -pkg-dir ../enterprise-plugin/whitelist -out-dir ../plugin-so Package "/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/enterprise-plugin/whitelist" as plugin "/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/plugin-so/whitelist-1.so" success. Manifest: { "buildTime": "2024-05-06 10:40:40.568709717 +0800 CST m=+0.000273418", "description": "The IP Whitelist Plugin", "export": [ { "extPoint": "OnConnectionEvent", "impl": "OnConnectionEvent" } ], "kind": "Audit", "license": "Commercial", "name": "whitelist", "onFlush": "OnFlush", "onInit": "OnInit", "onShutdown": "OnShutdown", "sysVars": [], "validate": "Validate", "version": "1" } + popd ~/agent/workspace/pingcap/tidb/release-7.5/ghpr_build + make server -C tidb make: Entering directory `/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb' CGO_ENABLED=1 GO111MODULE=on go build -tags codes -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=0331217" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2024-05-06 02:40:56" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=03312178c534dce949face80c69812d989e55009" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitBranch=HEAD" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBEdition=Community" ' -o bin/tidb-server ./cmd/tidb-server make: Leaving directory `/home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_build/tidb' + ./tidb/bin/tidb-server -plugin-dir=./plugin-so -plugin-load=audit-1,whitelist-1 + sleep 30 + tee ./loading-plugin.log [2024/05/06 10:41:14.050 +08:00] [INFO] [meminfo.go:179] ["use cgroup memory hook because TiDB is in the container"] [2024/05/06 10:41:14.050 +08:00] [INFO] [cpuprofile.go:113] ["parallel cpu profiler started"] [2024/05/06 10:41:14.050 +08:00] [INFO] [printer.go:47] ["Welcome to TiDB."] ["Release Version"=0331217] [Edition=Community] ["Git Commit Hash"=03312178c534dce949face80c69812d989e55009] ["Git Branch"=HEAD] ["UTC Build Time"="2024-05-06 02:40:56"] [GoVersion=go1.21.0] ["Race Enabled"=false] ["Check Table Before Drop"=false] [2024/05/06 10:41:14.051 +08:00] [INFO] [printer.go:52] ["loaded config"] [config="{\"host\":\"0.0.0.0\",\"advertise-address\":\"10.233.85.2\",\"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\":\"\",\"keyspace-name\":\"\",\"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,\"timeout\":0},\"instance\":{\"tidb_general_log\":false,\"tidb_pprof_sql_cpu\":false,\"ddl_slow_threshold\":300,\"tidb_expensive_query_time_threshold\":60,\"tidb_expensive_txn_time_threshold\":600,\"tidb_stmt_summary_enable_persistent\":false,\"tidb_stmt_summary_filename\":\"tidb-statements.log\",\"tidb_stmt_summary_file_max_days\":3,\"tidb_stmt_summary_file_max_size\":64,\"tidb_stmt_summary_file_max_backups\":0,\"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,\"tidb_service_scope\":\"\"},\"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,\"record-db-label\":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,\"plan-replayer-dump-worker-concurrency\":1,\"enable-stats-cache-mem-quota\":true,\"committer-concurrency\":128,\"run-auto-analyze\":true,\"force-priority\":\"NO_PRIORITY\",\"memory-usage-alarm-ratio\":0.8,\"enable-load-fmsketch\":false,\"lite-init-stats\":true,\"force-init-stats\":true,\"concurrently-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},\"copr-req-timeout\":60000000000,\"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,\"enable-32bits-connection-id\":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,\"disaggregated-tiflash\":false,\"autoscaler-type\":\"aws\",\"autoscaler-addr\":\"tiflash-autoscale-lb.tiflash-autoscale.svc.cluster.local:8081\",\"is-tiflashcompute-fixed-pool\":false,\"autoscaler-cluster-id\":\"\",\"use-autoscaler\":false,\"tidb-max-reuse-chunk\":64,\"tidb-max-reuse-column\":256,\"tidb-enable-exit-check\":false,\"in-mem-slow-query-topn-num\":30,\"in-mem-slow-query-recent-num\":500}"] [2024/05/06 10:41:14.051 +08:00] [INFO] [main.go:441] ["disable Prometheus push client"] [2024/05/06 10:41:14.051 +08:00] [INFO] [store.go:76] ["new store"] [path=unistore:///tmp/tidb] [2024/05/06 10:41:14.051 +08:00] [INFO] [systime_mon.go:26] ["start system time monitor"] [2024/05/06 10:41:14.056 +08:00] [INFO] [store.go:82] ["new store with retry success"] [2024/05/06 10:41:14.056 +08:00] [INFO] [plugin.go:377] ["start load plugin manifest"] [plugin=audit-1] [name=audit] [version=1] [2024/05/06 10:41:14.136 +08:00] [INFO] [plugin.go:377] ["start load plugin manifest"] [plugin=whitelist-1] [name=whitelist] [version=1] [2024/05/06 10:41:14.237 +08:00] [INFO] [region_cache.go:2683] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2024/05/06 10:41:14.237 +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 10:41:14.238 +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 FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.238 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 10:41:14.238 +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 10:41:14.238 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 2, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=3-epoch_not_match:1] [2024/05/06 10:41:14.240 +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 FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.240 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 10:41:14.240 +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 10:41:14.240 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 2, ver: 2, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=3-epoch_not_match:1] [2024/05/06 10:41:14.243 +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 FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.243 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 10:41:14.243 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:41:14.243 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:41:14.243 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=449567332561584128] [req-type=Get] [region="{ region id: 2, ver: 3, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=3-epoch_not_match:1] [2024/05/06 10:41:14.244 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:41:14.244 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:41:14.244 +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 10:41:14.244 +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 FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.244 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 10:41:14.244 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [2024/05/06 10:41:14.244 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=449567332563419137] [req-type=Get] [region="{ region id: 2, ver: 4, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=3-epoch_not_match:1] [2024/05/06 10:41:14.245 +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"=748000fffffffffffa] [2024/05/06 10:41:14.245 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000fffffffffffa] ["first new region left"="{Id:2 StartKey: EndKey:748000fffffffffffffa00000000000000f8 RegionEpoch:{ConfVer:1 Version:6} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.245 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 10:41:14.245 +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"=748000fffffffffff9] [2024/05/06 10:41:14.245 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 2, ver: 5, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=3-epoch_not_match:1] [2024/05/06 10:41:14.247 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000fffffffffff9] ["first new region left"="{Id:2 StartKey: EndKey:748000fffffffffffff900000000000000f8 RegionEpoch:{ConfVer:1 Version:7} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.247 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 10:41:14.247 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=449567332563681281] [req-type=Get] [region="{ region id: 2, ver: 6, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=3-epoch_not_match:1] [2024/05/06 10:41:14.248 +08:00] [INFO] [tidb.go:80] ["new domain"] [store=da888dd8-ddbe-403b-8a3e-80c2458e545a] ["ddl lease"=45s] ["stats lease"=3s] ["index usage sync lease"=0s] [2024/05/06 10:41:14.255 +08:00] [WARN] [controller.go:185] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 10:41:14.255 +08:00] [INFO] [controller.go:172] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"DegradedModeWaitDuration\":0}"] [2024/05/06 10:41:14.256 +08:00] [WARN] [domain.go:240] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [version=0] [2024/05/06 10:41:14.258 +08:00] [INFO] [domain.go:302] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=0] ["start time"=2.024677ms] [2024/05/06 10:41:14.258 +08:00] [INFO] [domain.go:617] ["full load and reset schema validator"] [2024/05/06 10:41:14.258 +08:00] [INFO] [ddl.go:743] ["start DDL"] [category=ddl] [ID=16ad9994-a05b-4ca5-8894-22587afc9e9d] [runWorker=true] [2024/05/06 10:41:14.258 +08:00] [INFO] [ddl.go:706] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 10:41:14.258 +08:00] [WARN] [env.go:53] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 10:41:14.258 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 10:41:14.258 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 10:41:14.258 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 10:41:14.258 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 10:41:14.258 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 10:41:14.258 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 10:41:14.258 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 10:41:14.258 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 10:41:14.258 +08:00] [INFO] [delete_range.go:160] ["start delRange emulator"] [category=ddl] [2024/05/06 10:41:14.258 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 10:41:14.258 +08:00] [INFO] [job_table.go:316] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 10:41:14.258 +08:00] [WARN] [domain.go:1305] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 10:41:14.258 +08:00] [INFO] [job_table.go:331] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 10:41:14.259 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=0] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2024/05/06 10:41:14.261 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 10:41:14.26 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.261 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 10:41:14.26 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE DATABASE IF NOT EXISTS test"] [2024/05/06 10:41:14.265 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.26 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.268 +08:00] [INFO] [domain.go:302] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=1] ["start time"=1.952195ms] [2024/05/06 10:41:14.268 +08:00] [INFO] [domain.go:617] ["full load and reset schema validator"] [2024/05/06 10:41:14.269 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.269 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=3] [version=1] [2024/05/06 10:41:14.270 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=4.263822ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 10:41:14.26 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.272 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.26 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.274 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=3] [2024/05/06 10:41:14.274 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.274 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2024/05/06 10:41:14.274 +08:00] [INFO] [session.go:3903] ["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 10:41:14.277 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.275 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.277 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.275 +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 10:41:14.280 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.275 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.286 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=1] [neededSchemaVersion=2] ["start time"=661.143µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [2024/05/06 10:41:14.287 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.287 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=5] [version=2] [2024/05/06 10:41:14.288 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.167472ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.275 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.290 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.275 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.294 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=5] [2024/05/06 10:41:14.294 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.294 +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 10:41:14.294 +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:8} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.294 +08:00] [INFO] [session.go:3903] ["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 10:41:14.294 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2024/05/06 10:41:14.294 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=449567332576526339] [req-type=Get] [region="{ region id: 2, ver: 7, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=3-epoch_not_match:1] [2024/05/06 10:41:14.296 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.295 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.296 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.295 +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 10:41:14.298 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.295 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.300 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=2] [neededSchemaVersion=3] ["start time"=176.969µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [2024/05/06 10:41:14.301 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.301 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=7] [version=3] [2024/05/06 10:41:14.302 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.166648ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.295 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.304 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.295 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.306 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=7] [2024/05/06 10:41:14.306 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.306 +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"=748000000000000006] [2024/05/06 10:41:14.306 +08:00] [INFO] [session.go:3903] ["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 10:41:14.306 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=16] ["first at"=748000000000000006] ["first new region left"="{Id:16 StartKey:7480000000000000ff0400000000000000f8 EndKey:7480000000000000ff0600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:17 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.306 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[16]"] [2024/05/06 10:41:14.307 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.307 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.307 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.307 +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 10:41:14.311 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.307 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.312 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=3] [neededSchemaVersion=4] ["start time"=147.381µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [2024/05/06 10:41:14.313 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.313 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=9] [version=4] [2024/05/06 10:41:14.314 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.176948ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.307 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.316 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.307 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.318 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=9] [2024/05/06 10:41:14.318 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.318 +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"=748000000000000008] [2024/05/06 10:41:14.318 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 16, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 17, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=17-epoch_not_match:1] [2024/05/06 10:41:14.318 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.db (\n\t\tHost\t\t\t\t\tCHAR(255),\n\t\tDB\t\t\t\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [user=] [2024/05/06 10:41:14.320 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.319 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.320 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.319 +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) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\t\t\t\tCHAR(32),\n\t\tSelect_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tInsert_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tUpdate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDelete_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tDrop_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tGrant_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tReferences_priv \t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tIndex_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_tmp_table_priv\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tLock_tables_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_view_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tShow_view_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tCreate_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tAlter_routine_priv\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tExecute_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tEvent_priv\t\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tTrigger_priv\t\t\tENUM('N','Y') NOT NULL DEFAULT 'N',\n\t\tPRIMARY KEY (Host, DB, User));"] [2024/05/06 10:41:14.320 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=18] ["first at"=748000000000000008] ["first new region left"="{Id:18 StartKey:7480000000000000ff0600000000000000f8 EndKey:7480000000000000ff0800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:19 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.320 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[18]"] [2024/05/06 10:41:14.323 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.319 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.326 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=4] [neededSchemaVersion=5] ["start time"=389.386µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [2024/05/06 10:41:14.327 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.327 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=11] [version=5] [2024/05/06 10:41:14.328 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.1734ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.319 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.330 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.319 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.333 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=11] [2024/05/06 10:41:14.333 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.333 +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"=74800000000000000a] [2024/05/06 10:41:14.333 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 18, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 19, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=19-epoch_not_match:1] [2024/05/06 10:41:14.333 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tables_priv (\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [user=] [2024/05/06 10:41:14.335 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.334 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.335 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.334 +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) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tGrantor\t\tCHAR(77),\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tTable_priv\tSET('Select','Insert','Update','Delete','Create','Drop','Grant','Index','Alter','Create View','Show View','Trigger','References'),\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name));"] [2024/05/06 10:41:14.335 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=20] ["first at"=74800000000000000a] ["first new region left"="{Id:20 StartKey:7480000000000000ff0800000000000000f8 EndKey:7480000000000000ff0a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:21 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.335 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[20]"] [2024/05/06 10:41:14.337 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.334 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.339 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=5] [neededSchemaVersion=6] ["start time"=215.317µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [2024/05/06 10:41:14.340 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.340 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=13] [version=6] [2024/05/06 10:41:14.341 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.168777ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.334 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.343 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.334 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.345 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=13] [2024/05/06 10:41:14.345 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.345 +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"=74800000000000000c] [2024/05/06 10:41:14.345 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 20, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 21, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=21-epoch_not_match:1] [2024/05/06 10:41:14.346 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.columns_priv(\n\t\tHost\t\tCHAR(255),\n\t\tDB\t\t\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [user=] [2024/05/06 10:41:14.347 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.346 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.347 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.346 +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) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tUser\t\tCHAR(32),\n\t\tTable_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tColumn_name\tCHAR(64) CHARSET utf8mb4 COLLATE utf8mb4_general_ci,\n\t\tTimestamp\tTIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tColumn_priv\tSET('Select','Insert','Update','References'),\n\t\tPRIMARY KEY (Host, DB, User, Table_name, Column_name));"] [2024/05/06 10:41:14.348 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=22] ["first at"=74800000000000000c] ["first new region left"="{Id:22 StartKey:7480000000000000ff0a00000000000000f8 EndKey:7480000000000000ff0c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:23 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.348 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[22]"] [2024/05/06 10:41:14.350 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.346 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.352 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=6] [neededSchemaVersion=7] ["start time"=213.464µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [2024/05/06 10:41:14.353 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.353 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=15] [version=7] [2024/05/06 10:41:14.354 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.344108ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.346 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.356 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.346 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.358 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=15] [2024/05/06 10:41:14.358 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.358 +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"=74800000000000000e] [2024/05/06 10:41:14.358 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 22, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 23, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=23-epoch_not_match:1] [2024/05/06 10:41:14.358 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.GLOBAL_VARIABLES(\n\t\tVARIABLE_NAME VARCHAR(64) NOT NULL PRIMARY KEY,\n\t\tVARIABLE_VALUE VARCHAR(16383) DEFAULT NULL);"] [user=] [2024/05/06 10:41:14.359 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.359 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.359 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.359 +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(16383) DEFAULT NULL);"] [2024/05/06 10:41:14.361 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=24] ["first at"=74800000000000000e] ["first new region left"="{Id:24 StartKey:7480000000000000ff0c00000000000000f8 EndKey:7480000000000000ff0e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:25 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.361 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[24]"] [2024/05/06 10:41:14.362 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.359 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.364 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=7] [neededSchemaVersion=8] ["start time"=133.454µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [2024/05/06 10:41:14.364 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.364 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=17] [version=8] [2024/05/06 10:41:14.366 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.17276ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.359 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.368 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.359 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.369 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=17] [2024/05/06 10:41:14.369 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.369 +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"=748000000000000010] [2024/05/06 10:41:14.369 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 24, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 25, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=25-epoch_not_match:1] [2024/05/06 10:41:14.369 +08:00] [INFO] [session.go:3903] ["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 10:41:14.371 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.371 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.37 +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 10:41:14.372 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=26] ["first at"=748000000000000010] ["first new region left"="{Id:26 StartKey:7480000000000000ff0e00000000000000f8 EndKey:7480000000000000ff1000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:27 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.372 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[26]"] [2024/05/06 10:41:14.374 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.376 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=8] [neededSchemaVersion=9] ["start time"=139.282µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [2024/05/06 10:41:14.376 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.376 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=19] [version=9] [2024/05/06 10:41:14.378 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.172481ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.380 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.37 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.381 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=19] [2024/05/06 10:41:14.381 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.381 +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"=748000000000000012] [2024/05/06 10:41:14.381 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 26, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 27, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=27-epoch_not_match:1] [2024/05/06 10:41:14.381 +08:00] [INFO] [session.go:3903] ["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 10:41:14.383 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.382 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.383 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.382 +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 10:41:14.384 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=28] ["first at"=748000000000000012] ["first new region left"="{Id:28 StartKey:7480000000000000ff1000000000000000f8 EndKey:7480000000000000ff1200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:29 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.384 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[28]"] [2024/05/06 10:41:14.386 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.382 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.388 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=9] [neededSchemaVersion=10] ["start time"=181.564µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [2024/05/06 10:41:14.389 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.389 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=21] [version=10] [2024/05/06 10:41:14.390 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.176353ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.382 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.392 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.382 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.393 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=21] [2024/05/06 10:41:14.393 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.394 +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"=748000000000000014] [2024/05/06 10:41:14.394 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 28, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 29, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=29-epoch_not_match:1] [2024/05/06 10:41:14.394 +08:00] [INFO] [session.go:3903] ["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 10:41:14.395 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.394 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.395 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.394 +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 10:41:14.396 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=30] ["first at"=748000000000000014] ["first new region left"="{Id:30 StartKey:7480000000000000ff1200000000000000f8 EndKey:7480000000000000ff1400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:31 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.396 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[30]"] [2024/05/06 10:41:14.398 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.394 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.400 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=10] [neededSchemaVersion=11] ["start time"=173.651µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [2024/05/06 10:41:14.401 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.401 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=23] [version=11] [2024/05/06 10:41:14.402 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.176949ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.394 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.404 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.394 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.405 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=23] [2024/05/06 10:41:14.406 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.406 +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"=748000000000000016] [2024/05/06 10:41:14.406 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 30, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 31, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=31-epoch_not_match:1] [2024/05/06 10:41:14.406 +08:00] [INFO] [session.go:3903] ["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 10:41:14.406 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [2024/05/06 10:41:14.407 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.406 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.407 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.406 +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 10:41:14.408 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=32] ["first at"=748000000000000016] ["first new region left"="{Id:32 StartKey:7480000000000000ff1400000000000000f8 EndKey:7480000000000000ff1600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:33 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.408 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[32]"] [2024/05/06 10:41:14.410 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.406 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.413 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=11] [neededSchemaVersion=12] ["start time"=257.451µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [2024/05/06 10:41:14.413 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.413 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=25] [version=12] [2024/05/06 10:41:14.414 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.174774ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.406 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.419 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.406 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.420 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=25] [2024/05/06 10:41:14.420 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.421 +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"=748000000000000018] [2024/05/06 10:41:14.421 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 32, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 33, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=33-epoch_not_match:1] [2024/05/06 10:41:14.421 +08:00] [INFO] [session.go:3903] ["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 10:41:14.422 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.421 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.422 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.421 +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 10:41:14.423 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=34] ["first at"=748000000000000018] ["first new region left"="{Id:34 StartKey:7480000000000000ff1600000000000000f8 EndKey:7480000000000000ff1800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:35 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.423 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[34]"] [2024/05/06 10:41:14.425 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.421 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.427 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=12] [neededSchemaVersion=13] ["start time"=228.335µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [2024/05/06 10:41:14.427 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.428 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=27] [version=13] [2024/05/06 10:41:14.429 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.250054ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.421 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.431 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.421 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.432 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=27] [2024/05/06 10:41:14.432 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.432 +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"=74800000000000001a] [2024/05/06 10:41:14.433 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 34, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 35, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=35-epoch_not_match:1] [2024/05/06 10:41:14.433 +08:00] [INFO] [session.go:3903] ["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 10:41:14.434 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.433 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.434 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.433 +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 10:41:14.435 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=36] ["first at"=74800000000000001a] ["first new region left"="{Id:36 StartKey:7480000000000000ff1800000000000000f8 EndKey:7480000000000000ff1a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:37 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.435 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[36]"] [2024/05/06 10:41:14.437 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.433 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.438 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=13] [neededSchemaVersion=14] ["start time"=158.889µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [2024/05/06 10:41:14.439 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.439 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=29] [version=14] [2024/05/06 10:41:14.440 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.178068ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.433 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.442 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.433 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.443 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=29] [2024/05/06 10:41:14.443 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.443 +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"=74800000000000001c] [2024/05/06 10:41:14.443 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 36, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 37, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=37-epoch_not_match:1] [2024/05/06 10:41:14.443 +08:00] [INFO] [session.go:3903] ["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 10:41:14.445 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.444 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.445 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.444 +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 10:41:14.446 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=38] ["first at"=74800000000000001c] ["first new region left"="{Id:38 StartKey:7480000000000000ff1a00000000000000f8 EndKey:7480000000000000ff1c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:39 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.446 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[38]"] [2024/05/06 10:41:14.447 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.444 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.449 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=14] [neededSchemaVersion=15] ["start time"=155.368µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [2024/05/06 10:41:14.450 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.450 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=31] [version=15] [2024/05/06 10:41:14.451 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.112123ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.444 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.453 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.444 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.454 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=31] [2024/05/06 10:41:14.454 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.454 +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"=74800000000000001e] [2024/05/06 10:41:14.454 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 38, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 39, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=39-epoch_not_match:1] [2024/05/06 10:41:14.454 +08:00] [INFO] [session.go:3903] ["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 10:41:14.456 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.455 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.456 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.455 +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 10:41:14.457 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=40] ["first at"=74800000000000001e] ["first new region left"="{Id:40 StartKey:7480000000000000ff1c00000000000000f8 EndKey:7480000000000000ff1e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:41 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.457 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[40]"] [2024/05/06 10:41:14.458 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.455 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.460 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=15] [neededSchemaVersion=16] ["start time"=152.446µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [2024/05/06 10:41:14.460 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.460 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=33] [version=16] [2024/05/06 10:41:14.462 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.124593ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.455 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.463 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.455 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.465 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=33] [2024/05/06 10:41:14.465 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.465 +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"=748000000000000020] [2024/05/06 10:41:14.465 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 40, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 41, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=41-epoch_not_match:1] [2024/05/06 10:41:14.465 +08:00] [INFO] [session.go:3903] ["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 10:41:14.466 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.466 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.466 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.466 +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 10:41:14.467 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=42] ["first at"=748000000000000020] ["first new region left"="{Id:42 StartKey:7480000000000000ff1e00000000000000f8 EndKey:7480000000000000ff2000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:43 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.467 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[42]"] [2024/05/06 10:41:14.469 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.466 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.471 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=16] [neededSchemaVersion=17] ["start time"=168.469µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [2024/05/06 10:41:14.471 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.471 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=35] [version=17] [2024/05/06 10:41:14.473 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.176987ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.466 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.474 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.466 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.476 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=35] [2024/05/06 10:41:14.476 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.476 +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"=748000000000000022] [2024/05/06 10:41:14.476 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 42, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 43, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=43-epoch_not_match:1] [2024/05/06 10:41:14.476 +08:00] [INFO] [session.go:3903] ["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 10:41:14.477 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.477 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.477 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.477 +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 10:41:14.478 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=44] ["first at"=748000000000000022] ["first new region left"="{Id:44 StartKey:7480000000000000ff2000000000000000f8 EndKey:7480000000000000ff2200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:45 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.478 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[44]"] [2024/05/06 10:41:14.480 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.477 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.482 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=17] [neededSchemaVersion=18] ["start time"=151.111µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [2024/05/06 10:41:14.482 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.482 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=37] [version=18] [2024/05/06 10:41:14.484 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.191485ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.477 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.486 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.477 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.487 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=37] [2024/05/06 10:41:14.487 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.487 +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"=748000000000000024] [2024/05/06 10:41:14.487 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 44, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 45, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=45-epoch_not_match:1] [2024/05/06 10:41:14.487 +08:00] [INFO] [session.go:3903] ["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 10:41:14.489 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.488 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.489 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.488 +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 10:41:14.489 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=46] ["first at"=748000000000000024] ["first new region left"="{Id:46 StartKey:7480000000000000ff2200000000000000f8 EndKey:7480000000000000ff2400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:47 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.489 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[46]"] [2024/05/06 10:41:14.491 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.488 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.494 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=18] [neededSchemaVersion=19] ["start time"=234.602µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [2024/05/06 10:41:14.494 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.494 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=39] [version=19] [2024/05/06 10:41:14.495 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.112484ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.488 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.497 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.488 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.499 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=39] [2024/05/06 10:41:14.499 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.499 +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"=748000000000000026] [2024/05/06 10:41:14.499 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 46, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 47, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=47-epoch_not_match:1] [2024/05/06 10:41:14.500 +08:00] [INFO] [session.go:3903] ["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 10:41:14.501 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.5 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.501 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.5 +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 10:41:14.501 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=48] ["first at"=748000000000000026] ["first new region left"="{Id:48 StartKey:7480000000000000ff2400000000000000f8 EndKey:7480000000000000ff2600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:49 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.501 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[48]"] [2024/05/06 10:41:14.503 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.5 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.505 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=19] [neededSchemaVersion=20] ["start time"=156.724µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [2024/05/06 10:41:14.506 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.506 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=41] [version=20] [2024/05/06 10:41:14.507 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.174601ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.5 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.509 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.5 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.510 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=41] [2024/05/06 10:41:14.510 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.510 +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"=748000000000000028] [2024/05/06 10:41:14.510 +08:00] [INFO] [session.go:3903] ["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 10:41:14.510 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 48, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 49, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=49-epoch_not_match:1] [2024/05/06 10:41:14.512 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.511 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.512 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.511 +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 10:41:14.513 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=50] ["first at"=748000000000000028] ["first new region left"="{Id:50 StartKey:7480000000000000ff2600000000000000f8 EndKey:7480000000000000ff2800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:51 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.513 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[50]"] [2024/05/06 10:41:14.515 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.511 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.516 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=20] [neededSchemaVersion=21] ["start time"=126.576µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [2024/05/06 10:41:14.516 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.517 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=43] [version=21] [2024/05/06 10:41:14.518 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.174012ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.511 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.520 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.511 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.521 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=43] [2024/05/06 10:41:14.521 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.521 +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"=74800000000000002a] [2024/05/06 10:41:14.521 +08:00] [INFO] [session.go:3903] ["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 10:41:14.521 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 50, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 51, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=51-epoch_not_match:1] [2024/05/06 10:41:14.522 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.522 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.522 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.522 +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 10:41:14.524 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=52] ["first at"=74800000000000002a] ["first new region left"="{Id:52 StartKey:7480000000000000ff2800000000000000f8 EndKey:7480000000000000ff2a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:53 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.524 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[52]"] [2024/05/06 10:41:14.525 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.522 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.527 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=21] [neededSchemaVersion=22] ["start time"=95.815µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [2024/05/06 10:41:14.527 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.527 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=45] [version=22] [2024/05/06 10:41:14.529 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.113112ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.522 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.530 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.522 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.532 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=45] [2024/05/06 10:41:14.532 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.532 +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"=74800000000000002c] [2024/05/06 10:41:14.532 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 52, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 53, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=53-epoch_not_match:1] [2024/05/06 10:41:14.532 +08:00] [INFO] [session.go:3903] ["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 10:41:14.533 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.532 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.533 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.532 +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 10:41:14.534 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=54] ["first at"=74800000000000002c] ["first new region left"="{Id:54 StartKey:7480000000000000ff2a00000000000000f8 EndKey:7480000000000000ff2c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:55 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.534 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[54]"] [2024/05/06 10:41:14.536 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.532 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.538 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=22] [neededSchemaVersion=23] ["start time"=210.414µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [2024/05/06 10:41:14.538 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.538 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=47] [version=23] [2024/05/06 10:41:14.540 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.173178ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.532 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.542 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.532 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.543 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=47] [2024/05/06 10:41:14.543 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.543 +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"=74800000000000002e] [2024/05/06 10:41:14.544 +08:00] [INFO] [session.go:3903] ["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 10:41:14.544 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 54, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 55, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=55-epoch_not_match:1] [2024/05/06 10:41:14.545 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.544 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.545 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.544 +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 10:41:14.546 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=56] ["first at"=74800000000000002e] ["first new region left"="{Id:56 StartKey:7480000000000000ff2c00000000000000f8 EndKey:7480000000000000ff2e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:57 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.546 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[56]"] [2024/05/06 10:41:14.547 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.544 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.549 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=23] [neededSchemaVersion=24] ["start time"=155.563µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [2024/05/06 10:41:14.550 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.550 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=49] [version=24] [2024/05/06 10:41:14.551 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.177093ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.544 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.553 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.544 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.554 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=49] [2024/05/06 10:41:14.554 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.554 +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"=748000000000000030] [2024/05/06 10:41:14.555 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 56, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 57, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=57-epoch_not_match:1] [2024/05/06 10:41:14.555 +08:00] [INFO] [session.go:3903] ["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 10:41:14.556 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.555 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.556 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.555 +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 10:41:14.557 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=58] ["first at"=748000000000000030] ["first new region left"="{Id:58 StartKey:7480000000000000ff2e00000000000000f8 EndKey:7480000000000000ff3000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:59 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.557 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[58]"] [2024/05/06 10:41:14.559 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.555 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.560 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=24] [neededSchemaVersion=25] ["start time"=163.493µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [2024/05/06 10:41:14.561 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.561 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=51] [version=25] [2024/05/06 10:41:14.562 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.173612ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.555 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.564 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.555 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.565 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=51] [2024/05/06 10:41:14.565 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.566 +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"=748000000000000032] [2024/05/06 10:41:14.566 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 58, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 59, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=59-epoch_not_match:1] [2024/05/06 10:41:14.566 +08:00] [INFO] [session.go:3903] ["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 10:41:14.567 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.566 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.567 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.566 +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 10:41:14.568 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=60] ["first at"=748000000000000032] ["first new region left"="{Id:60 StartKey:7480000000000000ff3000000000000000f8 EndKey:7480000000000000ff3200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:61 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.568 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[60]"] [2024/05/06 10:41:14.570 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.566 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.571 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=25] [neededSchemaVersion=26] ["start time"=159.726µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [2024/05/06 10:41:14.572 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.572 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=53] [version=26] [2024/05/06 10:41:14.573 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=2.180097ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.566 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.575 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.566 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.577 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=53] [2024/05/06 10:41:14.577 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.577 +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"=748000000000000034] [2024/05/06 10:41:14.577 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 60, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 61, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=61-epoch_not_match:1] [2024/05/06 10:41:14.577 +08:00] [INFO] [session.go:3903] ["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 10:41:14.578 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.578 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.578 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.578 +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 10:41:14.579 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=62] ["first at"=748000000000000034] ["first new region left"="{Id:62 StartKey:7480000000000000ff3200000000000000f8 EndKey:7480000000000000ff3400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:63 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.579 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[62]"] [2024/05/06 10:41:14.581 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.578 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.582 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=26] [neededSchemaVersion=27] ["start time"=134.6µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [2024/05/06 10:41:14.583 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.583 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=55] [version=27] [2024/05/06 10:41:14.584 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.161851ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.578 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.586 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.578 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.588 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=55] [2024/05/06 10:41:14.588 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.588 +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"=748000000000000036] [2024/05/06 10:41:14.588 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 62, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 63, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=63-epoch_not_match:1] [2024/05/06 10:41:14.588 +08:00] [INFO] [session.go:3903] ["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 10:41:14.589 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.589 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.589 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.589 +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 10:41:14.590 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=64] ["first at"=748000000000000036] ["first new region left"="{Id:64 StartKey:7480000000000000ff3400000000000000f8 EndKey:7480000000000000ff3600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:65 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.590 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[64]"] [2024/05/06 10:41:14.593 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.589 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.594 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=27] [neededSchemaVersion=28] ["start time"=161.966µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [2024/05/06 10:41:14.595 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.595 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=57] [version=28] [2024/05/06 10:41:14.596 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.162863ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.589 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.598 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.589 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.600 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=57] [2024/05/06 10:41:14.600 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.600 +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"=748000000000000038] [2024/05/06 10:41:14.600 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 64, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 65, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=65-epoch_not_match:1] [2024/05/06 10:41:14.600 +08:00] [INFO] [session.go:3903] ["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 10:41:14.601 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.6 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.601 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.6 +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 10:41:14.602 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=66] ["first at"=748000000000000038] ["first new region left"="{Id:66 StartKey:7480000000000000ff3600000000000000f8 EndKey:7480000000000000ff3800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:67 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.602 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[66]"] [2024/05/06 10:41:14.604 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.6 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.606 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=28] [neededSchemaVersion=29] ["start time"=134.482µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [2024/05/06 10:41:14.606 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.606 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=59] [version=29] [2024/05/06 10:41:14.608 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.090381ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.6 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.609 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.6 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.611 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=59] [2024/05/06 10:41:14.611 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.611 +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"=74800000000000003a] [2024/05/06 10:41:14.611 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 66, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 67, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=67-epoch_not_match:1] [2024/05/06 10:41:14.611 +08:00] [INFO] [session.go:3903] ["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 10:41:14.611 +08:00] [INFO] [ddl_api.go:1115] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [2024/05/06 10:41:14.613 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.612 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.613 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.612 +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 10:41:14.613 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=68] ["first at"=74800000000000003a] ["first new region left"="{Id:68 StartKey:7480000000000000ff3800000000000000f8 EndKey:7480000000000000ff3a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:69 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.613 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[68]"] [2024/05/06 10:41:14.615 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.612 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.617 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=29] [neededSchemaVersion=30] ["start time"=185.22µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [2024/05/06 10:41:14.618 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.618 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=61] [version=30] [2024/05/06 10:41:14.619 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.176439ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.612 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.621 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.612 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.623 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=61] [2024/05/06 10:41:14.623 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.623 +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"=74800000000000003c] [2024/05/06 10:41:14.623 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 68, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 69, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=69-epoch_not_match:1] [2024/05/06 10:41:14.623 +08:00] [INFO] [session.go:3903] ["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 \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 10:41:14.625 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.624 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.625 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.624 +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 \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 10:41:14.625 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=70] ["first at"=74800000000000003c] ["first new region left"="{Id:70 StartKey:7480000000000000ff3a00000000000000f8 EndKey:7480000000000000ff3c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:71 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.625 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[70]"] [2024/05/06 10:41:14.628 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.624 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.630 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=30] [neededSchemaVersion=31] ["start time"=227.221µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [2024/05/06 10:41:14.630 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.630 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=63] [version=31] [2024/05/06 10:41:14.632 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.240885ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.624 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.634 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.624 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.635 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=63] [2024/05/06 10:41:14.635 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.636 +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"=74800000000000003e] [2024/05/06 10:41:14.636 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 70, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 71, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=71-epoch_not_match:1] [2024/05/06 10:41:14.636 +08:00] [INFO] [session.go:3903] ["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 \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [user=] [2024/05/06 10:41:14.637 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.636 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.637 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.636 +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 \tsource varchar(40) NOT NULL,\n\t\tcreate_time datetime(6) NOT NULL,\n\t\tUNIQUE KEY table_version (table_id, version),\n\t\tKEY table_create_time (table_id, create_time),\n \tKEY idx_create_time (create_time)\n\t);"] [2024/05/06 10:41:14.638 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=72] ["first at"=74800000000000003e] ["first new region left"="{Id:72 StartKey:7480000000000000ff3c00000000000000f8 EndKey:7480000000000000ff3e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:73 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.638 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[72]"] [2024/05/06 10:41:14.640 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.636 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.642 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=31] [neededSchemaVersion=32] ["start time"=210.193µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [2024/05/06 10:41:14.643 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.643 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=65] [version=32] [2024/05/06 10:41:14.644 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.176191ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.636 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.646 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.636 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.648 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=65] [2024/05/06 10:41:14.648 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.648 +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"=748000000000000040] [2024/05/06 10:41:14.648 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 72, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 73, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=73-epoch_not_match:1] [2024/05/06 10:41:14.648 +08:00] [INFO] [session.go:3903] ["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 10:41:14.650 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.649 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.650 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.649 +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 10:41:14.650 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=74] ["first at"=748000000000000040] ["first new region left"="{Id:74 StartKey:7480000000000000ff3e00000000000000f8 EndKey:7480000000000000ff4000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:75 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.650 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[74]"] [2024/05/06 10:41:14.653 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.649 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.655 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=32] [neededSchemaVersion=33] ["start time"=271.321µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [2024/05/06 10:41:14.656 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.656 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=67] [version=33] [2024/05/06 10:41:14.657 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.16494ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.649 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.659 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.649 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.661 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=67] [2024/05/06 10:41:14.661 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.661 +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"=748000000000000042] [2024/05/06 10:41:14.661 +08:00] [INFO] [session.go:3903] ["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 10:41:14.661 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 74, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 75, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=75-epoch_not_match:1] [2024/05/06 10:41:14.663 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["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 10:41:14.662 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.663 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:69, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.662 +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 10:41:14.663 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=76] ["first at"=748000000000000042] ["first new region left"="{Id:76 StartKey:7480000000000000ff4000000000000000f8 EndKey:7480000000000000ff4200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:77 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.664 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[76]"] [2024/05/06 10:41:14.666 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [category=ddl] [job="ID:69, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.662 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.667 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=33] [neededSchemaVersion=34] ["start time"=116.255µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[3]"] [2024/05/06 10:41:14.668 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.668 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=69] [version=34] [2024/05/06 10:41:14.669 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.169903ms] [job="ID:69, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.662 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.671 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=69] [job="ID:69, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.662 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.672 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=69] [2024/05/06 10:41:14.672 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.673 +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"=748000000000000044] [2024/05/06 10:41:14.673 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 76, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 77, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=77-epoch_not_match:1] [2024/05/06 10:41:14.674 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["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 10:41:14.674 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.674 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:71, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:3, start time: 2024-05-06 10:41:14.674 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE OR REPLACE VIEW mysql.tidb_mdl_view as (\n\t\tSELECT job_id,\n\t\t\tdb_name,\n\t\t\ttable_name,\n\t\t\tquery,\n\t\t\tsession_id,\n\t\t\ttxnstart,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM information_schema.ddl_jobs,\n\t\t\tinformation_schema.cluster_tidb_trx,\n\t\t\tinformation_schema.cluster_processlist\n\t\tWHERE (ddl_jobs.state != 'synced' and ddl_jobs.state != 'cancelled')\n\t\t\tAND Find_in_set(ddl_jobs.table_id, cluster_tidb_trx.related_table_ids)\n\t\t\tAND cluster_tidb_trx.session_id = cluster_processlist.id\n\t);"] [2024/05/06 10:41:14.675 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=78] ["first at"=748000000000000044] ["first new region left"="{Id:78 StartKey:7480000000000000ff4200000000000000f8 EndKey:7480000000000000ff4400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:79 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.675 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[78]"] [2024/05/06 10:41:14.677 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [category=ddl] [job="ID:71, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.674 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.679 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=34] [neededSchemaVersion=35] ["start time"=189.24µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[21]"] [2024/05/06 10:41:14.680 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.680 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=71] [version=35] [2024/05/06 10:41:14.681 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.17839ms] [job="ID:71, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:3, start time: 2024-05-06 10:41:14.674 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.683 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=71] [job="ID:71, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.674 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.685 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=71] [2024/05/06 10:41:14.685 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.685 +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"=748000000000000046] [2024/05/06 10:41:14.685 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 78, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 79, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=79-epoch_not_match:1] [2024/05/06 10:41:14.685 +08:00] [INFO] [session.go:3903] ["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 10:41:14.687 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.686 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.687 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.686 +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 10:41:14.687 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=80] ["first at"=748000000000000046] ["first new region left"="{Id:80 StartKey:7480000000000000ff4400000000000000f8 EndKey:7480000000000000ff4600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:81 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.687 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[80]"] [2024/05/06 10:41:14.690 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.686 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.692 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=35] [neededSchemaVersion=36] ["start time"=182.313µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [2024/05/06 10:41:14.692 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.692 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=73] [version=36] [2024/05/06 10:41:14.694 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.125923ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.686 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.696 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.686 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.697 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=73] [2024/05/06 10:41:14.697 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.697 +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"=748000000000000048] [2024/05/06 10:41:14.697 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 80, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 81, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=81-epoch_not_match:1] [2024/05/06 10:41:14.697 +08:00] [INFO] [session.go:3903] ["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 10:41:14.699 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.698 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.699 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.698 +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 10:41:14.700 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=82] ["first at"=748000000000000048] ["first new region left"="{Id:82 StartKey:7480000000000000ff4600000000000000f8 EndKey:7480000000000000ff4800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:83 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.700 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[82]"] [2024/05/06 10:41:14.702 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.698 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.703 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=36] [neededSchemaVersion=37] ["start time"=147.179µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [2024/05/06 10:41:14.704 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.704 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=75] [version=37] [2024/05/06 10:41:14.705 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.174726ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.698 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.707 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.698 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.709 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=75] [2024/05/06 10:41:14.709 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.709 +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"=74800000000000004a] [2024/05/06 10:41:14.709 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 82, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 83, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=83-epoch_not_match:1] [2024/05/06 10:41:14.709 +08:00] [INFO] [session.go:3903] ["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 10:41:14.710 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.71 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.710 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.71 +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 10:41:14.711 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=84] ["first at"=74800000000000004a] ["first new region left"="{Id:84 StartKey:7480000000000000ff4800000000000000f8 EndKey:7480000000000000ff4a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:85 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.711 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[84]"] [2024/05/06 10:41:14.713 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.71 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.715 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=37] [neededSchemaVersion=38] ["start time"=179.041µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [2024/05/06 10:41:14.716 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.716 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=77] [version=38] [2024/05/06 10:41:14.717 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.113343ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.71 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.719 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.71 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.720 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=77] [2024/05/06 10:41:14.720 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.720 +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"=74800000000000004c] [2024/05/06 10:41:14.720 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 84, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 85, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=85-epoch_not_match:1] [2024/05/06 10:41:14.721 +08:00] [INFO] [session.go:3903] ["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 10:41:14.722 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.721 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.722 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.721 +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 10:41:14.723 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=86] ["first at"=74800000000000004c] ["first new region left"="{Id:86 StartKey:7480000000000000ff4a00000000000000f8 EndKey:7480000000000000ff4c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:87 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.723 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[86]"] [2024/05/06 10:41:14.725 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.721 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.728 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=38] [neededSchemaVersion=39] ["start time"=293.497µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [2024/05/06 10:41:14.729 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.729 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=79] [version=39] [2024/05/06 10:41:14.730 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.177486ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.721 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.732 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.721 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.734 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=79] [2024/05/06 10:41:14.734 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.734 +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"=74800000000000004e] [2024/05/06 10:41:14.734 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 86, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 87, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=87-epoch_not_match:1] [2024/05/06 10:41:14.734 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=39] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [user=] [2024/05/06 10:41:14.736 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.736 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_task (\n\t\tjob_id varchar(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tscan_id int NOT NULL,\n\t\tscan_range_start BLOB,\n\t\tscan_range_end BLOB,\n\t\texpire_time timestamp NOT NULL,\n\t\towner_id varchar(64) DEFAULT NULL,\n\t\towner_addr varchar(64) DEFAULT NULL,\n\t\towner_hb_time timestamp DEFAULT NULL,\n\t\tstatus varchar(64) DEFAULT 'waiting',\n\t\tstatus_update_time timestamp NULL DEFAULT NULL,\n\t\tstate text,\n\t\tcreated_time timestamp NOT NULL,\n\t\tprimary key(job_id, scan_id),\n\t\tkey(created_time));"] [2024/05/06 10:41:14.737 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=88] ["first at"=74800000000000004e] ["first new region left"="{Id:88 StartKey:7480000000000000ff4c00000000000000f8 EndKey:7480000000000000ff4e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:89 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.737 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[88]"] [2024/05/06 10:41:14.739 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.741 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=272.211µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [2024/05/06 10:41:14.742 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.742 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=81] [version=40] [2024/05/06 10:41:14.743 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.173649ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.745 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.735 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.747 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=81] [2024/05/06 10:41:14.747 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.747 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=88] ["first split key"=748000000000000050] [2024/05/06 10:41:14.747 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 88, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 89, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=89-epoch_not_match:1] [2024/05/06 10:41:14.747 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [user=] [2024/05/06 10:41:14.749 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.748 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.749 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.748 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n parent_table_id bigint(64) NOT NULL,\n \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n \tdeleted_rows bigint(64) DEFAULT NULL,\n \terror_delete_rows bigint(64) DEFAULT NULL,\n \tstatus varchar(64) NOT NULL,\n \tkey(table_schema, table_name, create_time),\n \tkey(parent_table_id, create_time),\n \tkey(create_time)\n\t);"] [2024/05/06 10:41:14.750 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=90] ["first at"=748000000000000050] ["first new region left"="{Id:90 StartKey:7480000000000000ff4e00000000000000f8 EndKey:7480000000000000ff5000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:91 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.750 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[90]"] [2024/05/06 10:41:14.752 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.748 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.755 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=318.245µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [2024/05/06 10:41:14.755 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.755 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=83] [version=41] [2024/05/06 10:41:14.756 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.171337ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.748 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.759 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.748 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.761 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=83] [2024/05/06 10:41:14.761 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.761 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=90] ["first split key"=748000000000000052] [2024/05/06 10:41:14.761 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 90, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 91, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=91-epoch_not_match:1] [2024/05/06 10:41:14.761 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 10:41:14.762 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.762 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.762 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.762 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 10:41:14.763 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=92] ["first at"=748000000000000052] ["first new region left"="{Id:92 StartKey:7480000000000000ff5000000000000000f8 EndKey:7480000000000000ff5200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:93 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.763 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[92]"] [2024/05/06 10:41:14.765 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.762 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.767 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=252.984µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [2024/05/06 10:41:14.768 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.768 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=85] [version=42] [2024/05/06 10:41:14.769 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.114698ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.762 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.771 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.762 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.773 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=85] [2024/05/06 10:41:14.773 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.773 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=92] ["first split key"=748000000000000054] [2024/05/06 10:41:14.773 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 92, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 93, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=93-epoch_not_match:1] [2024/05/06 10:41:14.773 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2024/05/06 10:41:14.775 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.774 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.775 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.774 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n \tUNIQUE KEY task_key(task_key)\n\t);"] [2024/05/06 10:41:14.776 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=94] ["first at"=748000000000000054] ["first new region left"="{Id:94 StartKey:7480000000000000ff5200000000000000f8 EndKey:7480000000000000ff5400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:95 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.776 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[94]"] [2024/05/06 10:41:14.778 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.774 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.780 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=251.143µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [2024/05/06 10:41:14.781 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.781 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=87] [version=43] [2024/05/06 10:41:14.782 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.177482ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.774 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.784 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.774 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.786 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=87] [2024/05/06 10:41:14.786 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.786 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=94] ["first split key"=748000000000000056] [2024/05/06 10:41:14.786 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 94, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 95, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=95-epoch_not_match:1] [2024/05/06 10:41:14.786 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.load_data_jobs (\n job_id bigint(64) NOT NULL AUTO_INCREMENT,\n expected_status ENUM('running', 'paused', 'canceled') NOT NULL DEFAULT 'running',\n create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n start_time TIMESTAMP(6) NULL DEFAULT NULL,\n update_time TIMESTAMP(6) NULL DEFAULT NULL,\n end_time TIMESTAMP(6) NULL DEFAULT NULL,\n data_source TEXT NOT NULL,\n table_schema VARCHAR(64) NOT NULL,\n table_name VARCHAR(64) NOT NULL,\n import_mode VARCHAR(64) NOT NULL,\n create_user VARCHAR(32) NOT NULL,\n progress TEXT DEFAULT NULL,\n result_message TEXT DEFAULT NULL,\n error_message TEXT DEFAULT NULL,\n PRIMARY KEY (job_id),\n KEY (create_time),\n KEY (create_user));"] [user=] [2024/05/06 10:41:14.788 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.787 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.788 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.787 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.load_data_jobs (\n job_id bigint(64) NOT NULL AUTO_INCREMENT,\n expected_status ENUM('running', 'paused', 'canceled') NOT NULL DEFAULT 'running',\n create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n start_time TIMESTAMP(6) NULL DEFAULT NULL,\n update_time TIMESTAMP(6) NULL DEFAULT NULL,\n end_time TIMESTAMP(6) NULL DEFAULT NULL,\n data_source TEXT NOT NULL,\n table_schema VARCHAR(64) NOT NULL,\n table_name VARCHAR(64) NOT NULL,\n import_mode VARCHAR(64) NOT NULL,\n create_user VARCHAR(32) NOT NULL,\n progress TEXT DEFAULT NULL,\n result_message TEXT DEFAULT NULL,\n error_message TEXT DEFAULT NULL,\n PRIMARY KEY (job_id),\n KEY (create_time),\n KEY (create_user));"] [2024/05/06 10:41:14.788 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=96] ["first at"=748000000000000056] ["first new region left"="{Id:96 StartKey:7480000000000000ff5400000000000000f8 EndKey:7480000000000000ff5600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:97 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.788 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[96]"] [2024/05/06 10:41:14.790 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.787 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.793 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=288.745µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [2024/05/06 10:41:14.794 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.794 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=89] [version=44] [2024/05/06 10:41:14.795 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.16672ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.787 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.797 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.787 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.799 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=89] [2024/05/06 10:41:14.799 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.799 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=96] ["first split key"=748000000000000058] [2024/05/06 10:41:14.799 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 96, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 97, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=97-epoch_not_match:1] [2024/05/06 10:41:14.799 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=] [2024/05/06 10:41:14.801 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.8 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.801 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.8 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [2024/05/06 10:41:14.802 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=98] ["first at"=748000000000000058] ["first new region left"="{Id:98 StartKey:7480000000000000ff5600000000000000f8 EndKey:7480000000000000ff5800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:99 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.802 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[98]"] [2024/05/06 10:41:14.804 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.8 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.806 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=294.181µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [2024/05/06 10:41:14.807 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.807 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=91] [version=45] [2024/05/06 10:41:14.809 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.49269ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.8 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.811 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.8 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.813 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=91] [2024/05/06 10:41:14.813 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.813 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=98] ["first split key"=74800000000000005a] [2024/05/06 10:41:14.813 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 98, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 99, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=99-epoch_not_match:1] [2024/05/06 10:41:14.813 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 10:41:14.815 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.814 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.815 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.814 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 10:41:14.815 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=100] ["first at"=74800000000000005a] ["first new region left"="{Id:100 StartKey:7480000000000000ff5800000000000000f8 EndKey:7480000000000000ff5a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:101 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.815 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[100]"] [2024/05/06 10:41:14.818 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.814 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.820 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=225.371µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [2024/05/06 10:41:14.821 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.821 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=93] [version=46] [2024/05/06 10:41:14.822 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.176977ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.814 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.824 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.814 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.826 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=93] [2024/05/06 10:41:14.826 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.826 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=100] ["first split key"=74800000000000005c] [2024/05/06 10:41:14.826 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 100, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 101, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=101-epoch_not_match:1] [2024/05/06 10:41:14.826 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 10:41:14.827 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.827 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.827 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.827 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 10:41:14.828 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=102] ["first at"=74800000000000005c] ["first new region left"="{Id:102 StartKey:7480000000000000ff5a00000000000000f8 EndKey:7480000000000000ff5c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:103 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.828 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[102]"] [2024/05/06 10:41:14.830 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.827 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.832 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=209.269µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [2024/05/06 10:41:14.833 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.833 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=95] [version=47] [2024/05/06 10:41:14.834 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.131839ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.827 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.836 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.827 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.838 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=95] [2024/05/06 10:41:14.838 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.838 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=102] ["first split key"=74800000000000005e] [2024/05/06 10:41:14.838 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 102, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 103, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=103-epoch_not_match:1] [2024/05/06 10:41:14.838 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=] [2024/05/06 10:41:14.840 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.839 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.840 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.839 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [2024/05/06 10:41:14.840 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=104] ["first at"=74800000000000005e] ["first new region left"="{Id:104 StartKey:7480000000000000ff5c00000000000000f8 EndKey:7480000000000000ff5e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:105 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.840 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[104]"] [2024/05/06 10:41:14.843 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.839 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.846 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=362.14µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [2024/05/06 10:41:14.846 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.846 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=97] [version=48] [2024/05/06 10:41:14.848 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.174622ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.839 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.850 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.839 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.852 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=97] [2024/05/06 10:41:14.852 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.852 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=104] ["first split key"=748000000000000060] [2024/05/06 10:41:14.852 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 104, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 105, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=105-epoch_not_match:1] [2024/05/06 10:41:14.852 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2024/05/06 10:41:14.854 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.853 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.854 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.853 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2024/05/06 10:41:14.855 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=106] ["first at"=748000000000000060] ["first new region left"="{Id:106 StartKey:7480000000000000ff5e00000000000000f8 EndKey:7480000000000000ff6000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:107 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.855 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[106]"] [2024/05/06 10:41:14.857 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.853 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.859 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=215.623µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [2024/05/06 10:41:14.859 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.859 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=99] [version=49] [2024/05/06 10:41:14.861 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.153104ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.853 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.863 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.853 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.865 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=99] [2024/05/06 10:41:14.865 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.865 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=106] ["first split key"=748000000000000062] [2024/05/06 10:41:14.865 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(100) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n keyspace_id bigint(8) NOT NULL DEFAULT -1);"] [user=] [2024/05/06 10:41:14.865 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 106, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 107, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=107-epoch_not_match:1] [2024/05/06 10:41:14.866 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.865 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.866 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.865 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(100) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n keyspace_id bigint(8) NOT NULL DEFAULT -1);"] [2024/05/06 10:41:14.867 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=108] ["first at"=748000000000000062] ["first new region left"="{Id:108 StartKey:7480000000000000ff6000000000000000f8 EndKey:7480000000000000ff6200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:109 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.867 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[108]"] [2024/05/06 10:41:14.869 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.865 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.871 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=156.1µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [2024/05/06 10:41:14.871 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.871 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=101] [version=50] [2024/05/06 10:41:14.873 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.163173ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.865 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.875 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.865 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.876 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=101] [2024/05/06 10:41:14.876 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.876 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=108] ["first split key"=748000000000000064] [2024/05/06 10:41:14.876 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 108, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 109, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=109-epoch_not_match:1] [2024/05/06 10:41:14.878 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=110] ["first at"=748000000000000064] ["first new region left"="{Id:110 StartKey:7480000000000000ff6200000000000000f8 EndKey:7480000000000000ff6400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:111 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.878 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[110]"] [2024/05/06 10:41:14.892 +08:00] [INFO] [bootstrap.go:723] ["bootstrap successful"] ["take time"=633.784675ms] [2024/05/06 10:41:14.892 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=16ad9994-a05b-4ca5-8894-22587afc9e9d] [ownerKey=/tidb/ddl/fg/owner] [2024/05/06 10:41:14.892 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl] [2024/05/06 10:41:14.892 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=1.43µs] [2024/05/06 10:41:14.892 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=707ns] [2024/05/06 10:41:14.892 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=569ns] [2024/05/06 10:41:14.892 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=486ns] [2024/05/06 10:41:14.892 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl] [2024/05/06 10:41:14.892 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=352ns] [2024/05/06 10:41:14.892 +08:00] [INFO] [delete_range.go:150] ["closing delRange"] [category=ddl] [2024/05/06 10:41:14.892 +08:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl] [2024/05/06 10:41:14.892 +08:00] [INFO] [ddl.go:872] ["DDL closed"] [category=ddl] [ID=16ad9994-a05b-4ca5-8894-22587afc9e9d] ["take time"=411.946µs] [2024/05/06 10:41:14.892 +08:00] [INFO] [ddl.go:698] ["stop DDL"] [category=ddl] [ID=16ad9994-a05b-4ca5-8894-22587afc9e9d] [2024/05/06 10:41:14.893 +08:00] [INFO] [domain.go:886] ["loadSchemaInLoop exited."] [2024/05/06 10:41:14.893 +08:00] [INFO] [domain.go:743] ["topologySyncerKeeper exited."] [2024/05/06 10:41:14.893 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2024/05/06 10:41:14.893 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 10:41:14.893 +08:00] [INFO] [domain.go:1340] ["closestReplicaReadCheckLoop exited."] [2024/05/06 10:41:14.893 +08:00] [INFO] [domain.go:665] ["topNSlowQueryLoop exited."] [2024/05/06 10:41:14.893 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 10:41:14.893 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 10:41:14.893 +08:00] [INFO] [domain.go:719] ["globalConfigSyncerKeeper exited."] [2024/05/06 10:41:14.893 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 10:41:14.893 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 10:41:14.893 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 10:41:14.893 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 10:41:14.893 +08:00] [INFO] [domain.go:693] ["infoSyncerKeeper exited."] [2024/05/06 10:41:14.893 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 10:41:14.893 +08:00] [INFO] [domain.go:1053] ["domain closed"] ["take time"=532.966µs] [2024/05/06 10:41:14.893 +08:00] [INFO] [tidb.go:80] ["new domain"] [store=da888dd8-ddbe-403b-8a3e-80c2458e545a] ["ddl lease"=45s] ["stats lease"=3s] ["index usage sync lease"=0s] [2024/05/06 10:41:14.898 +08:00] [WARN] [controller.go:185] ["[resource group controller] server does not save config, load config failed"] [2024/05/06 10:41:14.898 +08:00] [INFO] [controller.go:172] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"DegradedModeWaitDuration\":0}"] [2024/05/06 10:41:14.906 +08:00] [INFO] [domain.go:302] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=50] ["start time"=8.557633ms] [2024/05/06 10:41:14.906 +08:00] [INFO] [domain.go:617] ["full load and reset schema validator"] [2024/05/06 10:41:14.906 +08:00] [INFO] [ddl.go:743] ["start DDL"] [category=ddl] [ID=bc73500d-9c99-4041-8eab-58a1da4f801b] [runWorker=true] [2024/05/06 10:41:14.907 +08:00] [INFO] [ddl.go:706] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2024/05/06 10:41:14.907 +08:00] [INFO] [delete_range.go:160] ["start delRange emulator"] [category=ddl] [2024/05/06 10:41:14.907 +08:00] [WARN] [env.go:53] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2024/05/06 10:41:14.907 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2024/05/06 10:41:14.907 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=mdlCheckLoop] [2024/05/06 10:41:14.907 +08:00] [INFO] [job_table.go:316] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2024/05/06 10:41:14.907 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2024/05/06 10:41:14.907 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2024/05/06 10:41:14.907 +08:00] [INFO] [job_table.go:331] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2024/05/06 10:41:14.907 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2024/05/06 10:41:14.907 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2024/05/06 10:41:14.907 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2024/05/06 10:41:14.907 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2024/05/06 10:41:14.907 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2024/05/06 10:41:14.907 +08:00] [WARN] [domain.go:1305] ["pd / etcd client not provided, won't begin Advancer."] [2024/05/06 10:41:14.908 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2024/05/06 10:41:14.908 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=handleEvolvePlanTasksLoop] [2024/05/06 10:41:14.908 +08:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2024/05/06 10:41:14.910 +08:00] [INFO] [sysvar.go:2563] ["set resource control"] [enable=true] [2024/05/06 10:41:14.910 +08:00] [INFO] [controller.go:435] ["[resource group controller] create resource group cost controller"] [name=default] [2024/05/06 10:41:14.915 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2024/05/06 10:41:14.916 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2024/05/06 10:41:14.916 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [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 10:41:14.918 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.917 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.918 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:103, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.917 +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 10:41:14.921 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.917 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.923 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=203.773µs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[3]"] [2024/05/06 10:41:14.924 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.924 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=103] [version=51] [2024/05/06 10:41:14.925 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.184541ms] [job="ID:103, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.917 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.927 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.917 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.929 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=103] [2024/05/06 10:41:14.929 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.929 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=110] ["first split key"=748000000000000066] [2024/05/06 10:41:14.929 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 110, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 111, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=111-epoch_not_match:1] [2024/05/06 10:41:14.930 +08:00] [WARN] [session.go:4375] ["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 10:41:14.930 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [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 10:41:14.931 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.93 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0; "] [table=true] [2024/05/06 10:41:14.931 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.93 +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 10:41:14.931 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=112] ["first at"=748000000000000066] ["first new region left"="{Id:112 StartKey:7480000000000000ff6400000000000000f8 EndKey:7480000000000000ff6600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:113 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.931 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[112]"] [2024/05/06 10:41:14.934 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.93 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.935 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=144.48µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[3]"] [2024/05/06 10:41:14.936 +08:00] [INFO] [domain.go:848] ["session manager is nil"] [2024/05/06 10:41:14.936 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=105] [version=52] [2024/05/06 10:41:14.937 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.17612ms] [job="ID:105, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-06 10:41:14.93 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.939 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-06 10:41:14.93 +0800 CST, Err:, ErrCount:0, SnapshotVersion:0"] [2024/05/06 10:41:14.941 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=105] [2024/05/06 10:41:14.941 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [2024/05/06 10:41:14.941 +08:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=112] ["first split key"=748000000000000068] [2024/05/06 10:41:14.941 +08:00] [WARN] [session.go:4375] ["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 10:41:14.941 +08:00] [INFO] [region_request.go:1531] ["send request meet region error without retry"] [req-ts=0] [req-type=SplitRegion] [region="{ region id: 112, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: false, replicaStatus: [peer: 113, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=30000] [total-region-errors=113-epoch_not_match:1] [2024/05/06 10:41:14.942 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2024/05/06 10:41:14.942 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2024/05/06 10:41:14.942 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2024/05/06 10:41:14.942 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=HistoricalStatsWorker] [2024/05/06 10:41:14.942 +08:00] [INFO] [domain.go:2080] ["PlanReplayerTaskDumpHandle started"] [2024/05/06 10:41:14.942 +08:00] [INFO] [domain.go:2058] ["PlanReplayerTaskCollectHandle started"] [2024/05/06 10:41:14.942 +08:00] [INFO] [plan_replayer.go:413] ["planReplayerTaskDumpWorker started."] [2024/05/06 10:41:14.942 +08:00] [INFO] [domain.go:2112] ["dumpFileGcChecker started"] [2024/05/06 10:41:14.942 +08:00] [INFO] [domain.go:2145] ["HistoricalStatsWorker started"] [2024/05/06 10:41:14.942 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadStatsWorker] [2024/05/06 10:41:14.942 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=updateStatsWorker] [2024/05/06 10:41:14.942 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=autoAnalyzeWorker] [2024/05/06 10:41:14.942 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=gcAnalyzeHistory] [2024/05/06 10:41:14.942 +08:00] [INFO] [domain.go:2439] ["updateStatsWorker started."] [2024/05/06 10:41:14.942 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2024/05/06 10:41:14.942 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2024/05/06 10:41:14.943 +08:00] [WARN] [misc.go:464] ["Automatic TLS Certificate creation is disabled"] [] [2024/05/06 10:41:14.943 +08:00] [INFO] [task_manager.go:216] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 10:41:14.943 +08:00] [INFO] [task_manager.go:216] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2024/05/06 10:41:14.943 +08:00] [INFO] [cpu.go:83] ["sql cpu collector started"] [2024/05/06 10:41:14.943 +08:00] [INFO] [http_status.go:101] ["for status and metrics report"] ["listening on addr"=0.0.0.0:10080] [2024/05/06 10:41:14.943 +08:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=114] ["first at"=748000000000000068] ["first new region left"="{Id:114 StartKey:7480000000000000ff6600000000000000f8 EndKey:7480000000000000ff6800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:115 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2024/05/06 10:41:14.943 +08:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[114]"] [2024/05/06 10:41:14.944 +08:00] [INFO] [domain.go:1499] ["dist task scheduler manager started"] [2024/05/06 10:41:14.947 +08:00] [INFO] [domain.go:2348] ["init stats info time"] [lite=true] ["take time"=4.485115ms] [2024/05/06 10:41:14.947 +08:00] [INFO] [server.go:308] ["server is running MySQL protocol"] [addr=0.0.0.0:4000] [2024/05/06 10:41:14.947 +08:00] [INFO] [server.go:322] ["server is running MySQL protocol"] [socket=/tmp/tidb-4000.sock] [2024/05/06 10:41:15.943 +08:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl] [2024/05/06 10:41:15.943 +08:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2024/05/06 10:41:15.944 +08:00] [INFO] [dispatcher_manager.go:293] ["cleanUp loop start"] [2024/05/06 10:41:15.944 +08:00] [INFO] [dispatcher_manager.go:243] ["subtask table gc loop start"] [2024/05/06 10:41:15.944 +08:00] [INFO] [dispatcher_manager.go:156] ["dispatch task loop start"] [2024/05/06 10:41:16.907 +08:00] [INFO] [info.go:1182] [SetTiFlashGroupConfig] + ps aux + grep tidb-server jenkins 86051 6.8 0.1 3341256 504360 ? Sl 10:41 0:02 ./tidb/bin/tidb-server -plugin-dir=./plugin-so -plugin-load=audit-1,whitelist-1 jenkins 86098 0.0 0.0 9108 916 ? S 10:41 0:00 grep tidb-server + 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 02:41:49-- 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% 531M=0s 2024-05-06 02:41:49 (531 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