Started by user Jenkins Admin Obtained pipelines/pingcap/tidb/latest/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/latest/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-ghpr-build-28588-bm5wv-md18s-8n67p Agent pingcap-tidb-ghpr-build-28588-bm5wv-md18s-8n67p is provisioned from template pingcap_tidb_ghpr_build_28588-bm5wv-md18s --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins.apps.svc.cluster.local:8080/jenkins/job/pingcap/job/tidb/job/ghpr_build/28588/" runUrl: "job/pingcap/job/tidb/job/ghpr_build/28588/" labels: jenkins/jenkins-jenkins-agent: "true" jenkins/label-digest: "6d3897b22307f154d9da7d962d0c90714586fc29" jenkins/label: "pingcap_tidb_ghpr_build_28588-bm5wv" name: "pingcap-tidb-ghpr-build-28588-bm5wv-md18s-8n67p" 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:go12320241009" 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-ghpr-build-28588-bm5wv-md18s-8n67p" - name: "JENKINS_NAME" value: "pingcap-tidb-ghpr-build-28588-bm5wv-md18s-8n67p" - 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-ghpr-build-28588-bm5wv-md18s-8n67p in /home/jenkins/agent/workspace/pingcap/tidb/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/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 b2a59508c11c86ba701c4af25fc536a9475b82c6 (origin/main) > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 Commit message: "feat(prow-jobs/pingcap-qe/ci): add periodic job to crawl pull requests and issues (#3449)" > git rev-list --no-walk b2a59508c11c86ba701c4af25fc536a9475b82c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 30 min [Pipeline] { [Pipeline] stage [Pipeline] { (Debug info) [Pipeline] sh + printenv GIT_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 RUN_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28588/display/redirect JENKINS_URL=https://do.pingcap.net/jenkins/ EXECUTOR_NUMBER=0 JOB_SPEC={"type":"presubmit","job":"pingcap/tidb/ghpr_build","buildid":"1908104725102858241","prowjobid":"1f27afa1-beba-471c-bd59-06d671a8cc77","refs":{"org":"pingcap","repo":"tidb","repo_link":"https://github.com/pingcap/tidb","base_ref":"master","base_sha":"d9fb3a53376157be49b5a7941e6e689a33c81eb0","base_link":"https://github.com/pingcap/tidb/commit/d9fb3a53376157be49b5a7941e6e689a33c81eb0","pulls":[{"number":60399,"author":"mjonss","sha":"dde8429f030a5d9dd80c21356dccec04ccedf6af","title":"planner: Fixed point get not giving error on non-existing explict partition","head_ref":"pointget-unknown-partition-59003","link":"https://github.com/pingcap/tidb/pull/60399","commit_link":"https://github.com/pingcap/tidb/pull/60399/commits/dde8429f030a5d9dd80c21356dccec04ccedf6af","author_link":"https://github.com/mjonss"}]}} _=/usr/bin/printenv BUILD_ID=1908104725102858241 POD_LABEL=pingcap_tidb_ghpr_build_28588-bm5wv HOSTNAME=pingcap-tidb-ghpr-build-28588-bm5wv-md18s-8n67p OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28588/display/redirect?page=changes JENKINS_NODE_COOKIE=40e39221-81c5-436e-a726-b3b048261728 GOPROXY=http://goproxy.apps.svc,https://proxy.golang.org,direct JAVA_HOME=/usr/lib/jvm/jre-openjdk JOB_BASE_NAME=ghpr_build WORKSPACE_TMP=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build@tmp KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true GIT_URL=https://github.com/PingCAP-QE/ci.git CLASSPATH= KUBERNETES_PORT_443_TCP_ADDR=10.233.0.1 FILE_SERVER_URL=http://fileserver.pingcap.net POD_CONTAINER=golang GOPATH=/go BUILD_NUMBER=28588 KUBERNETES_PORT=tcp://10.233.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build PWD=/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build HUDSON_URL=https://do.pingcap.net/jenkins/ HOME=/home/jenkins GOROOT=/usr/local/go NODE_NAME=pingcap-tidb-ghpr-build-28588-bm5wv-md18s-8n67p HUDSON_SERVER_COOKIE=83ef27fe9acccc92 JENKINS_HOME=/var/jenkins_home JOB_NAME=pingcap/tidb/ghpr_build RUN_TESTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28588/display/redirect?page=tests KUBERNETES_SERVICE_PORT_HTTPS=443 KUBERNETES_PORT_443_TCP_PORT=443 GIT_PREVIOUS_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 HUDSON_HOME=/var/jenkins_home JOB_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/display/redirect PROW_JOB_ID=1f27afa1-beba-471c-bd59-06d671a8cc77 KUBERNETES_PORT_443_TCP=tcp://10.233.0.1:443 RUN_ARTIFACTS_DISPLAY_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28588/display/redirect?page=artifacts BUILD_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/28588/ TERM=xterm STAGE_NAME=Debug info JOB_URL=https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_build/ BUILD_DISPLAY_NAME=#28588 SHLVL=3 GIT_BRANCH=origin/main BUILD_TAG=jenkins-pingcap-tidb-ghpr_build-28588 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=pingcap-tidb-ghpr-build-28588-bm5wv-md18s-8n67p pingcap_tidb_ghpr_build_28588-bm5wv PATH=/go/bin:/usr/local/go/bin:/root/.cargo/bin:/usr/local/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/gradle-7.4.2/bin GIT_PREVIOUS_SUCCESSFUL_COMMIT=b2a59508c11c86ba701c4af25fc536a9475b82c6 KUBERNETES_SERVICE_HOST=10.233.0.1 JENKINS_SERVER_COOKIE=durable-5ed2184ac1dada1b446f151cad51335854fa74627c8b9c06037d3871b9040057 + 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.23.2' GODEBUG='' GOTELEMETRY='local' GOTELEMETRYDIR='/home/jenkins/.config/go/telemetry' 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 -ffile-prefix-map=/tmp/go-build244431286=/tmp/go-build -gno-record-gcc-switches' + echo ------------------------- ------------------------- + ls -l /dev/null crw-rw-rw-. 1 root root 1, 3 Apr 4 10:30 /dev/null + echo 'debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-28588-bm5wv-md18s-8n67p bash' debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-ghpr-build-28588-bm5wv-md18s-8n67p 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: 62372 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: 879b830692ac9ea1 (echoed) ;; QUESTION SECTION: ;github.com. IN A ;; ANSWER SECTION: github.com. 24 IN A 20.27.177.113 github.com. 24 IN A 20.205.243.166 ;; Query time: 0 msec ;; SERVER: 169.254.25.10#53(169.254.25.10) (UDP) ;; WHEN: Fri Apr 04 10:30:25 UTC 2025 ;; MSG SIZE rcvd: 103 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap/tidb/rev-d9fb3a5) 1213224960 bytes in 5.15 secs (235652984 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-133e47a51 # github.com:22 SSH-2.0-133e47a51 [Pipeline] } [Pipeline] // withCredentials [Pipeline] retry [Pipeline] { [Pipeline] sh git version 2.43.5 Reinitialized existing Git repository in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb/.git/ .git HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) POST git-upload-pack (656 bytes) POST git-upload-pack (973 bytes) POST git-upload-pack (gzip 2073 to 1096 bytes) POST git-upload-pack (gzip 4123 to 2122 bytes) POST git-upload-pack (gzip 8073 to 4095 bytes) POST git-upload-pack (gzip 15932 to 8067 bytes) From https://github.com/pingcap/tidb = [up to date] master -> origin/master * [new ref] refs/pull/60399/head -> origin/pr/60399/head Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) 🚧 Checkouting to base SHA:d9fb3a53376157be49b5a7941e6e689a33c81eb0... HEAD is now at d9fb3a5337 ddl: Implement TableMode feature (#59009) ✅ Checked. 🎉 🧾 HEAD info: d9fb3a53376157be49b5a7941e6e689a33c81eb0 d9fb3a5337 ddl: Implement TableMode feature (#59009) 195c367f3a parser: support to check any column flag (#60287) f4b85e3540 statistics: remove invalid histogram items in loadNeededColumnHistograms and loadNeededIndexHistograms (#60318) 🚧 Pre-merge heads of pull requests to base SHA: d9fb3a53376157be49b5a7941e6e689a33c81eb0 ... Merge made by the 'ort' strategy. Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. pkg/planner/core/point_get_plan.go | 5 +++++ .../r/planner/core/partition_pruner.result | 23 +++++++++++++++++++++ .../t/planner/core/partition_pruner.test | 24 ++++++++++++++++++++++ 3 files changed, 52 insertions(+) 🧾 Pre-merged result: 997b0d5608a0427d26dbe9c406c0944d7db3bf45 997b0d5608 Merge commit 'dde8429f030a5d9dd80c21356dccec04ccedf6af' into HEAD dde8429f03 Moved test from unit test to integration test 6364d88cfe Fixed point get not giving error on non-existing explict partition ✅ Pre merged 🎉 📁 update submodules ... ✅ update submodules done ✅ ~~~~~All done.~~~~~~ [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } Cache saved successfully (git/pingcap/tidb/rev-d9fb3a5-dde8429) 1213358080 bytes in 25.39 secs (47784400 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/ghpr_build/tidb [Pipeline] { [Pipeline] sh + make bazel_build go: downloading go1.23.8 (linux/amd64) 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: e38e5859-fc13-483f-821d-7f77e70c3d7a INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/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/ghpr_build/tidb/.bazelrc: 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'build' from /data/..2025_04_04_10_30_16.838353844/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/ghpr_build/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: Loading: 1 packages loaded Loading: 706 packages loaded currently loading: ... (10 packages) Analyzing: 1265 targets (717 packages loaded) Analyzing: 1265 targets (717 packages loaded, 0 targets configured) Analyzing: 1265 targets (748 packages loaded, 24 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (760 packages loaded, 398 targets configured) Analyzing: 1265 targets (761 packages loaded, 399 targets configured) Analyzing: 1265 targets (786 packages loaded, 12025 targets configured) Analyzing: 1265 targets (786 packages loaded, 12046 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (791 packages loaded, 12138 targets configured) Analyzing: 1265 targets (808 packages loaded, 12154 targets configured) Analyzing: 1265 targets (1223 packages loaded, 12446 targets configured) Analyzing: 1265 targets (1263 packages loaded, 14385 targets configured) Analyzing: 1265 targets (1287 packages loaded, 14730 targets configured) Analyzing: 1265 targets (1292 packages loaded, 16374 targets configured) Analyzing: 1265 targets (1297 packages loaded, 16374 targets configured) Analyzing: 1265 targets (1369 packages loaded, 16652 targets configured) Analyzing: 1265 targets (1591 packages loaded, 18063 targets configured) Analyzing: 1265 targets (1636 packages loaded, 20036 targets configured) Analyzing: 1265 targets (1734 packages loaded, 21621 targets configured) Analyzing: 1265 targets (1823 packages loaded, 22771 targets configured) Analyzing: 1265 targets (1901 packages loaded, 24015 targets configured) Analyzing: 1265 targets (2096 packages loaded, 26853 targets configured) Analyzing: 1265 targets (2165 packages loaded, 29541 targets configured) Analyzing: 1265 targets (2246 packages loaded, 30160 targets configured) Analyzing: 1265 targets (2296 packages loaded, 30680 targets configured) Analyzing: 1265 targets (2304 packages loaded, 30844 targets configured) Analyzing: 1265 targets (2355 packages loaded, 31213 targets configured) Analyzing: 1265 targets (2357 packages loaded, 31717 targets configured) INFO: Analyzed 1265 targets (2357 packages loaded, 31765 targets configured).  checking cached actions INFO: Found 1265 targets... [0 / 3,098] [Prepa] BazelWorkspaceStatusAction stable-status.txt [553 / 18,923] GoToolchainBinaryBuild external/go_sdk/builder [for tool]; Downloading external/go_sdk/builder, 5.1 MiB / 5.9 MiB; 0s remote-cache ... (11 actions, 5 running) [764 / 23,325] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64_race/net.a, 2.0 MiB / 4.7 MiB; 1s remote-cache ... (16 actions, 0 running) [776 / 23,425] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 11.4 MiB / 18.9 MiB; 2s remote-cache ... (16 actions, 0 running) [787 / 23,535] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 8.0 MiB / 11.8 MiB; 3s remote-cache ... (16 actions, 0 running) [807 / 23,655] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 9.6 MiB / 11.8 MiB; 3s remote-cache ... (16 actions, 0 running) [1,326 / 25,732] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 2.0 MiB / 4.1 MiB; 0s remote-cache ... (16 actions, 0 running) [1,331 / 25,732] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 5.0 MiB / 18.9 MiB; 1s remote-cache ... (15 actions, 0 running) [1,673 / 25,732] GoCompilePkg external/com_github_golangci_misspell/misspell.a [for tool]; 0s remote-cache ... (16 actions, 0 running) [2,118 / 25,732] GoLink pkg/util/collate/ucadata/generator/generator_/generator; Downloading pkg/util/collate/ucadata/generator/generator_/generator, 5.0 MiB / 5.8 MiB; 0s remote-cache ... (16 actions, 0 running) [2,649 / 25,732] GoCompilePkg external/com_github_json_iterator_go/go.a; 0s remote-cache ... (16 actions, 0 running) [3,150 / 25,732] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 12.4 MiB / 77.2 MiB; 0s remote-cache ... (16 actions, 0 running) [3,427 / 25,732] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 1s remote-cache ... (16 actions, 0 running) [3,753 / 25,732] GoLink pkg/util/prefetch/prefetch_test_/prefetch_test; Downloading pkg/util/prefetch/prefetch_test_/prefetch_test, 3.0 MiB / 4.3 MiB; 0s remote-cache ... (16 actions, 0 running) [4,022 / 25,732] GoCompilePkg external/com_github_azure_azure_sdk_for_go_sdk_storage_azblob/internal/base/base.a; 0s remote-cache ... (16 actions, 0 running) [4,311 / 25,732] GoCompilePkg external/io_k8s_api/core/v1/core.a; 0s remote-cache ... (15 actions, 0 running) [4,820 / 25,732] GoCompilePkg external/io_etcd_go_etcd_api_v3/etcdserverpb/gw/gw.a; 0s remote-cache ... (16 actions, 0 running) [5,190 / 25,732] GoLink br/pkg/summary/summary_test_/summary_test; 0s remote-cache ... (15 actions, 0 running) [5,569 / 25,732] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 9.0 MiB / 71.4 MiB; 0s remote-cache ... (15 actions, 0 running) [5,828 / 25,732] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; 1s remote-cache ... (16 actions, 0 running) [6,241 / 25,732] GoLink pkg/tablecodec/rowindexcodec/rowindexcodec_test_/rowindexcodec_test; Downloading pkg/tablecodec/rowindexcodec/rowindexcodec_test_/rowindexcodec_test, 5.0 MiB / 5.1 MiB; 0s remote-cache ... (16 actions, 0 running) [6,589 / 25,732] GoLink pkg/parser/parser_test_/parser_test; Downloading pkg/parser/parser_test_/parser_test, 18.0 MiB / 18.3 MiB; 0s remote-cache ... (16 actions, 0 running) [7,192 / 25,732] GoCompilePkg external/com_github_cockroachdb_pebble/pebble.a; 0s remote-cache ... (16 actions, 0 running) [7,911 / 25,732] GoLink pkg/util/chunk/chunk_test_/chunk_test; Downloading pkg/util/chunk/chunk_test_/chunk_test, 18.0 MiB / 44.3 MiB; 0s remote-cache ... (16 actions, 0 running) [8,314 / 25,732] GoLink pkg/util/cdcutil/cdcutil_test_/cdcutil_test; Downloading pkg/util/cdcutil/cdcutil_test_/cdcutil_test, 12.7 MiB / 22.9 MiB; 0s remote-cache ... (14 actions, 0 running) [8,890 / 25,732] GoLink br/tests/br_z_gc_safepoint/br_z_gc_safepoint_/br_z_gc_safepoint; Downloading br/tests/br_z_gc_safepoint/br_z_gc_safepoint_/br_z_gc_safepoint, 14.1 MiB / 17.9 MiB; 0s remote-cache ... (16 actions, 0 running) [9,305 / 25,732] GoLink pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test; Downloading pkg/util/memoryusagealarm/memoryusagealarm_test_/memoryusagealarm_test, 30.0 MiB / 46.1 MiB; 0s remote-cache ... (16 actions, 0 running) [9,654 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; Downloading pkg/ddl/placement/expression.recompile538.a, 54.1 MiB / 108.6 MiB; 0s remote-cache ... (16 actions, 0 running) [9,895 / 25,732] GoCompilePkg pkg/ddl/placement/expression.recompile538.a; 1s remote-cache ... (16 actions, 0 running) [10,141 / 25,732] GoLink pkg/resourcemanager/pool/spool/spool_test_/spool_test; Downloading pkg/resourcemanager/pool/spool/spool_test_/spool_test, 21.9 MiB / 45.1 MiB; 0s remote-cache ... (16 actions, 0 running) [10,510 / 25,732] GoLink br/pkg/utils/iter/iter_test_/iter_test; Downloading br/pkg/utils/iter/iter_test_/iter_test, 14.0 MiB / 45.1 MiB; 0s remote-cache ... (16 actions, 0 running) [10,960 / 25,732] GoLink pkg/ddl/placement/placement_test_/placement_test; Downloading pkg/ddl/placement/placement_test_/placement_test, 34.3 MiB / 88.1 MiB; 0s remote-cache ... (16 actions, 0 running) [11,381 / 25,732] GoLink tools/tazel/tazel_/tazel; 0s remote-cache ... (16 actions, 0 running) [11,637 / 25,732] GoCompilePkg pkg/expression/expression.a; Downloading pkg/expression/expression.a, 55.9 MiB / 108.6 MiB; 0s remote-cache ... (15 actions, 0 running) [11,996 / 25,732] GoCompilePkg pkg/metrics/expression.recompile552.a; Downloading pkg/metrics/expression.recompile552.a, 71.0 MiB / 94.8 MiB; 0s remote-cache ... (16 actions, 0 running) [12,520 / 25,732] GoLink pkg/sessionctx/sessionctx_test_/sessionctx_test; 0s remote-cache ... (15 actions, 0 running) [12,832 / 25,732] GoLink pkg/timer/tablestore/tablestore_test_/tablestore_test; Downloading pkg/timer/tablestore/tablestore_test_/tablestore_test, 23.0 MiB / 60.7 MiB; 0s remote-cache ... (15 actions, 0 running) [12,990 / 25,732] GoLink pkg/errctx/errctx_test_/errctx_test; 0s remote-cache ... (15 actions, 0 running) [13,158 / 25,732] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; Downloading pkg/expression/expression_test.internal.recompileinternal.a, 91.0 MiB / 159.6 MiB; 1s remote-cache ... (16 actions, 0 running) [13,282 / 25,732] GoCompilePkg pkg/expression/expression_test.internal.recompileinternal.a; 2s remote-cache ... (16 actions, 0 running) [13,372 / 25,732] GoLink pkg/util/plancodec/plancodec_test_/plancodec_test; 1s remote-cache ... (14 actions, 0 running) [13,534 / 25,732] GoLink pkg/store/copr/copr_test_/copr_test; Downloading pkg/store/copr/copr_test_/copr_test, 54.0 MiB / 79.9 MiB; 1s remote-cache ... (16 actions, 0 running) [13,770 / 25,732] GoLink pkg/executor/mppcoordmanager/mppcoordmanager_test_/mppcoordmanager_test; 1s remote-cache ... (15 actions, 0 running) [13,994 / 25,732] GoLink pkg/distsql/distsql_test_/distsql_test; 0s remote-cache ... (16 actions, 0 running) [14,189 / 25,732] GoCompilePkg pkg/util/expression.recompile541.a; Downloading pkg/util/expression.recompile541.a, 29.2 MiB / 94.8 MiB; 0s remote-cache ... (14 actions, 0 running) [14,316 / 25,732] GoCompilePkg pkg/util/expression.recompile541.a; Downloading pkg/util/expression.recompile541.a, 74.0 MiB / 94.8 MiB; 1s remote-cache ... (16 actions, 0 running) [14,411 / 25,732] GoCompilePkg pkg/structure/expression.recompile1184.a; Downloading pkg/structure/expression.recompile1184.a, 78.3 MiB / 94.8 MiB; 1s remote-cache ... (16 actions, 0 running) [14,524 / 25,732] GoLink pkg/lightning/checkpoints/checkpoints_test_/checkpoints_test; 2s remote-cache ... (16 actions, 0 running) [14,612 / 25,732] GoLink pkg/statistics/handle/handle_test_/handle_test; 2s remote-cache ... (16 actions, 0 running) [14,653 / 25,732] GoLink pkg/resourcemanager/resourcemanager_test_/resourcemanager_test; Downloading pkg/resourcemanager/resourcemanager_test_/resourcemanager_test, 29.9 MiB / 32.5 MiB; 1s remote-cache ... (16 actions, 0 running) [14,713 / 25,732] GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1185.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1185.a, 57.0 MiB / 94.8 MiB; 2s remote-cache ... (16 actions, 0 running) [14,794 / 25,732] GoCompilePkg pkg/sessionctx/stmtctx/expression.recompile1185.a; Downloading pkg/sessionctx/stmtctx/expression.recompile1185.a, 94.0 MiB / 94.8 MiB; 3s remote-cache ... (16 actions, 0 running) [14,883 / 25,732] GoLink pkg/lightning/backend/local/local_test_/local_test; Downloading pkg/lightning/backend/local/local_test_/local_test, 108.1 MiB / 120.8 MiB; 2s remote-cache ... (16 actions, 0 running) [15,002 / 25,732] GoCompilePkg pkg/lightning/backend/kv/core.recompile1215.a; 1s remote-cache ... (16 actions, 0 running) [15,186 / 25,732] GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 0s remote-cache, linux-sandbox ... (17 actions, 2 running) [15,293 / 25,732] GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 1s remote-cache, linux-sandbox ... (17 actions, 4 running) [15,364 / 25,732] GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 2s remote-cache, linux-sandbox ... (19 actions, 6 running) [15,450 / 25,732] GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 3s remote-cache, linux-sandbox ... (19 actions, 6 running) [15,536 / 25,732] GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 4s remote-cache, linux-sandbox ... (18 actions, 6 running) [15,651 / 25,732] GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 5s remote-cache, linux-sandbox ... (18 actions, 6 running) [15,751 / 25,732] GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 6s remote-cache, linux-sandbox ... (20 actions, 8 running) [15,873 / 25,732] GoLink pkg/lightning/backend/kv/kv_test_/kv_test; 7s remote-cache, linux-sandbox ... (20 actions, 8 running) [15,979 / 25,732] GoCompilePkg pkg/expression/planner.recompile1367.a; 2s remote-cache, linux-sandbox ... (18 actions, 4 running) [16,085 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 3s remote-cache, linux-sandbox ... (17 actions, 4 running) [16,173 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 4s remote-cache, linux-sandbox ... (18 actions, 4 running) [16,238 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 5s remote-cache, linux-sandbox ... (18 actions, 4 running) [16,348 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 6s remote-cache, linux-sandbox ... (18 actions, 4 running) [16,423 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 7s remote-cache, linux-sandbox ... (18 actions, 4 running) [16,529 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 8s remote-cache, linux-sandbox ... (18 actions, 4 running) [16,616 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 9s remote-cache, linux-sandbox ... (18 actions, 4 running) [16,750 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 10s remote-cache, linux-sandbox ... (19 actions, 6 running) [16,862 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 11s remote-cache, linux-sandbox ... (19 actions, 6 running) [16,981 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 12s remote-cache, linux-sandbox ... (21 actions, 10 running) [17,090 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 13s remote-cache, linux-sandbox ... (21 actions, 10 running) [17,175 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 14s remote-cache, linux-sandbox ... (21 actions, 10 running) [17,279 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 15s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,362 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 16s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,402 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 17s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,484 / 25,732] GoCompilePkg pkg/disttask/framework/storage/core.recompile1362.a; 18s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,576 / 25,732] GoCompilePkg pkg/expression/executor.recompile1370.a; 16s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,687 / 25,732] GoCompilePkg pkg/expression/executor.recompile1370.a; 17s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,746 / 25,732] GoCompilePkg pkg/expression/executor.recompile1370.a; 18s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,800 / 25,732] GoCompilePkg pkg/planner/core/core.a; 10s remote-cache, linux-sandbox ... (21 actions, 10 running) [17,854 / 25,732] GoCompilePkg pkg/planner/core/core.a; 11s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,891 / 25,732] GoCompilePkg pkg/planner/core/core.a; 12s remote-cache, linux-sandbox ... (21 actions, 10 running) [17,924 / 25,732] GoCompilePkg pkg/planner/core/core.a; 13s remote-cache, linux-sandbox ... (22 actions, 12 running) [17,973 / 25,732] GoCompilePkg pkg/planner/core/core.a; 14s remote-cache, linux-sandbox ... (20 actions, 10 running) [18,063 / 25,732] GoCompilePkg pkg/planner/core/core.a; 15s remote-cache, linux-sandbox ... (20 actions, 10 running) [18,129 / 25,732] GoCompilePkg pkg/planner/core/core.a; 16s remote-cache, linux-sandbox ... (21 actions, 10 running) [18,197 / 25,732] GoCompilePkg pkg/planner/core/core.a; 17s remote-cache, linux-sandbox ... (21 actions, 10 running) [18,249 / 25,732] GoCompilePkg pkg/planner/core/core.a; 18s remote-cache, linux-sandbox ... (22 actions, 12 running) [18,262 / 25,732] GoCompilePkg pkg/planner/core/core.a; 19s remote-cache, linux-sandbox ... (22 actions, 12 running) [18,290 / 25,732] GoCompilePkg pkg/planner/core/core.a; 20s remote-cache, linux-sandbox ... (21 actions, 12 running) [18,357 / 25,732] GoCompilePkg pkg/planner/core/core.a; 21s remote-cache, linux-sandbox ... (22 actions, 12 running) [18,437 / 25,732] GoCompilePkg pkg/planner/core/core.a; 22s remote-cache, linux-sandbox ... (24 actions, 16 running) [18,474 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 5s remote-cache, linux-sandbox ... (22 actions, 12 running) [18,519 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 6s remote-cache, linux-sandbox ... (23 actions, 14 running) [18,540 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 7s remote-cache, linux-sandbox ... (24 actions, 17 running) [18,605 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 8s remote-cache, linux-sandbox ... (24 actions, 18 running) [18,684 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 9s remote-cache, linux-sandbox ... (25 actions, 18 running) [18,747 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 10s remote-cache, linux-sandbox ... (26 actions, 20 running) [18,770 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 11s remote-cache, linux-sandbox ... (26 actions, 20 running) [18,836 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 12s remote-cache, linux-sandbox ... (25 actions, 19 running) [18,930 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 13s remote-cache, linux-sandbox ... (27 actions, 22 running) [18,966 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 14s remote-cache, linux-sandbox ... (27 actions, 22 running) [19,008 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 15s remote-cache, linux-sandbox ... (29 actions, 26 running) [19,048 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 17s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,059 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 18s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,070 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [19,075 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [19,082 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [19,089 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 22s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,096 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 23s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,107 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 24s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,125 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 25s remote-cache, linux-sandbox ... (29 actions, 26 running) [19,138 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 27s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,156 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 28s remote-cache, linux-sandbox ... (29 actions, 26 running) [19,166 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 29s remote-cache, linux-sandbox ... (28 actions, 24 running) [19,190 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 30s remote-cache, linux-sandbox ... (27 actions, 24 running) [19,208 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 31s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,242 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [19,258 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [19,270 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 34s remote-cache, linux-sandbox ... (29 actions, 26 running) [19,286 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 35s remote-cache, linux-sandbox ... (29 actions, 26 running) [19,298 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 36s remote-cache, linux-sandbox ... (29 actions, 26 running) [19,310 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 37s remote-cache, linux-sandbox ... (29 actions, 26 running) [19,324 / 25,732] GoCompilePkg pkg/bindinfo/core.recompile1384.a; 39s remote-cache, linux-sandbox ... (25 actions, 20 running) [19,338 / 25,732] GoCompilePkg pkg/disttask/framework/storage/executor.recompile1371.a; 37s remote-cache, linux-sandbox ... (28 actions, 25 running) [19,355 / 25,732] GoLink pkg/expression/expression_test_/expression_test; 32s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,367 / 25,732] GoLink pkg/expression/expression_test_/expression_test; 34s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,383 / 25,732] GoLink pkg/expression/expression_test_/expression_test; 35s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,389 / 25,732] GoLink pkg/expression/expression_test_/expression_test; 36s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,396 / 25,732] GoLink pkg/expression/expression_test_/expression_test; 37s remote-cache, linux-sandbox ... (27 actions, 23 running) [19,410 / 25,732] GoLink pkg/expression/expression_test_/expression_test; 38s remote-cache, linux-sandbox ... (29 actions running) [19,430 / 25,732] GoLink pkg/expression/expression_test_/expression_test; 39s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,437 / 25,732] GoLink pkg/expression/expression_test_/expression_test; 40s remote-cache, linux-sandbox ... (30 actions, 28 running) [19,480 / 25,732] GoLink pkg/structure/structure_test_/structure_test; 34s remote-cache, linux-sandbox ... (29 actions, 26 running) [19,512 / 25,732] GoLink pkg/structure/structure_test_/structure_test; 35s remote-cache, linux-sandbox ... (29 actions, 26 running) [19,531 / 25,732] GoLink pkg/structure/structure_test_/structure_test; 36s remote-cache, linux-sandbox ... (28 actions, 24 running) [19,548 / 25,732] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 30s remote-cache, linux-sandbox ... (27 actions, 22 running) [19,572 / 25,732] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 31s remote-cache, linux-sandbox ... (28 actions, 24 running) [19,604 / 25,732] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 32s remote-cache, linux-sandbox ... (27 actions, 22 running) [19,648 / 25,732] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 33s remote-cache, linux-sandbox ... (27 actions, 22 running) [19,684 / 25,732] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 34s remote-cache, linux-sandbox ... (27 actions, 22 running) [19,724 / 25,732] GoLink pkg/sessionctx/variable/variable_test_/variable_test; 35s remote-cache, linux-sandbox ... (28 actions, 24 running) [19,769 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 11s remote-cache, linux-sandbox ... (26 actions, 20 running) [19,783 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 12s remote-cache, linux-sandbox ... (27 actions, 22 running) [19,797 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 13s remote-cache, linux-sandbox ... (26 actions, 20 running) [19,820 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 15s remote-cache, linux-sandbox ... (25 actions, 18 running) [19,849 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 16s remote-cache, linux-sandbox ... (25 actions, 18 running) [19,888 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 17s remote-cache, linux-sandbox ... (29 actions, 26 running) [19,918 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 18s remote-cache, linux-sandbox ... (27 actions, 24 running) [19,950 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 19s remote-cache, linux-sandbox ... (25 actions, 19 running) [19,994 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 20s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,039 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 21s remote-cache, linux-sandbox ... (25 actions, 18 running) [20,095 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 22s remote-cache, linux-sandbox ... (26 actions, 21 running) [20,120 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 23s remote-cache, linux-sandbox ... (29 actions, 26 running) [20,130 / 25,732] GoLink pkg/meta/meta_test_/meta_test; 24s remote-cache, linux-sandbox ... (28 actions, 24 running) [20,161 / 25,732] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 24s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,176 / 25,732] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 26s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,201 / 25,732] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 27s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,236 / 25,732] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 28s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,269 / 25,732] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 29s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,297 / 25,732] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 30s remote-cache, linux-sandbox ... (26 actions, 20 running) [20,313 / 25,732] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 31s remote-cache, linux-sandbox ... (28 actions, 24 running) [20,336 / 25,732] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 32s remote-cache, linux-sandbox ... (28 actions, 24 running) [20,358 / 25,732] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 33s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,384 / 25,732] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 34s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,391 / 25,732] GoCompilePkg pkg/ttl/ttlworker/executor.recompile1369.a; 35s remote-cache, linux-sandbox ... (26 actions, 20 running) [20,422 / 25,732] GoCompilePkg pkg/executor/executor.a; 23s remote-cache, linux-sandbox ... (26 actions, 20 running) [20,447 / 25,732] GoCompilePkg pkg/executor/executor.a; 24s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,483 / 25,732] GoCompilePkg pkg/executor/executor.a; 26s remote-cache, linux-sandbox ... (28 actions, 24 running) [20,489 / 25,732] GoCompilePkg pkg/executor/executor.a; 27s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,493 / 25,732] GoCompilePkg pkg/executor/executor.a; 28s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,501 / 25,732] GoCompilePkg pkg/executor/executor.a; 29s remote-cache, linux-sandbox ... (28 actions, 24 running) [20,517 / 25,732] GoCompilePkg pkg/executor/executor.a; 30s remote-cache, linux-sandbox ... (26 actions, 22 running) [20,546 / 25,732] GoCompilePkg pkg/executor/executor.a; 31s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,565 / 25,732] GoCompilePkg pkg/executor/executor.a; 32s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,577 / 25,732] GoCompilePkg pkg/executor/executor.a; 33s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,601 / 25,732] GoCompilePkg pkg/executor/executor.a; 34s remote-cache, linux-sandbox ... (28 actions, 24 running) [20,617 / 25,732] GoCompilePkg pkg/executor/executor.a; 35s remote-cache, linux-sandbox ... (28 actions, 24 running) [20,624 / 25,732] GoCompilePkg pkg/executor/executor.a; 36s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,635 / 25,732] GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 34s remote-cache, linux-sandbox ... (27 actions, 22 running) [20,643 / 25,732] GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 35s remote-cache, linux-sandbox ... (28 actions, 24 running) [20,655 / 25,732] GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 37s remote-cache, linux-sandbox ... (29 actions, 26 running) [20,658 / 25,732] GoCompilePkg pkg/executor/importer/executor.recompile1523.a; 38s remote-cache, linux-sandbox ... (30 actions, 28 running) [20,687 / 25,732] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 34s remote-cache, linux-sandbox ... (30 actions, 28 running) [20,708 / 25,732] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 35s remote-cache, linux-sandbox ... (28 actions, 25 running) [20,729 / 25,732] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 37s remote-cache, linux-sandbox ... (30 actions, 28 running) [20,731 / 25,732] GoLink pkg/disttask/framework/storage/storage_test_/storage_test; 38s remote-cache, linux-sandbox ... (30 actions, 29 running) [20,739 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 14s remote-cache, linux-sandbox ... (30 actions, 28 running) [20,749 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [20,757 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 16s remote-cache, linux-sandbox ... (30 actions, 28 running) [20,764 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [20,771 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 19s remote-cache, linux-sandbox ... (32 actions running) [20,774 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 20s remote-cache, linux-sandbox ... (32 actions running) [20,840 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 21s remote-cache, linux-sandbox ... (30 actions, 28 running) [20,873 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [20,910 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 23s remote-cache, linux-sandbox ... (30 actions, 28 running) [20,934 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 24s remote-cache, linux-sandbox ... (29 actions, 26 running) [20,945 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 25s remote-cache, linux-sandbox ... (30 actions, 28 running) [20,951 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 26s remote-cache, linux-sandbox ... (29 actions, 26 running) [20,969 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 27s remote-cache, linux-sandbox ... (30 actions, 28 running) [20,985 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 28s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,006 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 29s remote-cache, linux-sandbox ... (28 actions, 24 running) [21,022 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 30s remote-cache, linux-sandbox ... (28 actions, 24 running) [21,035 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 31s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,049 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 32s remote-cache, linux-sandbox ... (28 actions, 24 running) [21,060 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 33s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,078 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 34s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,086 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 35s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,093 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 37s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,103 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 38s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,108 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 39s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,119 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 40s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,125 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 41s remote-cache, linux-sandbox ... (30 actions, 29 running) [21,130 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 42s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,139 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 44s remote-cache, linux-sandbox ... (31 actions running) [21,143 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 45s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,150 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 46s remote-cache, linux-sandbox ... (32 actions running) [21,156 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 47s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,173 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 49s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,178 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 50s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,179 / 25,732] GoCompilePkg pkg/bindinfo/executor.recompile1395.a; 51s remote-cache, linux-sandbox ... (32 actions running) [21,182 / 25,732] GoLink pkg/extension/extension_test_/extension_test; 35s remote-cache, linux-sandbox ... (32 actions running) [21,184 / 25,732] GoLink pkg/extension/extension_test_/extension_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,185 / 25,732] GoLink pkg/extension/extension_test_/extension_test; 37s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,189 / 25,732] GoLink pkg/extension/extension_test_/extension_test; 39s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,190 / 25,732] GoLink pkg/extension/extension_test_/extension_test; 40s remote-cache, linux-sandbox ... (32 actions running) [21,192 / 25,732] GoLink pkg/extension/extension_test_/extension_test; 42s remote-cache, linux-sandbox ... (32 actions running) [21,198 / 25,732] GoLink pkg/extension/extension_test_/extension_test; 43s remote-cache, linux-sandbox ... (31 actions running) [21,209 / 25,732] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,210 / 25,732] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 37s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,211 / 25,732] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 38s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,212 / 25,732] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 39s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,214 / 25,732] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 40s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,217 / 25,732] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 42s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,219 / 25,732] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 43s remote-cache, linux-sandbox ... (29 actions, 28 running) [21,222 / 25,732] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 44s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,223 / 25,732] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 45s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,230 / 25,732] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 46s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,234 / 25,732] GoLink pkg/ttl/ttlworker/ttlworker_test_/ttlworker_test; 47s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,267 / 25,732] GoLink pkg/statistics/statistics_test_/statistics_test; 42s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,274 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 28s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,291 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 29s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,294 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 31s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,304 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 32s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,384 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 33s remote-cache, linux-sandbox ... (32 actions running) [21,395 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 34s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,401 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 35s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,407 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 37s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,407 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 38s remote-cache, linux-sandbox ... (32 actions running) [21,408 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 39s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,419 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 40s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,425 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 42s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,427 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 43s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,429 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 44s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,431 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 45s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,435 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 46s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,449 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 48s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,455 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 49s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,463 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 50s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,473 / 25,732] GoCompilePkg br/pkg/backup/executor.recompile1397.a; 51s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,487 / 25,732] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 22s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,498 / 25,732] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 23s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,506 / 25,732] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 24s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,515 / 25,732] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,530 / 25,732] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 26s remote-cache, linux-sandbox ... (28 actions, 24 running) [21,537 / 25,732] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 27s remote-cache, linux-sandbox ... (28 actions, 24 running) [21,544 / 25,732] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 29s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,565 / 25,732] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 30s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,573 / 25,732] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 31s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,582 / 25,732] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,588 / 25,732] GoLink pkg/infoschema/infoschema_test_/infoschema_test; 34s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,591 / 25,732] GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,596 / 25,732] GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 33s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,608 / 25,732] GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 34s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,636 / 25,732] GoLink pkg/store/gcworker/gcworker_test_/gcworker_test; 35s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,638 / 25,732] GoLink pkg/timer/timer_test_/timer_test; 35s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,645 / 25,732] GoLink pkg/timer/timer_test_/timer_test; 36s remote-cache, linux-sandbox ... (29 actions, 27 running) [21,653 / 25,732] GoLink pkg/executor/importer/importer_test_/importer_test; 20s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,662 / 25,732] GoLink pkg/executor/importer/importer_test_/importer_test; 21s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,671 / 25,732] GoLink pkg/executor/importer/importer_test_/importer_test; 22s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,679 / 25,732] GoLink pkg/executor/importer/importer_test_/importer_test; 23s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,691 / 25,732] GoLink pkg/executor/importer/importer_test_/importer_test; 24s remote-cache, linux-sandbox ... (28 actions, 24 running) [21,704 / 25,732] GoLink pkg/executor/importer/importer_test_/importer_test; 25s remote-cache, linux-sandbox ... (28 actions, 24 running) [21,734 / 25,732] GoLink pkg/executor/importer/importer_test_/importer_test; 26s remote-cache, linux-sandbox ... (29 actions, 26 running) [21,754 / 25,732] GoLink pkg/executor/importer/importer_test_/importer_test; 27s remote-cache, linux-sandbox ... (27 actions, 22 running) [21,772 / 25,732] GoLink pkg/executor/importer/importer_test_/importer_test; 29s remote-cache, linux-sandbox ... (28 actions, 24 running) [21,783 / 25,732] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 24s remote-cache, linux-sandbox ... (27 actions, 22 running) [21,791 / 25,732] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 25s remote-cache, linux-sandbox ... (28 actions, 24 running) [21,805 / 25,732] GoLink pkg/store/mockstore/mockcopr/mockcopr_test_/mockcopr_test; 26s remote-cache, linux-sandbox ... (28 actions, 25 running) [21,815 / 25,732] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 23s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,820 / 25,732] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,821 / 25,732] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 25s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,842 / 25,732] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 27s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,847 / 25,732] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 28s remote-cache, linux-sandbox ... (30 actions, 29 running) [21,850 / 25,732] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 29s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,860 / 25,732] GoLink pkg/bindinfo/bindinfo_test_/bindinfo_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,880 / 25,732] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,892 / 25,732] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 24s remote-cache, linux-sandbox ... (32 actions running) [21,905 / 25,732] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 25s remote-cache, linux-sandbox ... (32 actions running) [21,906 / 25,732] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,915 / 25,732] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 28s remote-cache, linux-sandbox ... (32 actions running) [21,918 / 25,732] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 29s remote-cache, linux-sandbox ... (32 actions running) [21,918 / 25,732] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 30s remote-cache, linux-sandbox ... (32 actions running) [21,919 / 25,732] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 31s remote-cache, linux-sandbox ... (31 actions running) [21,919 / 25,732] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 33s remote-cache, linux-sandbox ... (32 actions running) [21,920 / 25,732] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 34s remote-cache, linux-sandbox ... (32 actions running) [21,926 / 25,732] GoLink pkg/planner/core/issuetest/issuetest_test_/issuetest_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,933 / 25,732] GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,933 / 25,732] GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 37s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,935 / 25,732] GoLink pkg/session/temporarytabletest/temporarytabletest_test_/temporarytabletest_test; 38s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,942 / 25,732] GoLink pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test; 31s remote-cache, linux-sandbox ... (30 actions, 28 running) [21,951 / 25,732] GoLink pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,959 / 25,732] GoLink pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,965 / 25,732] GoLink pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test; 34s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,976 / 25,732] GoLink pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test; 35s remote-cache, linux-sandbox ... (31 actions, 30 running) [21,985 / 25,732] GoLink pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test; 36s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,000 / 25,732] GoLink pkg/planner/core/casetest/physicalplantest/physicalplantest_test_/physicalplantest_test; 37s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,023 / 25,732] GoLink br/pkg/backup/backup_test_/backup_test; 35s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,036 / 25,732] GoLink br/pkg/backup/backup_test_/backup_test; 36s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,050 / 25,732] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 30s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,065 / 25,732] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 31s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,086 / 25,732] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 32s remote-cache, linux-sandbox ... (32 actions running) [22,092 / 25,732] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,102 / 25,732] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 34s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,105 / 25,732] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 35s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,124 / 25,732] GoCompilePkg pkg/executor/aggfuncs/executor.recompile1367.a; 37s remote-cache, linux-sandbox ... (32 actions running) [22,126 / 25,732] GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,129 / 25,732] GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,137 / 25,732] GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,146 / 25,732] GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,166 / 25,732] GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 28s remote-cache, linux-sandbox ... (32 actions running) [22,173 / 25,732] GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 29s remote-cache, linux-sandbox ... (32 actions running) [22,175 / 25,732] GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 30s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,176 / 25,732] GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 32s remote-cache, linux-sandbox ... (32 actions running) [22,196 / 25,732] GoCompilePkg pkg/disttask/importinto/executor.recompile1387.a; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,199 / 25,732] GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 23s remote-cache, linux-sandbox ... (32 actions running) [22,200 / 25,732] GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 24s remote-cache, linux-sandbox ... (32 actions running) [22,203 / 25,732] GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,208 / 25,732] GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 27s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,212 / 25,732] GoLink pkg/executor/test/splittest/splittest_test_/splittest_test; 28s remote-cache, linux-sandbox ... (32 actions running) [22,213 / 25,732] GoLink pkg/ddl/tests/fail/fail_test_/fail_test; 27s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,214 / 25,732] GoLink pkg/ddl/tests/fail/fail_test_/fail_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,216 / 25,732] GoLink tests/realtikvtest/txntest/txntest_test_/txntest_test; 29s remote-cache, linux-sandbox ... (29 actions, 28 running) [22,232 / 25,732] GoLink tests/realtikvtest/flashbacktest/flashbacktest_test_/flashbacktest_test; 28s remote-cache, linux-sandbox ... (32 actions running) [22,245 / 25,732] GoLink tests/realtikvtest/flashbacktest/flashbacktest_test_/flashbacktest_test; 29s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,265 / 25,732] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 26s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,267 / 25,732] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,269 / 25,732] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,274 / 25,732] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,288 / 25,732] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 31s remote-cache, linux-sandbox ... (32 actions running) [22,289 / 25,732] GoLink br/pkg/checkpoint/checkpoint_test_/checkpoint_test; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,298 / 25,732] GoLink pkg/server/handler/tests/tests_test_/tests_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,300 / 25,732] GoLink pkg/server/handler/tests/tests_test_/tests_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,303 / 25,732] GoLink pkg/server/handler/tests/tests_test_/tests_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,353 / 25,732] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 24s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,393 / 25,732] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,394 / 25,732] GoLink tests/realtikvtest/importintotest/importintotest_test_/importintotest_test; 27s remote-cache, linux-sandbox ... (32 actions running) [22,397 / 25,732] GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,401 / 25,732] GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,402 / 25,732] GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; 24s remote-cache, linux-sandbox ... (32 actions running) [22,409 / 25,732] GoLink pkg/executor/test/seqtest/seqtest_test_/seqtest_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,412 / 25,732] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,414 / 25,732] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 23s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,417 / 25,732] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,417 / 25,732] GoLink tests/realtikvtest/pipelineddmltest/pipelineddmltest_test_/pipelineddmltest_test; 25s remote-cache, linux-sandbox ... (32 actions running) [22,425 / 25,732] GoLink pkg/resourcegroup/tests/tests_test_/tests_test; 25s remote-cache, linux-sandbox ... (32 actions running) [22,428 / 25,732] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 21s remote-cache, linux-sandbox ... (29 actions, 28 running) [22,430 / 25,732] GoLink pkg/executor/test/tiflashtest/tiflashtest_test_/tiflashtest_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,436 / 25,732] GoLink tests/realtikvtest/importintotest4/importintotest4_test_/importintotest4_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,441 / 25,732] GoLink tests/realtikvtest/importintotest4/importintotest4_test_/importintotest4_test; 24s remote-cache, linux-sandbox ... (32 actions running) [22,442 / 25,732] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,442 / 25,732] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 24s remote-cache, linux-sandbox ... (32 actions running) [22,445 / 25,732] GoLink tests/realtikvtest/brietest/brietest_test_/brietest_test; 25s remote-cache, linux-sandbox ... (32 actions running) [22,456 / 25,732] GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,467 / 25,732] GoLink pkg/executor/test/autoidtest/autoidtest_test_/autoidtest_test; 24s remote-cache, linux-sandbox ... (32 actions running) [22,475 / 25,732] GoLink tests/realtikvtest/importintotest3/importintotest3_test_/importintotest3_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,483 / 25,732] GoLink pkg/disttask/importinto/importinto_test_/importinto_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,505 / 25,732] GoLink pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,541 / 25,732] GoLink pkg/executor/test/analyzetest/memorycontrol/memorycontrol_test_/memorycontrol_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [22,561 / 25,732] GoLink pkg/ttl/cache/cache_test_/cache_test; 21s remote-cache, linux-sandbox ... (30 actions, 28 running) [22,609 / 25,732] GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; 19s remote-cache, linux-sandbox ... (28 actions, 26 running) [22,618 / 25,732] GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; 21s remote-cache, linux-sandbox ... (29 actions, 26 running) [22,650 / 25,732] GoLink pkg/executor/test/distsqltest/distsqltest_test_/distsqltest_test; 22s remote-cache, linux-sandbox ... (29 actions, 26 running) [22,681 / 25,732] GoLink pkg/statistics/handle/handletest/analyze/analyze_test_/analyze_test; 21s remote-cache, linux-sandbox ... (27 actions, 24 running) [22,725 / 25,732] GoLink pkg/statistics/handle/handletest/statstest/statstest_test_/statstest_test; 21s remote-cache, linux-sandbox ... (27 actions, 22 running) [22,755 / 25,732] GoLink pkg/executor/test/analyzetest/analyzetest_test_/analyzetest_test; 21s remote-cache, linux-sandbox ... (26 actions, 20 running) [22,790 / 25,732] GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; 15s remote-cache, linux-sandbox ... (25 actions, 18 running) [22,823 / 25,732] GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; 16s remote-cache, linux-sandbox ... (25 actions, 18 running) [22,836 / 25,732] GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; 17s remote-cache, linux-sandbox ... (25 actions, 18 running) [22,856 / 25,732] GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; 18s remote-cache, linux-sandbox ... (25 actions, 18 running) [22,885 / 25,732] GoLink pkg/statistics/handle/handletest/handletest_test_/handletest_test; 19s remote-cache, linux-sandbox ... (27 actions, 22 running) [22,923 / 25,732] GoLink tests/realtikvtest/importintotest2/importintotest2_test_/importintotest2_test; 19s remote-cache, linux-sandbox ... (26 actions, 20 running) [22,937 / 25,732] GoLink tests/realtikvtest/importintotest2/importintotest2_test_/importintotest2_test; 20s remote-cache, linux-sandbox ... (26 actions, 20 running) [22,957 / 25,732] GoLink tests/realtikvtest/importintotest2/importintotest2_test_/importintotest2_test; 21s remote-cache, linux-sandbox ... (26 actions, 20 running) [22,998 / 25,732] GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; 20s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,033 / 25,732] GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; 21s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,048 / 25,732] GoLink pkg/executor/test/jointest/hashjoin/hashjoin_test_/hashjoin_test; 22s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,049 / 25,732] GoLink pkg/executor/test/jointest/jointest_test_/jointest_test; 22s remote-cache, linux-sandbox ... (25 actions, 19 running) [23,063 / 25,732] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 21s remote-cache, linux-sandbox ... (25 actions, 18 running) [23,071 / 25,732] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 22s remote-cache, linux-sandbox ... (25 actions, 18 running) [23,077 / 25,732] GoLink pkg/executor/test/memtest/memtest_test_/memtest_test; 23s remote-cache, linux-sandbox ... (25 actions, 18 running) [23,092 / 25,732] GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 24s remote-cache, linux-sandbox ... (23 actions, 14 running) [23,110 / 25,732] GoLink pkg/executor/test/loaddatatest/loaddatatest_test_/loaddatatest_test; 25s remote-cache, linux-sandbox ... (23 actions, 14 running) [23,135 / 25,732] GoLink pkg/executor/test/indexmergereadtest/indexmergereadtest_test_/indexmergereadtest_test; 24s remote-cache, linux-sandbox ... (22 actions, 12 running) [23,155 / 25,732] GoLink pkg/ddl/ingest/ingest_test_/ingest_test; 22s remote-cache, linux-sandbox ... (22 actions, 14 running) [23,166 / 25,732] GoLink pkg/ddl/ingest/ingest_test_/ingest_test; 23s remote-cache, linux-sandbox ... (23 actions, 14 running) [23,178 / 25,732] GoLink pkg/ddl/ingest/ingest_test_/ingest_test; 24s remote-cache, linux-sandbox ... (23 actions, 15 running) [23,199 / 25,732] GoLink pkg/ddl/ingest/ingest_test_/ingest_test; 25s remote-cache, linux-sandbox ... (22 actions, 14 running) [23,208 / 25,732] GoLink pkg/ddl/ingest/ingest_test_/ingest_test; 26s remote-cache, linux-sandbox ... (25 actions, 18 running) [23,222 / 25,732] GoLink pkg/ddl/ingest/ingest_test_/ingest_test; 27s remote-cache, linux-sandbox ... (24 actions, 18 running) [23,254 / 25,732] GoLink pkg/ddl/ingest/ingest_test_/ingest_test; 28s remote-cache, linux-sandbox ... (24 actions, 16 running) [23,276 / 25,732] GoCompilePkg pkg/privilege/privileges/core.recompile1360.a; 7s remote-cache, linux-sandbox ... (24 actions, 16 running) [23,289 / 25,732] GoCompilePkg pkg/privilege/privileges/core.recompile1360.a; 8s remote-cache, linux-sandbox ... (24 actions, 16 running) [23,303 / 25,732] GoCompilePkg pkg/privilege/privileges/core.recompile1360.a; 9s remote-cache, linux-sandbox ... (24 actions, 16 running) [23,312 / 25,732] GoCompilePkg pkg/privilege/privileges/core.recompile1360.a; 10s remote-cache, linux-sandbox ... (24 actions, 16 running) [23,331 / 25,732] GoCompilePkg pkg/privilege/privileges/core.recompile1360.a; 12s remote-cache, linux-sandbox ... (23 actions, 14 running) [23,374 / 25,732] GoCompilePkg pkg/privilege/privileges/core.recompile1360.a; 13s remote-cache, linux-sandbox ... (25 actions, 18 running) [23,404 / 25,732] GoCompilePkg pkg/store/core.recompile1358.a; 12s remote-cache, linux-sandbox ... (24 actions, 17 running) [23,415 / 25,732] GoCompilePkg pkg/infoschema/perfschema/core.recompile1359.a; 8s remote-cache, linux-sandbox ... (24 actions, 17 running) [23,423 / 25,732] GoCompilePkg pkg/infoschema/perfschema/core.recompile1359.a; 9s remote-cache, linux-sandbox ... (24 actions, 16 running) [23,427 / 25,732] GoCompilePkg pkg/infoschema/perfschema/core.recompile1359.a; 10s remote-cache, linux-sandbox ... (25 actions, 18 running) [23,430 / 25,732] GoCompilePkg pkg/infoschema/perfschema/core.recompile1359.a; 11s remote-cache, linux-sandbox ... (25 actions, 18 running) [23,436 / 25,732] GoCompilePkg pkg/infoschema/perfschema/core.recompile1359.a; 12s remote-cache, linux-sandbox ... (23 actions, 15 running) [23,442 / 25,732] GoCompilePkg pkg/infoschema/perfschema/core.recompile1359.a; 13s remote-cache, linux-sandbox ... (23 actions, 17 running) [23,454 / 25,732] GoCompilePkg pkg/infoschema/perfschema/core.recompile1359.a; 14s remote-cache, linux-sandbox ... (24 actions, 20 running) [23,460 / 25,732] GoCompilePkg pkg/infoschema/perfschema/core.recompile1359.a; 15s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,468 / 25,732] GoCompilePkg pkg/infoschema/perfschema/core.recompile1359.a; 17s remote-cache, linux-sandbox ... (25 actions, 19 running) [23,490 / 25,732] GoCompilePkg pkg/util/profile/executor.recompile1366.a; 11s remote-cache, linux-sandbox ... (25 actions, 20 running) [23,517 / 25,732] GoCompilePkg pkg/util/profile/executor.recompile1366.a; 12s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,531 / 25,732] GoCompilePkg pkg/util/profile/executor.recompile1366.a; 13s remote-cache, linux-sandbox ... (25 actions, 18 running) [23,541 / 25,732] GoCompilePkg pkg/util/profile/executor.recompile1366.a; 14s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,552 / 25,732] GoCompilePkg pkg/util/profile/executor.recompile1366.a; 15s remote-cache, linux-sandbox ... (27 actions, 22 running) [23,563 / 25,732] GoCompilePkg pkg/util/profile/executor.recompile1366.a; 16s remote-cache, linux-sandbox ... (27 actions, 22 running) [23,575 / 25,732] GoCompilePkg pkg/util/profile/executor.recompile1366.a; 17s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,588 / 25,732] GoCompilePkg pkg/util/profile/executor.recompile1366.a; 19s remote-cache, linux-sandbox ... (27 actions, 22 running) [23,602 / 25,732] GoCompilePkg pkg/util/profile/executor.recompile1366.a; 20s remote-cache, linux-sandbox ... (27 actions, 22 running) [23,631 / 25,732] GoCompilePkg pkg/ddl/systable/core.recompile1355.a; 9s remote-cache, linux-sandbox ... (27 actions, 22 running) [23,642 / 25,732] GoCompilePkg pkg/ddl/systable/core.recompile1355.a; 10s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,649 / 25,732] GoCompilePkg pkg/ddl/systable/core.recompile1355.a; 11s remote-cache, linux-sandbox ... (26 actions, 20 running) [23,661 / 25,732] GoCompilePkg pkg/ddl/systable/core.recompile1355.a; 13s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,679 / 25,732] GoCompilePkg pkg/ddl/systable/core.recompile1355.a; 14s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,680 / 25,732] GoCompilePkg pkg/ddl/systable/core.recompile1355.a; 15s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,683 / 25,732] GoCompilePkg pkg/ddl/systable/core.recompile1355.a; 16s remote-cache, linux-sandbox ... (29 actions, 27 running) [23,684 / 25,732] GoCompilePkg pkg/ddl/systable/core.recompile1355.a; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,684 / 25,732] GoCompilePkg pkg/ddl/systable/core.recompile1355.a; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,687 / 25,732] GoCompilePkg pkg/ddl/systable/core.recompile1355.a; 20s remote-cache, linux-sandbox ... (28 actions, 26 running) [23,691 / 25,732] GoCompilePkg pkg/ddl/systable/core.recompile1355.a; 22s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,698 / 25,732] GoCompilePkg pkg/domain/executor.recompile1512.a; 21s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,702 / 25,732] GoCompilePkg pkg/domain/executor.recompile1512.a; 22s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,706 / 25,732] GoCompilePkg pkg/domain/executor.recompile1512.a; 23s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,712 / 25,732] GoCompilePkg pkg/domain/executor.recompile1512.a; 24s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,715 / 25,732] GoCompilePkg pkg/domain/executor.recompile1512.a; 26s remote-cache, linux-sandbox ... (29 actions, 27 running) [23,726 / 25,732] GoCompilePkg pkg/disttask/framework/scheduler/core.recompile1362.a; 24s remote-cache, linux-sandbox ... (27 actions, 24 running) [23,729 / 25,732] GoCompilePkg pkg/store/executor.recompile1367.a; 17s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,735 / 25,732] GoCompilePkg pkg/store/executor.recompile1367.a; 18s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,738 / 25,732] GoCompilePkg pkg/store/executor.recompile1367.a; 20s remote-cache, linux-sandbox ... (29 actions, 27 running) [23,746 / 25,732] GoCompilePkg pkg/store/executor.recompile1367.a; 21s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,749 / 25,732] GoCompilePkg pkg/store/executor.recompile1367.a; 22s remote-cache, linux-sandbox ... (29 actions, 26 running) [23,775 / 25,732] GoCompilePkg pkg/store/executor.recompile1367.a; 23s remote-cache, linux-sandbox ... (32 actions running) [23,777 / 25,732] GoCompilePkg pkg/store/executor.recompile1367.a; 24s remote-cache, linux-sandbox ... (32 actions running) [23,778 / 25,732] GoCompilePkg pkg/store/executor.recompile1367.a; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,779 / 25,732] GoCompilePkg pkg/store/executor.recompile1367.a; 27s remote-cache, linux-sandbox ... (32 actions running) [23,781 / 25,732] GoCompilePkg pkg/disttask/framework/taskexecutor/core.recompile1360.a; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,783 / 25,732] GoCompilePkg pkg/disttask/framework/taskexecutor/core.recompile1360.a; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,790 / 25,732] GoCompilePkg pkg/disttask/framework/taskexecutor/core.recompile1360.a; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,792 / 25,732] GoCompilePkg pkg/disttask/framework/taskexecutor/core.recompile1360.a; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,796 / 25,732] GoCompilePkg pkg/disttask/framework/taskexecutor/core.recompile1360.a; 24s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,800 / 25,732] GoCompilePkg pkg/disttask/framework/taskexecutor/core.recompile1360.a; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,806 / 25,732] GoCompilePkg pkg/ddl/schematracker/executor.recompile1351.a; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,808 / 25,732] GoCompilePkg pkg/ddl/schematracker/executor.recompile1351.a; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,811 / 25,732] GoCompilePkg pkg/ddl/schematracker/executor.recompile1351.a; 27s remote-cache, linux-sandbox ... (32 actions running) [23,812 / 25,732] GoCompilePkg pkg/ddl/schematracker/executor.recompile1351.a; 28s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,819 / 25,732] GoCompilePkg pkg/infoschema/perfschema/executor.recompile1366.a; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,823 / 25,732] GoCompilePkg pkg/infoschema/perfschema/executor.recompile1366.a; 26s remote-cache, linux-sandbox ... (31 actions running) [23,834 / 25,732] GoCompilePkg pkg/ddl/core.recompile1532.a; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,836 / 25,732] GoCompilePkg pkg/ddl/core.recompile1532.a; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,841 / 25,732] GoCompilePkg pkg/ddl/core.recompile1532.a; 27s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,852 / 25,732] GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 23s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,853 / 25,732] GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 24s remote-cache, linux-sandbox ... (32 actions running) [23,857 / 25,732] GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,862 / 25,732] GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,866 / 25,732] GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 27s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,873 / 25,732] GoCompilePkg pkg/planner/core/core_test.internal.recompileinternal.a; 28s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,883 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,889 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 30s remote-cache, linux-sandbox ... (30 actions, 28 running) [23,896 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 31s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,901 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,903 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,912 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 34s remote-cache, linux-sandbox ... (32 actions running) [23,917 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 35s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,926 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,930 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 37s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,932 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 38s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,936 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 40s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,944 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 41s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,949 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 42s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,957 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 43s remote-cache, linux-sandbox ... (31 actions running) [23,959 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 44s remote-cache, linux-sandbox ... (32 actions running) [23,963 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 46s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,967 / 25,732] GoLink pkg/util/profile/profile_test_/profile_test; 47s remote-cache, linux-sandbox ... (32 actions running) [23,969 / 25,732] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 30s remote-cache, linux-sandbox ... (32 actions running) [23,970 / 25,732] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 32s remote-cache, linux-sandbox ... (32 actions running) [23,980 / 25,732] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 33s remote-cache, linux-sandbox ... (32 actions running) [23,985 / 25,732] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 34s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,988 / 25,732] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [23,992 / 25,732] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 37s remote-cache, linux-sandbox ... (32 actions running) [23,992 / 25,732] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 38s remote-cache, linux-sandbox ... (32 actions running) [23,994 / 25,732] GoLink pkg/ddl/schematracker/schematracker_test_/schematracker_test; 40s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,000 / 25,732] GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,003 / 25,732] GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 38s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,012 / 25,732] GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 39s remote-cache, linux-sandbox ... (32 actions running) [24,015 / 25,732] GoLink pkg/privilege/privileges/privileges_test_/privileges_test; 40s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,020 / 25,732] GoLink pkg/store/store_test_/store_test; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,032 / 25,732] GoLink pkg/store/store_test_/store_test; 34s remote-cache, linux-sandbox ... (32 actions running) [24,043 / 25,732] GoLink pkg/store/store_test_/store_test; 35s remote-cache, linux-sandbox ... (32 actions running) [24,046 / 25,732] GoLink pkg/store/store_test_/store_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,049 / 25,732] GoLink pkg/store/store_test_/store_test; 38s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,050 / 25,732] GoLink pkg/store/store_test_/store_test; 39s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,055 / 25,732] GoLink pkg/domain/domain_test_/domain_test; 37s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,068 / 25,732] GoLink pkg/domain/domain_test_/domain_test; 39s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,075 / 25,732] GoLink pkg/domain/domain_test_/domain_test; 40s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,085 / 25,732] GoLink pkg/domain/domain_test_/domain_test; 41s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,086 / 25,732] GoLink pkg/domain/domain_test_/domain_test; 42s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,099 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,107 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,111 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,119 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,124 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,127 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 22s remote-cache, linux-sandbox ... (32 actions running) [24,129 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,134 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,137 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,138 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 27s remote-cache, linux-sandbox ... (32 actions running) [24,139 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,140 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 30s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,144 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 31s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,147 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 32s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,161 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 33s remote-cache, linux-sandbox ... (29 actions, 28 running) [24,171 / 25,732] GoLink pkg/ddl/systable/systable_test_/systable_test; 34s remote-cache, linux-sandbox ... (29 actions, 28 running) [24,189 / 25,732] GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 29s remote-cache, linux-sandbox ... (32 actions running) [24,189 / 25,732] GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 30s remote-cache, linux-sandbox ... (32 actions running) [24,193 / 25,732] GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 31s remote-cache, linux-sandbox ... (32 actions running) [24,196 / 25,732] GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 32s remote-cache, linux-sandbox ... (32 actions running) [24,197 / 25,732] GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 33s remote-cache, linux-sandbox ... (31 actions running) [24,201 / 25,732] GoLink pkg/disttask/framework/taskexecutor/taskexecutor_test_/taskexecutor_test; 34s remote-cache, linux-sandbox ... (29 actions, 28 running) [24,208 / 25,732] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,216 / 25,732] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 31s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,218 / 25,732] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 32s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,226 / 25,732] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,230 / 25,732] GoLink pkg/disttask/framework/scheduler/scheduler_test_/scheduler_test; 34s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,236 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 22s remote-cache, linux-sandbox ... (29 actions, 28 running) [24,237 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 24s remote-cache, linux-sandbox ... (32 actions running) [24,238 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 25s remote-cache, linux-sandbox ... (32 actions running) [24,241 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,255 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 28s remote-cache, linux-sandbox ... (32 actions running) [24,260 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,264 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 31s remote-cache, linux-sandbox ... (32 actions running) [24,267 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,278 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 33s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,283 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 35s remote-cache, linux-sandbox ... (32 actions running) [24,295 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,336 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 37s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,345 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 38s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,346 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 40s remote-cache, linux-sandbox ... (32 actions running) [24,348 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 42s remote-cache, linux-sandbox ... (32 actions running) [24,349 / 25,732] GoLink pkg/planner/cardinality/cardinality_test_/cardinality_test; 43s remote-cache, linux-sandbox ... (32 actions running) [24,356 / 25,732] GoLink pkg/util/admin/admin_test_/admin_test; 37s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,371 / 25,732] GoLink pkg/util/admin/admin_test_/admin_test; 38s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,380 / 25,732] GoLink pkg/util/admin/admin_test_/admin_test; 40s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,381 / 25,732] GoLink pkg/util/admin/admin_test_/admin_test; 41s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,391 / 25,732] GoLink pkg/util/admin/admin_test_/admin_test; 42s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,403 / 25,732] GoLink pkg/util/admin/admin_test_/admin_test; 43s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,405 / 25,732] GoLink pkg/planner/core/core_test_/core_test; 35s remote-cache, linux-sandbox ... (29 actions, 28 running) [24,422 / 25,732] GoLink pkg/planner/core/core_test_/core_test; 36s remote-cache, linux-sandbox ... (31 actions running) [24,434 / 25,732] GoLink pkg/session/session_test_/session_test; 32s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,442 / 25,732] GoLink pkg/session/session_test_/session_test; 33s remote-cache, linux-sandbox ... (32 actions running) [24,445 / 25,732] GoLink pkg/session/session_test_/session_test; 34s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,464 / 25,732] GoLink pkg/session/session_test_/session_test; 35s remote-cache, linux-sandbox ... (32 actions running) [24,465 / 25,732] GoLink pkg/executor/sortexec/sortexec_test_/sortexec_test; 32s remote-cache, linux-sandbox ... (31 actions running) [24,467 / 25,732] GoLink pkg/executor/sortexec/sortexec_test_/sortexec_test; 34s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,479 / 25,732] GoLink pkg/executor/sortexec/sortexec_test_/sortexec_test; 35s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,488 / 25,732] GoLink pkg/executor/sortexec/sortexec_test_/sortexec_test; 36s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,520 / 25,732] GoLink pkg/ddl/ddl_test_/ddl_test; 35s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,537 / 25,732] GoLink pkg/store/driver/driver_test_/driver_test; 20s remote-cache, linux-sandbox ... (30 actions, 28 running) [24,543 / 25,732] GoLink pkg/store/driver/driver_test_/driver_test; 21s remote-cache, linux-sandbox ... (32 actions running) [24,557 / 25,732] GoLink pkg/store/driver/driver_test_/driver_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,581 / 25,732] GoLink pkg/store/driver/driver_test_/driver_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,597 / 25,732] GoLink pkg/store/driver/driver_test_/driver_test; 24s remote-cache, linux-sandbox ... (29 actions, 28 running) [24,598 / 25,732] GoLink pkg/store/driver/driver_test_/driver_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,604 / 25,732] GoLink pkg/store/driver/driver_test_/driver_test; 27s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,617 / 25,732] GoLink pkg/store/driver/driver_test_/driver_test; 28s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,629 / 25,732] GoLink pkg/store/driver/driver_test_/driver_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,656 / 25,732] GoLink br/pkg/restore/log_client/log_client_test_/log_client_test; 25s remote-cache, linux-sandbox ... (32 actions running) [24,656 / 25,732] GoLink br/pkg/restore/log_client/log_client_test_/log_client_test; 26s remote-cache, linux-sandbox ... (32 actions running) [24,668 / 25,732] GoLink br/pkg/restore/log_client/log_client_test_/log_client_test; 27s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,682 / 25,732] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,698 / 25,732] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,724 / 25,732] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,746 / 25,732] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 18s remote-cache, linux-sandbox ... (32 actions running) [24,771 / 25,732] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,776 / 25,732] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,782 / 25,732] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,787 / 25,732] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,798 / 25,732] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 24s remote-cache, linux-sandbox ... (32 actions running) [24,801 / 25,732] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 25s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,825 / 25,732] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,836 / 25,732] GoLink tests/readonlytest/readonlytest_test_/readonlytest_test; 27s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,853 / 25,732] GoLink br/cmd/br/br_/br; 26s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,864 / 25,732] GoLink br/pkg/restore/snap_client/snap_client_test_/snap_client_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,890 / 25,732] GoLink lightning/pkg/server/server_test_/server_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,944 / 25,732] GoLink lightning/pkg/server/server_test_/server_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,977 / 25,732] GoLink lightning/pkg/server/server_test_/server_test; 22s remote-cache, linux-sandbox ... (31 actions, 30 running) [24,992 / 25,732] GoLink lightning/pkg/server/server_test_/server_test; 23s remote-cache, linux-sandbox ... (32 actions running) [24,994 / 25,732] GoLink lightning/pkg/server/server_test_/server_test; 24s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,000 / 25,732] GoLink pkg/executor/internal/calibrateresource/calibrateresource_test_/calibrateresource_test; 17s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,003 / 25,732] GoLink pkg/executor/internal/calibrateresource/calibrateresource_test_/calibrateresource_test; 18s remote-cache, linux-sandbox ... (32 actions running) [25,004 / 25,732] GoLink pkg/executor/internal/calibrateresource/calibrateresource_test_/calibrateresource_test; 20s remote-cache, linux-sandbox ... (32 actions running) [25,005 / 25,732] GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; 18s remote-cache, linux-sandbox ... (32 actions running) [25,007 / 25,732] GoLink pkg/executor/internal/querywatch/querywatch_test_/querywatch_test; 20s remote-cache, linux-sandbox ... (32 actions running) [25,009 / 25,732] GoLink pkg/plugin/plugin_test_/plugin_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,009 / 25,732] GoLink pkg/plugin/plugin_test_/plugin_test; 20s remote-cache, linux-sandbox ... (32 actions running) [25,014 / 25,732] GoLink cmd/benchdb/benchdb_/benchdb; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,023 / 25,732] GoLink br/pkg/task/show/show_test_/show_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,031 / 25,732] GoLink br/cmd/br/br_test_/br_test; 20s remote-cache, linux-sandbox ... (32 actions running) [25,039 / 25,732] GoLink br/pkg/task/task_test_/task_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,057 / 25,732] GoLink br/pkg/task/task_test_/task_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,101 / 25,732] GoLink pkg/statistics/handle/util/util_test_/util_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,103 / 25,732] GoLink pkg/statistics/handle/util/util_test_/util_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,105 / 25,732] GoLink pkg/store/copr/copr_test/copr_test_test_/copr_test_test; 15s remote-cache, linux-sandbox ... (32 actions running) [25,109 / 25,732] GoLink pkg/store/copr/copr_test/copr_test_test_/copr_test_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,109 / 25,732] GoLink pkg/store/copr/copr_test/copr_test_test_/copr_test_test; 18s remote-cache, linux-sandbox ... (32 actions running) [25,109 / 25,732] GoLink pkg/store/copr/copr_test/copr_test_test_/copr_test_test; 20s remote-cache, linux-sandbox ... (32 actions running) [25,110 / 25,732] GoLink lightning/cmd/tidb-lightning/tidb-lightning_test_/tidb-lightning_test; 18s remote-cache, linux-sandbox ... (32 actions running) [25,111 / 25,732] GoLink pkg/table/tables/test/partition/partition_test_/partition_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,111 / 25,732] GoLink pkg/table/tables/test/partition/partition_test_/partition_test; 18s remote-cache, linux-sandbox ... (32 actions running) [25,113 / 25,732] GoLink pkg/ttl/sqlbuilder/sqlbuilder_test_/sqlbuilder_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,113 / 25,732] GoLink pkg/ttl/sqlbuilder/sqlbuilder_test_/sqlbuilder_test; 20s remote-cache, linux-sandbox ... (32 actions running) [25,127 / 25,732] GoLink pkg/util/workloadrepo/workloadrepo_test_/workloadrepo_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,140 / 25,732] GoLink cmd/tidb-server/tidb-server-check_/tidb-server-check; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,160 / 25,732] GoLink pkg/executor/executor_test_/executor_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,167 / 25,732] GoLink tests/realtikvtest/pushdowntest/pushdowntest_test_/pushdowntest_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,170 / 25,732] GoLink pkg/util/ranger/ranger_test_/ranger_test; 13s remote-cache, linux-sandbox ... (32 actions running) [25,171 / 25,732] GoLink pkg/util/ranger/ranger_test_/ranger_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,173 / 25,732] GoLink pkg/util/ranger/ranger_test_/ranger_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,177 / 25,732] GoLink pkg/util/stmtsummary/v2/tests/tests_test_/tests_test; 13s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,192 / 25,732] GoLink pkg/util/stmtsummary/v2/tests/tests_test_/tests_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,192 / 25,732] GoLink pkg/util/stmtsummary/v2/tests/tests_test_/tests_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,193 / 25,732] GoLink lightning/cmd/tidb-lightning-ctl/tidb-lightning-ctl_/tidb-lightning-ctl; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,200 / 25,732] GoLink lightning/cmd/tidb-lightning-ctl/tidb-lightning-ctl_/tidb-lightning-ctl; 18s remote-cache, linux-sandbox ... (32 actions running) [25,201 / 25,732] GoLink pkg/statistics/handle/handletest/initstats/initstats_test_/initstats_test; 18s remote-cache, linux-sandbox ... (32 actions running) [25,210 / 25,732] GoLink pkg/statistics/handle/handletest/initstats/initstats_test_/initstats_test; 19s remote-cache, linux-sandbox ... (32 actions running) [25,211 / 25,732] GoLink pkg/statistics/handle/handletest/initstats/initstats_test_/initstats_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,229 / 25,732] GoLink pkg/ddl/tests/fastcreatetable/fastcreatetable_test_/fastcreatetable_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,254 / 25,732] GoLink lightning/pkg/importer/importer_test_/importer_test; 21s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,262 / 25,732] GoLink br/pkg/restore/internal/prealloc_db/prealloc_db_test_/prealloc_db_test; 20s remote-cache, linux-sandbox ... (32 actions running) [25,265 / 25,732] GoLink pkg/ddl/tests/metadatalock/metadatalock_test_/metadatalock_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,270 / 25,732] GoLink pkg/ddl/tests/metadatalock/metadatalock_test_/metadatalock_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,273 / 25,732] GoLink pkg/ddl/tests/metadatalock/metadatalock_test_/metadatalock_test; 17s remote-cache, linux-sandbox ... (32 actions running) [25,273 / 25,732] GoLink pkg/ddl/tests/metadatalock/metadatalock_test_/metadatalock_test; 19s remote-cache, linux-sandbox ... (32 actions running) [25,275 / 25,732] GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; 17s remote-cache, linux-sandbox ... (32 actions running) [25,277 / 25,732] GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; 18s remote-cache, linux-sandbox ... (32 actions running) [25,277 / 25,732] GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; 23s remote-cache, linux-sandbox ... (32 actions running) [25,277 / 25,732] GoLink pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test; 24s remote-cache, linux-sandbox ... (32 actions running) [25,279 / 25,732] GoLink pkg/ddl/tests/serial/serial_test_/serial_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,290 / 25,732] GoLink pkg/planner/core/casetest/enforcempp/enforcempp_test_/enforcempp_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,304 / 25,732] GoLink pkg/disttask/framework/integrationtests/integrationtests_test_/integrationtests_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,318 / 25,732] GoLink pkg/disttask/framework/planner/planner_test_/planner_test; 20s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,328 / 25,732] GoLink pkg/sessiontxn/sessiontxn_test_/sessiontxn_test; 18s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,334 / 25,732] GoLink pkg/infoschema/test/clustertablestest/clustertablestest_test_/clustertablestest_test; 19s remote-cache, linux-sandbox ... (32 actions running) [25,336 / 25,732] GoLink pkg/statistics/asyncload/asyncload_test_/asyncload_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,343 / 25,732] GoLink pkg/server/server_test_/server_test; 15s remote-cache, linux-sandbox ... (29 actions, 28 running) [25,351 / 25,732] GoLink pkg/server/server_test_/server_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,353 / 25,732] GoLink pkg/executor/internal/exec/exec_test_/exec_test; 10s remote-cache, linux-sandbox ... (32 actions running) [25,353 / 25,732] GoLink pkg/executor/internal/exec/exec_test_/exec_test; 11s remote-cache, linux-sandbox ... (32 actions running) [25,358 / 25,732] GoLink pkg/executor/internal/exec/exec_test_/exec_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,358 / 25,732] GoLink pkg/executor/internal/exec/exec_test_/exec_test; 14s remote-cache, linux-sandbox ... (32 actions running) [25,358 / 25,732] GoLink pkg/executor/internal/exec/exec_test_/exec_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,359 / 25,732] GoLink pkg/executor/staticrecordset/staticrecordset_test_/staticrecordset_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,365 / 25,732] GoLink pkg/executor/sortexec/sort_exec_test_/sort_exec_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,381 / 25,732] GoLink pkg/executor/test/aggregate/aggregate_test_/aggregate_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,383 / 25,732] GoLink pkg/executor/test/analyzetest/panictest/panictest_test_/panictest_test; 18s remote-cache, linux-sandbox ... (32 actions running) [25,387 / 25,732] GoLink pkg/executor/test/admintest/admintest_test_/admintest_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,407 / 25,732] GoLink pkg/executor/test/cte/cte_test_/cte_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,422 / 25,732] GoLink tests/realtikvtest/addindextest/addindextest_test_/addindextest_test; 18s remote-cache, linux-sandbox ... (32 actions running) [25,432 / 25,732] GoLink pkg/executor/test/issuetest/issuetest_test_/issuetest_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,443 / 25,732] GoLink pkg/executor/test/showtest/showtest_test_/showtest_test; 15s remote-cache, linux-sandbox ... (29 actions, 28 running) [25,444 / 25,732] GoLink pkg/executor/test/showtest/showtest_test_/showtest_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,448 / 25,732] GoLink pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test; 12s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,454 / 25,732] GoLink pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test; 14s remote-cache, linux-sandbox ... (32 actions running) [25,454 / 25,732] GoLink pkg/executor/test/passwordtest/passwordtest_test_/passwordtest_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,455 / 25,732] GoLink pkg/executor/test/txn/txn_test_/txn_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,461 / 25,732] GoLink pkg/executor/test/unstabletest/unstabletest_test_/unstabletest_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,468 / 25,732] GoLink pkg/expression/test/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 14s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,478 / 25,732] GoLink pkg/expression/test/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,478 / 25,732] GoLink pkg/expression/test/multivaluedindex/multivaluedindex_test_/multivaluedindex_test; 17s remote-cache, linux-sandbox ... (32 actions running) [25,479 / 25,732] GoLink pkg/extension/enterprise/audit/audit_test_/audit_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,486 / 25,732] GoLink pkg/extension/enterprise/audit/audit_test_/audit_test; 19s remote-cache, linux-sandbox ... (29 actions, 28 running) [25,517 / 25,732] GoLink pkg/expression/integration_test/integration_test_test_/integration_test_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,525 / 25,732] GoLink pkg/planner/core/casetest/flatplan/flatplan_test_/flatplan_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,528 / 25,732] GoLink pkg/planner/core/casetest/hint/hint_test_/hint_test; 15s remote-cache, linux-sandbox ... (32 actions running) [25,529 / 25,732] GoLink pkg/planner/core/casetest/dag/dag_test_/dag_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,540 / 25,732] GoLink pkg/planner/core/casetest/index/index_test_/index_test; 12s remote-cache, linux-sandbox ... (31 actions running) [25,548 / 25,732] GoLink pkg/planner/core/casetest/index/index_test_/index_test; 14s remote-cache, linux-sandbox ... (32 actions running) [25,549 / 25,732] GoLink pkg/planner/core/casetest/index/index_test_/index_test; 15s remote-cache, linux-sandbox ... (32 actions running) [25,552 / 25,732] GoLink pkg/planner/core/casetest/join/join_test_/join_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,555 / 25,732] GoLink pkg/planner/core/casetest/join/join_test_/join_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,569 / 25,732] GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; 12s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,574 / 25,732] GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; 14s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,574 / 25,732] GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; 15s remote-cache, linux-sandbox ... (32 actions running) [25,574 / 25,732] GoLink pkg/planner/core/casetest/partition/partition_test_/partition_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,575 / 25,732] GoLink pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,576 / 25,732] GoLink pkg/planner/core/casetest/parallelapply/parallelapply_test_/parallelapply_test; 17s remote-cache, linux-sandbox ... (32 actions running) [25,594 / 25,732] GoLink pkg/planner/core/casetest/pushdown/pushdown_test_/pushdown_test; 18s remote-cache, linux-sandbox ... (30 actions, 28 running) [25,606 / 25,732] GoLink pkg/planner/core/casetest/windows/windows_test_/windows_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,613 / 25,732] GoLink pkg/planner/core/casetest/windows/windows_test_/windows_test; 19s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,625 / 25,732] GoLink pkg/planner/core/tests/analyze/analyze_test_/analyze_test; 16s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,650 / 25,732] GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,657 / 25,732] GoLink pkg/planner/core/casetest/casetest_test_/casetest_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,675 / 25,732] GoLink pkg/planner/core/tests/extractor/extractor_test_/extractor_test; 14s remote-cache, linux-sandbox ... (32 actions running) [25,675 / 25,732] GoLink pkg/planner/core/tests/extractor/extractor_test_/extractor_test; 16s remote-cache, linux-sandbox ... (32 actions running) [25,676 / 25,732] GoLink pkg/planner/core/tests/cte/cte_test_/cte_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,688 / 25,732] GoLink pkg/sessiontxn/staleread/staleread_test_/staleread_test; 18s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,690 / 25,732] GoLink pkg/planner/core/tests/null/null_test_/null_test; 13s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,690 / 25,732] GoLink pkg/planner/core/tests/null/null_test_/null_test; 14s remote-cache, linux-sandbox ... (32 actions running) [25,696 / 25,732] GoLink pkg/planner/core/tests/null/null_test_/null_test; 15s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,698 / 25,732] GoLink pkg/planner/core/tests/null/null_test_/null_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,700 / 25,732] GoLink pkg/planner/core/tests/redact/redact_test_/redact_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,714 / 25,732] GoLink pkg/planner/util/fixcontrol/fixcontrol_test_/fixcontrol_test; 18s remote-cache, linux-sandbox ... (32 actions running) [25,715 / 25,732] GoLink pkg/planner/core/tests/prepare/prepare_test_/prepare_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running) [25,717 / 25,732] GoLink pkg/session/resourcegrouptest/resourcegrouptest_test_/resourcegrouptest_test; 17s remote-cache, linux-sandbox ... (30 actions running) [25,719 / 25,732] GoLink pkg/server/tests/commontest/commontest_test_/commontest_test; 18s remote-cache, linux-sandbox ... (26 actions running) [25,723 / 25,732] GoLink pkg/session/test/variable/variable_test_/variable_test; 14s remote-cache, linux-sandbox ... (18 actions running) [25,723 / 25,732] GoLink pkg/session/test/variable/variable_test_/variable_test; 16s remote-cache, linux-sandbox ... (18 actions running) [25,725 / 25,732] GoLink pkg/session/test/test_test_/test_test; 13s remote-cache, linux-sandbox ... (14 actions running) [25,725 / 25,732] GoLink pkg/session/test/test_test_/test_test; 14s remote-cache, linux-sandbox ... (14 actions running) [25,727 / 25,732] GoLink pkg/server/tests/cursor/cursor_test_/cursor_test; 13s remote-cache, linux-sandbox ... (10 actions running) [25,727 / 25,732] GoLink pkg/server/tests/cursor/cursor_test_/cursor_test; 15s remote-cache, linux-sandbox ... (10 actions running) [25,731 / 25,732] GoLink pkg/server/tests/tls/tls_test_/tls_test; 15s remote-cache, linux-sandbox INFO: Elapsed time: 932.010s, Critical Path: 191.08s INFO: 25732 processes: 23166 remote cache hit, 1055 internal, 1511 linux-sandbox. INFO: Build completed successfully, 25732 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 --define gotags=codes --//build:with_nogo_flag=true INFO: Invocation ID: 6c623203-bfa1-4482-824a-04f38956a007 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/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/ghpr_build/tidb/.bazelrc: 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'build' from /data/..2025_04_04_10_30_16.838353844/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/ghpr_build/tidb/.bazelrc: --color=yes --experimental_remote_cache_compression Loading: Loading: Loading: 0 packages loaded INFO: Build option --define has changed, discarding analysis cache. Analyzing: 3 targets (0 packages loaded, 0 targets configured) INFO: Analyzed 3 targets (0 packages loaded, 14498 targets configured).  checking cached actions INFO: Found 3 targets... [0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt [19 / 4,733] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/pprof, 9.0 MiB / 11.8 MiB; 1s remote-cache ... (2 actions, 0 running) [83 / 4,733] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; 2s remote-cache ... (16 actions, 0 running) [467 / 4,733] GoCompilePkg external/com_github_tiancaiamao_appdash/appdash.a; 0s remote-cache ... (16 actions, 0 running) [901 / 4,733] GoCompilePkg external/org_golang_x_xerrors/xerrors.a; 0s remote-cache ... (16 actions, 0 running) [1,226 / 4,733] GoCompilePkg external/co_honnef_go_tools/staticcheck/sa9008/sa9008.a [for tool]; 0s remote-cache ... (16 actions, 0 running) [1,386 / 4,733] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 55.3 MiB / 71.4 MiB; 1s remote-cache ... (16 actions, 0 running) [1,521 / 4,733] GoLink build/tidb_nogo_actual_/tidb_nogo_actual [for tool]; 0s remote-cache ... (3 actions, 0 running) [3,795 / 4,733] Running nogo on @com_github_tikv_client_go_v2//internal/unionstore:unionstore; 0s remote-cache ... (4 actions, 0 running) [4,213 / 4,733] [Prepa] Running nogo on //pkg/executor/internal/vecgroupchecker:vecgroupchecker [4,402 / 4,733] GoCompilePkg br/pkg/version/version.a; Downloading br/pkg/version/version.x, 56.0 KiB / 409.2 KiB; 0s remote-cache ... (10 actions, 0 running) [4,546 / 4,733] [Prepa] Running nogo on //pkg/domain:domain [4,598 / 4,733] GoCompilePkg pkg/executor/lockstats/lockstats.a; Downloading pkg/executor/lockstats/lockstats.a, 8.0 MiB / 10.3 MiB; 0s remote-cache ... (9 actions, 0 running) [4,647 / 4,733] Running nogo on //pkg/planner/core:core; 0s remote-cache, linux-sandbox ... (5 actions, 4 running) [4,657 / 4,733] Running nogo on //pkg/planner/core:core; 1s remote-cache, linux-sandbox ... (4 actions running) [4,659 / 4,733] GoCompilePkg pkg/planner/core/core.a; 4s remote-cache, linux-sandbox [4,659 / 4,733] GoCompilePkg pkg/planner/core/core.a; 7s remote-cache, linux-sandbox [4,661 / 4,733] Running nogo on //pkg/executor/internal/mpp:mpp; 0s remote-cache, linux-sandbox ... (31 actions, 30 running) [4,678 / 4,733] Running nogo on //pkg/executor/join:join; 1s remote-cache, linux-sandbox ... (13 actions, 12 running) [4,688 / 4,733] GoCompilePkg pkg/sessiontxn/isolation/isolation.a; 2s remote-cache, linux-sandbox ... (5 actions, 4 running) [4,689 / 4,733] GoLink cmd/importer/importer_/importer; 2s remote-cache, linux-sandbox ... (6 actions running) [4,691 / 4,733] GoLink cmd/importer/importer_/importer; 5s remote-cache, linux-sandbox ... (4 actions running) [4,691 / 4,733] GoLink cmd/importer/importer_/importer; 7s remote-cache, linux-sandbox ... (4 actions running) [4,693 / 4,733] [Prepa] GoCompilePkg pkg/util/workloadrepo/workloadrepo.a [4,695 / 4,733] Running nogo on //pkg/session:session; 1s remote-cache, linux-sandbox ... (6 actions running) [4,719 / 4,733] GoCompilePkg pkg/server/handler/tikvhandler/tikvhandler.a; 1s remote-cache, linux-sandbox [4,720 / 4,733] GoCompilePkg pkg/server/server.a; 0s remote-cache, linux-sandbox ... (4 actions running) [4,723 / 4,733] [Prepa] Running nogo on //cmd/tidb-server:tidb-server [4,731 / 4,733] checking cached actions [4,731 / 4,733] GoLink cmd/tidb-server/tidb-server_/tidb-server; 1s remote-cache, linux-sandbox ... (4 actions running) [4,731 / 4,733] GoLink cmd/tidb-server/tidb-server_/tidb-server; 10s remote-cache, linux-sandbox ... (4 actions running) [4,731 / 4,733] GoLink cmd/tidb-server/tidb-server_/tidb-server; 11s remote-cache, linux-sandbox ... (4 actions running) INFO: Elapsed time: 56.049s, Critical Path: 50.97s INFO: 3291 processes: 3253 remote cache hit, 1 internal, 37 linux-sandbox. INFO: Build completed successfully, 3291 total actions 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=codes,enterprise INFO: Invocation ID: 861b55e5-ea1a-46e6-9caf-7b877f817df1 INFO: Reading 'startup' options from /home/jenkins/agent/workspace/pingcap/tidb/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/ghpr_build/tidb/.bazelrc: 'build' options: --http_timeout_scaling=0.1 --announce_rc --experimental_guard_against_concurrent_changes --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution INFO: Reading rc options for 'build' from /data/..2025_04_04_10_30_16.838353844/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/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, 14295 targets configured).  checking cached actions INFO: Found 1 target... [0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt [15 / 4,694] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 9.0 MiB / 18.9 MiB; 1s remote-cache ... (2 actions, 0 running) [75 / 4,694] GoCompilePkg external/org_golang_x_text/encoding/internal/identifier/identifier.a; Downloading external/org_golang_x_text/encoding/internal/identifier/identifier.x, 3.8 KiB / 18.5 KiB; 0s remote-cache ... (14 actions, 0 running) [517 / 4,694] GoCompilePkg external/com_github_prometheus_procfs/procfs.a; Downloading external/com_github_prometheus_procfs/procfs.a, 1.9 MiB / 2.2 MiB; 0s remote-cache ... (16 actions, 0 running) [849 / 4,694] GoCompilePkg external/io_k8s_api/core/v1/core.a; Downloading external/io_k8s_api/core/v1/core.a, 8.0 MiB / 21.1 MiB; 0s remote-cache ... (16 actions, 0 running) [1,106 / 4,694] GoCompilePkg external/com_github_aws_aws_sdk_go/service/ec2/ec2.a; Downloading external/com_github_aws_aws_sdk_go/service/ec2/ec2.a, 18.2 MiB / 71.4 MiB; 0s remote-cache ... (16 actions, 0 running) [1,357 / 4,694] GoCompilePkg external/com_github_pingcap_tipb/go-tipb/go-tipb.a; 0s remote-cache ... (16 actions, 0 running) [2,092 / 4,694] Running nogo on @com_github_remyoudompheng_bigfft//:bigfft; 0s remote-cache ... (16 actions, 0 running) [3,949 / 4,694] GoCompilePkg pkg/util/generatedexpr/generatedexpr.a; 0s remote-cache ... (16 actions, 0 running) [4,184 / 4,694] [Prepa] Running nogo on //pkg/executor/internal/vecgroupchecker:vecgroupchecker ... (3 actions, 0 running) [4,389 / 4,694] GoCompilePkg pkg/privilege/privileges/privileges.a; Downloading pkg/privilege/privileges/privileges.a, 7.4 MiB / 8.5 MiB; 0s remote-cache ... (12 actions, 0 running) [4,520 / 4,694] [Prepa] Running nogo on //pkg/planner/util/domainmisc:domainmisc ... (3 actions, 0 running) [4,600 / 4,694] GoCompilePkg br/pkg/stream/stream.a; Downloading br/pkg/stream/stream.a, 5.1 MiB / 12.7 MiB; 0s remote-cache ... (5 actions, 0 running) [4,628 / 4,694] Running nogo on //pkg/planner/core:core; 1s remote-cache, linux-sandbox ... (4 actions running) [4,630 / 4,694] GoCompilePkg pkg/planner/core/core.a; 4s remote-cache, linux-sandbox [4,630 / 4,694] GoCompilePkg pkg/planner/core/core.a; 7s remote-cache, linux-sandbox [4,644 / 4,694] Running nogo on //pkg/executor/importer:importer; 1s remote-cache, linux-sandbox ... (12 actions running) [4,655 / 4,694] Running nogo on //pkg/executor:executor; 1s remote-cache, linux-sandbox ... (4 actions running) [4,657 / 4,694] GoCompilePkg pkg/executor/executor.a; 4s remote-cache, linux-sandbox [4,658 / 4,694] [Prepa] Running nogo on //pkg/util/workloadrepo:workloadrepo [4,663 / 4,694] GoCompilePkg pkg/session/session.a; 1s remote-cache, linux-sandbox [4,682 / 4,694] Running nogo on //pkg/server/handler/tikvhandler:tikvhandler; 0s remote-cache, linux-sandbox ... (4 actions running) [4,685 / 4,694] [Prepa] Running nogo on //pkg/server:server [4,687 / 4,694] GoCompilePkg pkg/server/server.a; 1s remote-cache, linux-sandbox [4,688 / 4,694] Running nogo on //cmd/tidb-server:tidb-server_lib; 1s remote-cache, linux-sandbox ... (6 actions running) [4,692 / 4,694] GoCompilePkg cmd/tidb-server/tidb-server.a; 2s remote-cache, linux-sandbox [4,693 / 4,694] GoLink cmd/tidb-server/tidb-server_/tidb-server; 1s remote-cache, linux-sandbox [4,693 / 4,694] GoLink cmd/tidb-server/tidb-server_/tidb-server; 10s remote-cache, linux-sandbox [4,693 / 4,694] GoLink cmd/tidb-server/tidb-server_/tidb-server; 12s remote-cache, linux-sandbox [4,694 / 4,694] checking cached actions Target //cmd/tidb-server:tidb-server up-to-date: bazel-bin/cmd/tidb-server/tidb-server_/tidb-server INFO: Elapsed time: 55.342s, Critical Path: 50.68s INFO: 3260 processes: 3229 remote cache hit, 1 internal, 30 linux-sandbox. INFO: Build completed successfully, 3260 total actions ./bazel-out/k8-fastbuild/bin/cmd/tidb-server/tidb-server_/tidb-server -V Release Version: v9.0.0-alpha-514-g997b0d5608 Edition: Enterprise Git Commit Hash: 997b0d5608a0427d26dbe9c406c0944d7db3bf45 Git Branch: HEAD UTC Build Time: 2025-04-04 10:47:43 GoVersion: go1.23.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/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/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 ./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 ./lightning ./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 ./Makefile ./Makefile.common ./OWNERS ./OWNERS_ALIASES ./README.md ./SECURITY.md ./WORKSPACE ./WORKSPACE.patchgo ./bazel-bin ./bazel-out ./bazel-testlogs ./bazel-tidb ./bin/ ./bin/tidb-server-check ./bin/tidb-server ./bin/importer ./br/ ./br/.gitignore ./br/.dockerignore ./br/docker/ ./br/docker/config/ ./br/docker/config/tikv.toml ./br/docker/config/tidb.toml ./br/docker/config/pd.toml ./br/docker/minio.env ./br/docker/Dockerfile ./br/docker/gcs.env ./br/tests/ ./br/tests/br_replica_read/ ./br/tests/br_replica_read/placement_rule_with_learner_template.json ./br/tests/br_replica_read/run.sh ./br/tests/BUILD.bazel ./br/tests/br_skip_checksum/ ./br/tests/br_skip_checksum/run.sh ./br/tests/br_skip_checksum/workload ./br/tests/br_history/ ./br/tests/br_history/run.sh ./br/tests/br_history/workload ./br/tests/br_case_sensitive/ ./br/tests/br_case_sensitive/run.sh ./br/tests/br_incompatible_tidb_config/ ./br/tests/br_incompatible_tidb_config/config/ ./br/tests/br_incompatible_tidb_config/config/tidb-max-index-length.toml ./br/tests/br_incompatible_tidb_config/run.sh ./br/tests/br_incremental_index/ ./br/tests/br_incremental_index/run.sh ./br/tests/br_crypter2/ ./br/tests/br_crypter2/run.sh ./br/tests/br_crypter2/workload ./br/tests/br_encryption/ ./br/tests/br_encryption/run.sh ./br/tests/br_encryption/workload ./br/tests/br_pitr_gc_safepoint/ ./br/tests/br_pitr_gc_safepoint/prepare_data/ ./br/tests/br_pitr_gc_safepoint/prepare_data/delete_range.sql ./br/tests/br_pitr_gc_safepoint/prepare_data/ingest_repair.sql ./br/tests/br_pitr_gc_safepoint/run.sh ./br/tests/br_clustered_index/ ./br/tests/br_clustered_index/run.sh ./br/tests/br_table_filter/ ./br/tests/br_table_filter/run.sh ./br/tests/br_shuffle_region/ ./br/tests/br_shuffle_region/run.sh ./br/tests/br_shuffle_region/workload ./br/tests/br_pitr_failpoint/ ./br/tests/br_pitr_failpoint/prepare_data/ ./br/tests/br_pitr_failpoint/prepare_data/ingest_repair.sql ./br/tests/br_pitr_failpoint/intersect_data/ ./br/tests/br_pitr_failpoint/intersect_data/ingest_repair1.sql ./br/tests/br_pitr_failpoint/run.sh ./br/tests/br_pitr_failpoint/check/ ./br/tests/br_pitr_failpoint/check/check_ingest_repair.sh ./br/tests/br_partition_add_index/ ./br/tests/br_partition_add_index/run.sh ./br/tests/config/ ./br/tests/config/restore-tikv.toml ./br/tests/config/tikv.toml ./br/tests/config/tidb.toml ./br/tests/config/pd.toml ./br/tests/br_range/ ./br/tests/br_range/run.sh ./br/tests/br_restore_log_task_enable/ ./br/tests/br_restore_log_task_enable/run.sh ./br/tests/br_300_small_tables/ ./br/tests/br_300_small_tables/run.sh ./br/tests/br_full_ddl/ ./br/tests/br_full_ddl/run.sh ./br/tests/br_full_ddl/workload ./br/tests/run_group_br_tests.sh ./br/tests/br_tikv_outage3/ ./br/tests/br_tikv_outage3/run.sh ./br/tests/br_tikv_outage3/workload ./br/tests/br_tidb_placement_policy/ ./br/tests/br_tidb_placement_policy/run.sh ./br/tests/br_ebs/ ./br/tests/br_ebs/backupmeta ./br/tests/br_ebs/run.sh ./br/tests/br_stats/ ./br/tests/br_stats/run.sh ./br/tests/br_stats/workload ./br/tests/br_key_locked/ ./br/tests/br_key_locked/BUILD.bazel ./br/tests/br_key_locked/codec.go ./br/tests/br_key_locked/locker.go ./br/tests/br_key_locked/run.sh ./br/tests/br_key_locked/workload ./br/tests/br_cache_table/ ./br/tests/br_cache_table/run.sh ./br/tests/docker_compatible_gcs/ ./br/tests/docker_compatible_gcs/_run.sh ./br/tests/docker_compatible_gcs/prepare.sh ./br/tests/br_tikv_outage/ ./br/tests/br_tikv_outage/run.sh ./br/tests/br_tikv_outage/workload ./br/tests/br_incremental_same_table/ ./br/tests/br_incremental_same_table/run.sh ./br/tests/br_log_test/ ./br/tests/br_log_test/run.sh ./br/tests/br_log_test/workload ./br/tests/run_br ./br/tests/br_insert_after_restore/ ./br/tests/br_insert_after_restore/run.sh ./br/tests/br_backup_version/ ./br/tests/br_backup_version/run.sh ./br/tests/br_s3/ ./br/tests/br_s3/run.sh ./br/tests/br_s3/workload ./br/tests/up.sh ./br/tests/br_full/ ./br/tests/br_full/run.sh ./br/tests/br_full/workload ./br/tests/br_move_backup/ ./br/tests/br_move_backup/run.sh ./br/tests/br_move_backup/workload ./br/tests/br_check_dup_table/ ./br/tests/br_check_dup_table/run.sh ./br/tests/br_db_online/ ./br/tests/br_db_online/run.sh ./br/tests/br_foreign_key/ ./br/tests/br_foreign_key/run.sh ./br/tests/utils.go ./br/tests/br_debug_meta/ ./br/tests/br_debug_meta/run.sh ./br/tests/br_debug_meta/workload ./br/tests/br_tikv_outage2/ ./br/tests/br_tikv_outage2/run.sh ./br/tests/br_tikv_outage2/workload ./br/tests/docker_compatible_s3/ ./br/tests/docker_compatible_s3/_run.sh ./br/tests/docker_compatible_s3/prepare.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/br_pitr_long_running_schema_loading/ ./br/tests/br_pitr_long_running_schema_loading/run.sh ./br/tests/br_db/ ./br/tests/br_db/run.sh ./br/tests/br_azblob/ ./br/tests/br_azblob/_run.sh ./br/tests/br_azblob/workload ./br/tests/br_table_partition/ ./br/tests/br_table_partition/run.sh ./br/tests/br_table_partition/prepare.sh ./br/tests/br_test_utils.sh ./br/tests/br_systables/ ./br/tests/br_systables/run.sh ./br/tests/br_systables/workload ./br/tests/br_shuffle_leader/ ./br/tests/br_shuffle_leader/run.sh ./br/tests/br_shuffle_leader/workload ./br/tests/br_mv_index/ ./br/tests/br_mv_index/run.sh ./br/tests/br_autoid/ ./br/tests/br_autoid/run.sh ./br/tests/br_single_table/ ./br/tests/br_single_table/run.sh ./br/tests/br_single_table/workload ./br/tests/br_pitr/ ./br/tests/br_pitr/prepare_data/ ./br/tests/br_pitr/prepare_data/delete_range.sql ./br/tests/br_pitr/prepare_data/ingest_repair.sql ./br/tests/br_pitr/prepare_data/key_types.sql ./br/tests/br_pitr/incremental_data/ ./br/tests/br_pitr/incremental_data/delete_range.sql ./br/tests/br_pitr/incremental_data/ingest_repair.sql ./br/tests/br_pitr/incremental_data/key_types.sql ./br/tests/br_pitr/config/ ./br/tests/br_pitr/config/tidb-max-index-length.toml ./br/tests/br_pitr/run.sh ./br/tests/br_pitr/check/ ./br/tests/br_pitr/check/check_ingest_repair.sh ./br/tests/br_pitr/check/check_key_types.sh ./br/tests/br_crypter/ ./br/tests/br_crypter/run.sh ./br/tests/br_crypter/workload ./br/tests/br_incremental_only_ddl/ ./br/tests/br_incremental_only_ddl/run.sh ./br/tests/run.sh ./br/tests/README.md ./br/tests/br_backup_empty/ ./br/tests/br_backup_empty/run.sh ./br/tests/br_incremental/ ./br/tests/br_incremental/run.sh ./br/tests/br_incremental/workload ./br/tests/run_compatible.sh ./br/tests/br_incremental_ddl/ ./br/tests/br_incremental_ddl/run.sh ./br/tests/br_views_and_sequences/ ./br/tests/br_views_and_sequences/run.sh ./br/tests/br_pitr_table_filter/ ./br/tests/br_pitr_table_filter/run.sh ./br/tests/br_restore_checkpoint/ ./br/tests/br_restore_checkpoint/run.sh ./br/tests/br_autorandom/ ./br/tests/br_autorandom/run.sh ./br/tests/br_rawkv/ ./br/tests/br_rawkv/BUILD.bazel ./br/tests/br_rawkv/run.sh ./br/tests/br_rawkv/client.go ./br/tests/br_tiflash/ ./br/tests/br_tiflash/run.sh ./br/tests/br_split_region_fail/ ./br/tests/br_split_region_fail/run.sh ./br/tests/br_split_region_fail/workload ./br/tests/br_db_online_newkv/ ./br/tests/br_db_online_newkv/run.sh ./br/tests/br_tiflash_conflict/ ./br/tests/br_tiflash_conflict/prepare_data/ ./br/tests/br_tiflash_conflict/prepare_data/insert_data.sql ./br/tests/br_tiflash_conflict/prepare_data/prepare_data.sql ./br/tests/br_tiflash_conflict/run.sh ./br/tests/br_file_corruption/ ./br/tests/br_file_corruption/run.sh ./br/tests/br_file_corruption/workload ./br/tests/br_charset_gbk/ ./br/tests/br_charset_gbk/tidb-new-collation.toml ./br/tests/br_charset_gbk/run.sh ./br/tests/br_db_skip/ ./br/tests/br_db_skip/run.sh ./br/tests/br_ttl/ ./br/tests/br_ttl/run.sh ./br/tests/br_other/ ./br/tests/br_other/run.sh ./br/tests/br_full_index/ ./br/tests/br_full_index/run.sh ./br/tests/br_full_index/workload ./br/tests/br_gcs/ ./br/tests/br_gcs/run.sh ./br/tests/br_gcs/workload ./br/tests/download_tools.sh ./br/tests/download_integration_test_binaries.sh ./br/tests/br_z_gc_safepoint/ ./br/tests/br_z_gc_safepoint/BUILD.bazel ./br/tests/br_z_gc_safepoint/gc.go ./br/tests/br_z_gc_safepoint/run.sh ./br/tests/br_z_gc_safepoint/workload ./br/tests/br_txn/ ./br/tests/br_txn/BUILD.bazel ./br/tests/br_txn/run.sh ./br/tests/br_txn/client.go ./br/tests/br_check_new_collocation_enable/ ./br/tests/br_check_new_collocation_enable/config/ ./br/tests/br_check_new_collocation_enable/config/new_collation_enable_false.toml ./br/tests/br_check_new_collocation_enable/config/new_collation_enable_true.toml ./br/tests/br_check_new_collocation_enable/run.sh ./br/tests/br_restore_TDE_enable/ ./br/tests/br_restore_TDE_enable/run.sh ./br/tests/br_restore_TDE_enable/workload ./br/cmd/ ./br/cmd/br/ ./br/cmd/br/BUILD.bazel ./br/cmd/br/fips.go ./br/cmd/br/backup.go ./br/cmd/br/debug.go ./br/cmd/br/main_test.go ./br/cmd/br/operator.go ./br/cmd/br/restore.go ./br/cmd/br/cmd.go ./br/cmd/br/stream.go ./br/cmd/br/main.go ./br/docker-compose.yaml ./br/compatibility/ ./br/compatibility/prepare_data/ ./br/compatibility/prepare_data/workload ./br/compatibility/prepare_backup.sh ./br/compatibility/get_last_tags.sh ./br/compatibility/backup_cluster.yaml ./br/compatibility/credentials/ ./br/compatibility/credentials/application_default_credentials.json ./br/COMPATIBILITY_TEST.md ./br/SECURITY.md ./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/solution3-of-key-rewrite.svg ./br/docs/resources/download-sst-diagram.svg ./br/docs/resources/arch-of-reorganized-importer.svg ./br/.editorconfig ./br/.golangci.yml ./br/CONTRIBUTING.md ./br/OWNERS ./br/metrics/ ./br/metrics/alertmanager/ ./br/metrics/alertmanager/lightning.rules.yml ./br/metrics/grafana/ ./br/metrics/grafana/lightning.json ./br/metrics/grafana/br.json ./br/README.md ./br/errors.toml ./br/images/ ./br/images/arch.svg ./br/revive.toml ./br/LICENSE.md ./br/.gitattributes ./br/pkg/ ./br/pkg/pdutil/ ./br/pkg/pdutil/BUILD.bazel ./br/pkg/pdutil/pd.go ./br/pkg/pdutil/main_test.go ./br/pkg/pdutil/utils.go ./br/pkg/pdutil/pd_serial_test.go ./br/pkg/mock/ ./br/pkg/mock/mock_cluster_test.go ./br/pkg/mock/BUILD.bazel ./br/pkg/mock/encode.go ./br/pkg/mock/backend.go ./br/pkg/mock/mock_cluster.go ./br/pkg/mock/storage/ ./br/pkg/mock/storage/BUILD.bazel ./br/pkg/mock/storage/storage.go ./br/pkg/mock/s3iface.go ./br/pkg/mock/mockid/ ./br/pkg/mock/mockid/BUILD.bazel ./br/pkg/mock/mockid/mockid.go ./br/pkg/mock/importer.go ./br/pkg/mock/mocklocal/ ./br/pkg/mock/mocklocal/BUILD.bazel ./br/pkg/mock/mocklocal/local.go ./br/pkg/mock/task_register.go ./br/pkg/rtree/ ./br/pkg/rtree/BUILD.bazel ./br/pkg/rtree/logging.go ./br/pkg/rtree/rtree_test.go ./br/pkg/rtree/logging_test.go ./br/pkg/rtree/main_test.go ./br/pkg/rtree/rtree.go ./br/pkg/rtree/merge_fuzz_test.go ./br/pkg/task/ ./br/pkg/task/restore_txn.go ./br/pkg/task/operator/ ./br/pkg/task/operator/BUILD.bazel ./br/pkg/task/operator/force_flush.go ./br/pkg/task/operator/list_migration.go ./br/pkg/task/operator/migrate_to.go ./br/pkg/task/operator/base64ify.go ./br/pkg/task/operator/config.go ./br/pkg/task/operator/checksum_table.go ./br/pkg/task/operator/prepare_snap.go ./br/pkg/task/restore_data.go ./br/pkg/task/BUILD.bazel ./br/pkg/task/backup_raw.go ./br/pkg/task/backup_ebs.go ./br/pkg/task/common.go ./br/pkg/task/encryption_test.go ./br/pkg/task/backup.go ./br/pkg/task/restore_test.go ./br/pkg/task/backup_test.go ./br/pkg/task/encryption.go ./br/pkg/task/config_test.go ./br/pkg/task/restore.go ./br/pkg/task/stream_test.go ./br/pkg/task/common_test.go ./br/pkg/task/stream.go ./br/pkg/task/show/ ./br/pkg/task/show/BUILD.bazel ./br/pkg/task/show/cmd_test.go ./br/pkg/task/show/testdata/ ./br/pkg/task/show/testdata/full-schema.meta ./br/pkg/task/show/testdata/v2/ ./br/pkg/task/show/testdata/v2/backupmeta ./br/pkg/task/show/testdata/v2/backupmeta.schema.000000001 ./br/pkg/task/show/testdata/v2-enc/ ./br/pkg/task/show/testdata/v2-enc/backupmeta ./br/pkg/task/show/testdata/v2-enc/backupmeta.schema.000000001 ./br/pkg/task/show/cmd.go ./br/pkg/task/backup_ebs_test.go ./br/pkg/task/restore_raw.go ./br/pkg/task/backup_txn.go ./br/pkg/task/restore_ebs_meta.go ./br/pkg/streamhelper/ ./br/pkg/streamhelper/integration_test.go ./br/pkg/streamhelper/BUILD.bazel ./br/pkg/streamhelper/spans/ ./br/pkg/streamhelper/spans/BUILD.bazel ./br/pkg/streamhelper/spans/sorted.go ./br/pkg/streamhelper/spans/value_sorted_test.go ./br/pkg/streamhelper/spans/value_sorted.go ./br/pkg/streamhelper/spans/utils.go ./br/pkg/streamhelper/spans/sorted_test.go ./br/pkg/streamhelper/spans/utils_test.go ./br/pkg/streamhelper/prefix_scanner.go ./br/pkg/streamhelper/regioniter_test.go ./br/pkg/streamhelper/advancer_test.go ./br/pkg/streamhelper/models.go ./br/pkg/streamhelper/config/ ./br/pkg/streamhelper/config/BUILD.bazel ./br/pkg/streamhelper/config/advancer_conf.go ./br/pkg/streamhelper/advancer.go ./br/pkg/streamhelper/advancer_cliext.go ./br/pkg/streamhelper/advancer_env.go ./br/pkg/streamhelper/collector.go ./br/pkg/streamhelper/daemon/ ./br/pkg/streamhelper/daemon/BUILD.bazel ./br/pkg/streamhelper/daemon/owner_daemon.go ./br/pkg/streamhelper/daemon/owner_daemon_test.go ./br/pkg/streamhelper/daemon/interface.go ./br/pkg/streamhelper/flush_subscriber.go ./br/pkg/streamhelper/basic_lib_for_test.go ./br/pkg/streamhelper/client.go ./br/pkg/streamhelper/advancer_daemon.go ./br/pkg/streamhelper/subscription_test.go ./br/pkg/streamhelper/regioniter.go ./br/pkg/summary/ ./br/pkg/summary/BUILD.bazel ./br/pkg/summary/collector_test.go ./br/pkg/summary/main_test.go ./br/pkg/summary/collector.go ./br/pkg/summary/summary.go ./br/pkg/gluetikv/ ./br/pkg/gluetikv/BUILD.bazel ./br/pkg/gluetikv/glue_test.go ./br/pkg/gluetikv/glue.go ./br/pkg/backup/ ./br/pkg/backup/BUILD.bazel ./br/pkg/backup/prepare_snap/ ./br/pkg/backup/prepare_snap/BUILD.bazel ./br/pkg/backup/prepare_snap/prepare_test.go ./br/pkg/backup/prepare_snap/env.go ./br/pkg/backup/prepare_snap/errors.go ./br/pkg/backup/prepare_snap/stream.go ./br/pkg/backup/prepare_snap/prepare.go ./br/pkg/backup/client_test.go ./br/pkg/backup/schema.go ./br/pkg/backup/schema_test.go ./br/pkg/backup/check.go ./br/pkg/backup/main_test.go ./br/pkg/backup/store_test.go ./br/pkg/backup/store.go ./br/pkg/backup/metrics.go ./br/pkg/backup/client.go ./br/pkg/config/ ./br/pkg/config/BUILD.bazel ./br/pkg/config/ebs.go ./br/pkg/config/ebs_test.go ./br/pkg/config/ebs_backup.json ./br/pkg/config/kv.go ./br/pkg/encryption/ ./br/pkg/encryption/BUILD.bazel ./br/pkg/encryption/manager.go ./br/pkg/encryption/master_key/ ./br/pkg/encryption/master_key/multi_master_key_backend_test.go ./br/pkg/encryption/master_key/file_backend_test.go ./br/pkg/encryption/master_key/BUILD.bazel ./br/pkg/encryption/master_key/common.go ./br/pkg/encryption/master_key/kms_backend_test.go ./br/pkg/encryption/master_key/mem_backend_test.go ./br/pkg/encryption/master_key/kms_backend.go ./br/pkg/encryption/master_key/master_key.go ./br/pkg/encryption/master_key/file_backend.go ./br/pkg/encryption/master_key/multi_master_key_backend.go ./br/pkg/encryption/master_key/mem_backend.go ./br/pkg/restore/ ./br/pkg/restore/BUILD.bazel ./br/pkg/restore/misc.go ./br/pkg/restore/import_mode_switcher_test.go ./br/pkg/restore/split/ ./br/pkg/restore/split/mock_pd_client.go ./br/pkg/restore/split/BUILD.bazel ./br/pkg/restore/split/sum_sorted.go ./br/pkg/restore/split/splitter.go ./br/pkg/restore/split/split.go ./br/pkg/restore/split/client_test.go ./br/pkg/restore/split/client.go ./br/pkg/restore/split/sum_sorted_test.go ./br/pkg/restore/split/split_test.go ./br/pkg/restore/split/region.go ./br/pkg/restore/misc_test.go ./br/pkg/restore/internal/ ./br/pkg/restore/internal/prealloc_db/ ./br/pkg/restore/internal/prealloc_db/BUILD.bazel ./br/pkg/restore/internal/prealloc_db/db.go ./br/pkg/restore/internal/prealloc_db/db_test.go ./br/pkg/restore/internal/import_client/ ./br/pkg/restore/internal/import_client/BUILD.bazel ./br/pkg/restore/internal/import_client/import_client.go ./br/pkg/restore/internal/import_client/import_client_test.go ./br/pkg/restore/internal/prealloc_table_id/ ./br/pkg/restore/internal/prealloc_table_id/BUILD.bazel ./br/pkg/restore/internal/prealloc_table_id/alloc.go ./br/pkg/restore/internal/prealloc_table_id/alloc_test.go ./br/pkg/restore/internal/rawkv/ ./br/pkg/restore/internal/rawkv/BUILD.bazel ./br/pkg/restore/internal/rawkv/rawkv_client_test.go ./br/pkg/restore/internal/rawkv/rawkv_client.go ./br/pkg/restore/log_client/ ./br/pkg/restore/log_client/BUILD.bazel ./br/pkg/restore/log_client/import_retry_test.go ./br/pkg/restore/log_client/batch_meta_processor.go ./br/pkg/restore/log_client/log_file_map.go ./br/pkg/restore/log_client/compacted_file_strategy.go ./br/pkg/restore/log_client/migration.go ./br/pkg/restore/log_client/client_test.go ./br/pkg/restore/log_client/import_retry.go ./br/pkg/restore/log_client/main_test.go ./br/pkg/restore/log_client/log_file_manager_test.go ./br/pkg/restore/log_client/log_split_strategy.go ./br/pkg/restore/log_client/log_file_manager.go ./br/pkg/restore/log_client/ssts.go ./br/pkg/restore/log_client/log_file_map_test.go ./br/pkg/restore/log_client/migration_test.go ./br/pkg/restore/log_client/export_test.go ./br/pkg/restore/log_client/client.go ./br/pkg/restore/log_client/import.go ./br/pkg/restore/log_client/import_test.go ./br/pkg/restore/tiflashrec/ ./br/pkg/restore/tiflashrec/BUILD.bazel ./br/pkg/restore/tiflashrec/tiflash_recorder.go ./br/pkg/restore/tiflashrec/tiflash_recorder_test.go ./br/pkg/restore/import_mode_switcher.go ./br/pkg/restore/restorer_test.go ./br/pkg/restore/ingestrec/ ./br/pkg/restore/ingestrec/BUILD.bazel ./br/pkg/restore/ingestrec/ingest_recorder.go ./br/pkg/restore/ingestrec/ingest_recorder_test.go ./br/pkg/restore/data/ ./br/pkg/restore/data/BUILD.bazel ./br/pkg/restore/data/recover.go ./br/pkg/restore/data/key_test.go ./br/pkg/restore/data/data.go ./br/pkg/restore/data/data_test.go ./br/pkg/restore/data/key.go ./br/pkg/restore/snap_client/ ./br/pkg/restore/snap_client/pitr_collector.go ./br/pkg/restore/snap_client/BUILD.bazel ./br/pkg/restore/snap_client/placement_rule_manager.go ./br/pkg/restore/snap_client/pitr_collector_test.go ./br/pkg/restore/snap_client/tikv_sender.go ./br/pkg/restore/snap_client/tikv_sender_test.go ./br/pkg/restore/snap_client/systable_restore.go ./br/pkg/restore/snap_client/client_test.go ./br/pkg/restore/snap_client/pipeline_items.go ./br/pkg/restore/snap_client/main_test.go ./br/pkg/restore/snap_client/systable_restore_test.go ./br/pkg/restore/snap_client/placement_rule_manager_test.go ./br/pkg/restore/snap_client/export_test.go ./br/pkg/restore/snap_client/client.go ./br/pkg/restore/snap_client/import.go ./br/pkg/restore/snap_client/import_test.go ./br/pkg/restore/utils/ ./br/pkg/restore/utils/BUILD.bazel ./br/pkg/restore/utils/misc.go ./br/pkg/restore/utils/merge_test.go ./br/pkg/restore/utils/misc_test.go ./br/pkg/restore/utils/rewrite_rule.go ./br/pkg/restore/utils/rewrite_rule_test.go ./br/pkg/restore/utils/merge.go ./br/pkg/restore/restorer.go ./br/pkg/httputil/ ./br/pkg/httputil/BUILD.bazel ./br/pkg/httputil/http.go ./br/pkg/gluetidb/ ./br/pkg/gluetidb/BUILD.bazel ./br/pkg/gluetidb/mock/ ./br/pkg/gluetidb/mock/BUILD.bazel ./br/pkg/gluetidb/mock/mock.go ./br/pkg/gluetidb/glue_test.go ./br/pkg/gluetidb/glue.go ./br/pkg/conn/ ./br/pkg/conn/BUILD.bazel ./br/pkg/conn/util/ ./br/pkg/conn/util/BUILD.bazel ./br/pkg/conn/util/util.go ./br/pkg/conn/main_test.go ./br/pkg/conn/conn.go ./br/pkg/conn/conn_test.go ./br/pkg/errors/ ./br/pkg/errors/BUILD.bazel ./br/pkg/errors/errors.go ./br/pkg/errors/errors_test.go ./br/pkg/storage/ ./br/pkg/storage/BUILD.bazel ./br/pkg/storage/s3.go ./br/pkg/storage/memstore.go ./br/pkg/storage/writer.go ./br/pkg/storage/parse_test.go ./br/pkg/storage/writer_test.go ./br/pkg/storage/s3_test.go ./br/pkg/storage/flags.go ./br/pkg/storage/local_test.go ./br/pkg/storage/compress_test.go ./br/pkg/storage/storage_test.go ./br/pkg/storage/locking.go ./br/pkg/storage/local.go ./br/pkg/storage/locking_test.go ./br/pkg/storage/compress.go ./br/pkg/storage/batch_test.go ./br/pkg/storage/azblob.go ./br/pkg/storage/parse.go ./br/pkg/storage/local_windows.go ./br/pkg/storage/gcs_extra.go ./br/pkg/storage/local_unix.go ./br/pkg/storage/noop.go ./br/pkg/storage/OWNERS ./br/pkg/storage/hdfs.go ./br/pkg/storage/azblob_test.go ./br/pkg/storage/batch.go ./br/pkg/storage/storage.go ./br/pkg/storage/memstore_test.go ./br/pkg/storage/ks3.go ./br/pkg/storage/gcs_test.go ./br/pkg/storage/gcs.go ./br/pkg/storage/helper.go ./br/pkg/utiltest/ ./br/pkg/utiltest/BUILD.bazel ./br/pkg/utiltest/suite.go ./br/pkg/logutil/ ./br/pkg/logutil/BUILD.bazel ./br/pkg/logutil/context.go ./br/pkg/logutil/logging.go ./br/pkg/logutil/logging_test.go ./br/pkg/logutil/rate.go ./br/pkg/version/ ./br/pkg/version/BUILD.bazel ./br/pkg/version/build/ ./br/pkg/version/build/info.go ./br/pkg/version/build/BUILD.bazel ./br/pkg/version/build/info_test.go ./br/pkg/version/version_test.go ./br/pkg/version/version.go ./br/pkg/checksum/ ./br/pkg/checksum/BUILD.bazel ./br/pkg/checksum/executor_test.go ./br/pkg/checksum/main_test.go ./br/pkg/checksum/executor.go ./br/pkg/checksum/validate.go ./br/pkg/glue/ ./br/pkg/glue/console_glue_test.go ./br/pkg/glue/BUILD.bazel ./br/pkg/glue/progressing.go ./br/pkg/glue/console_glue.go ./br/pkg/glue/glue.go ./br/pkg/checkpoint/ ./br/pkg/checkpoint/BUILD.bazel ./br/pkg/checkpoint/backup.go ./br/pkg/checkpoint/manager.go ./br/pkg/checkpoint/checkpoint_test.go ./br/pkg/checkpoint/external_storage.go ./br/pkg/checkpoint/restore.go ./br/pkg/checkpoint/checkpoint.go ./br/pkg/checkpoint/storage.go ./br/pkg/checkpoint/ticker.go ./br/pkg/checkpoint/log_restore.go ./br/pkg/aws/ ./br/pkg/aws/BUILD.bazel ./br/pkg/aws/ebs.go ./br/pkg/aws/ebs_test.go ./br/pkg/kms/ ./br/pkg/kms/BUILD.bazel ./br/pkg/kms/common.go ./br/pkg/kms/gcp.go ./br/pkg/kms/kms.go ./br/pkg/kms/aws.go ./br/pkg/trace/ ./br/pkg/trace/BUILD.bazel ./br/pkg/trace/tracing.go ./br/pkg/trace/tracing_serial_test.go ./br/pkg/trace/main_test.go ./br/pkg/metautil/ ./br/pkg/metautil/statsfile_test.go ./br/pkg/metautil/BUILD.bazel ./br/pkg/metautil/debug.go ./br/pkg/metautil/debug_test.go ./br/pkg/metautil/main_test.go ./br/pkg/metautil/metafile_test.go ./br/pkg/metautil/load_test.go ./br/pkg/metautil/load.go ./br/pkg/metautil/statsfile.go ./br/pkg/metautil/metafile.go ./br/pkg/utils/ ./br/pkg/utils/pprof.go ./br/pkg/utils/iter/ ./br/pkg/utils/iter/BUILD.bazel ./br/pkg/utils/iter/source_types.go ./br/pkg/utils/iter/combinator_test.go ./br/pkg/utils/iter/source.go ./br/pkg/utils/iter/combinator_types.go ./br/pkg/utils/iter/iter.go ./br/pkg/utils/iter/combinators.go ./br/pkg/utils/safe_point_test.go ./br/pkg/utils/error_handling.go ./br/pkg/utils/BUILD.bazel ./br/pkg/utils/misc.go ./br/pkg/utils/storewatch/ ./br/pkg/utils/storewatch/BUILD.bazel ./br/pkg/utils/storewatch/watching_test.go ./br/pkg/utils/storewatch/watching.go ./br/pkg/utils/json_test.go ./br/pkg/utils/misc_test.go ./br/pkg/utils/filter_test.go ./br/pkg/utils/db.go ./br/pkg/utils/key_test.go ./br/pkg/utils/backoff.go ./br/pkg/utils/pointer.go ./br/pkg/utils/worker.go ./br/pkg/utils/consts/ ./br/pkg/utils/consts/BUILD.bazel ./br/pkg/utils/consts/consts.go ./br/pkg/utils/filter.go ./br/pkg/utils/register_test.go ./br/pkg/utils/retry.go ./br/pkg/utils/schema.go ./br/pkg/utils/encryption.go ./br/pkg/utils/json.go ./br/pkg/utils/safe_point.go ./br/pkg/utils/main_test.go ./br/pkg/utils/progress.go ./br/pkg/utils/memory_monitor_test.go ./br/pkg/utils/backoff_test.go ./br/pkg/utils/register.go ./br/pkg/utils/memory_monitor.go ./br/pkg/utils/dyn_pprof_other.go ./br/pkg/utils/db_test.go ./br/pkg/utils/error_handling_test.go ./br/pkg/utils/wait.go ./br/pkg/utils/progress_test.go ./br/pkg/utils/store_manager.go ./br/pkg/utils/key.go ./br/pkg/utils/retry_test.go ./br/pkg/utils/dyn_pprof_unix.go ./br/pkg/stream/ ./br/pkg/stream/stream_metas_test.go ./br/pkg/stream/stream_mgr.go ./br/pkg/stream/table_history.go ./br/pkg/stream/BUILD.bazel ./br/pkg/stream/stream_misc_test.go ./br/pkg/stream/meta_kv.go ./br/pkg/stream/table_mapping_test.go ./br/pkg/stream/stream_status.go ./br/pkg/stream/decode_kv_test.go ./br/pkg/stream/search.go ./br/pkg/stream/logging_helper.go ./br/pkg/stream/meta_kv_test.go ./br/pkg/stream/stream_metas.go ./br/pkg/stream/rewrite_meta_rawkv_test.go ./br/pkg/stream/rewrite_meta_rawkv.go ./br/pkg/stream/decode_kv.go ./br/pkg/stream/search_test.go ./br/pkg/stream/table_mapping.go ./br/pkg/common/ ./br/pkg/common/BUILD.bazel ./br/pkg/common/consts.go ./build/ ./build/BUILD.bazel ./build/jenkins_unit_test_ddlargsv1.sh ./build/linter/ ./build/linter/BUILD.bazel ./build/linter/allrevive/ ./build/linter/allrevive/BUILD.bazel ./build/linter/allrevive/analyzer.go ./build/linter/mirror/ ./build/linter/mirror/BUILD.bazel ./build/linter/mirror/analyzer.go ./build/linter/misspell/ ./build/linter/misspell/BUILD.bazel ./build/linter/misspell/analyzer.go ./build/linter/durationcheck/ ./build/linter/durationcheck/BUILD.bazel ./build/linter/durationcheck/analyzer.go ./build/linter/predeclared/ ./build/linter/predeclared/BUILD.bazel ./build/linter/predeclared/analysis.go ./build/linter/staticcheck/ ./build/linter/staticcheck/BUILD.bazel ./build/linter/staticcheck/def.bzl ./build/linter/staticcheck/analyzer.go ./build/linter/staticcheck/util.go ./build/linter/filepermission/ ./build/linter/filepermission/BUILD.bazel ./build/linter/filepermission/checker.go ./build/linter/rowserrcheck/ ./build/linter/rowserrcheck/BUILD.bazel ./build/linter/rowserrcheck/analyzer.go ./build/linter/forcetypeassert/ ./build/linter/forcetypeassert/BUILD.bazel ./build/linter/forcetypeassert/analysis.go ./build/linter/unconvert/ ./build/linter/unconvert/BUILD.bazel ./build/linter/unconvert/analysis.go ./build/linter/gofmt/ ./build/linter/gofmt/BUILD.bazel ./build/linter/gofmt/analyzer.go ./build/linter/gosec/ ./build/linter/gosec/BUILD.bazel ./build/linter/gosec/analysis.go ./build/linter/util/ ./build/linter/util/BUILD.bazel ./build/linter/util/exclude.go ./build/linter/util/exclude_test.go ./build/linter/util/util.go ./build/linter/deferrecover/ ./build/linter/deferrecover/BUILD.bazel ./build/linter/deferrecover/analyzer.go ./build/linter/revive/ ./build/linter/revive/BUILD.bazel ./build/linter/revive/analyzer.go ./build/linter/bootstrap/ ./build/linter/bootstrap/BUILD.bazel ./build/linter/bootstrap/analyzer.go ./build/linter/printexpression/ ./build/linter/printexpression/analyzer_test.go ./build/linter/printexpression/BUILD.bazel ./build/linter/printexpression/testdata/ ./build/linter/printexpression/testdata/src/ ./build/linter/printexpression/testdata/src/t/ ./build/linter/printexpression/testdata/src/t/BUILD.bazel ./build/linter/printexpression/testdata/src/t/test_file.go ./build/linter/printexpression/testdata/src/github.com/ ./build/linter/printexpression/testdata/src/github.com/pingcap/ ./build/linter/printexpression/testdata/src/github.com/pingcap/tidb/ ./build/linter/printexpression/testdata/src/github.com/pingcap/tidb/pkg/ ./build/linter/printexpression/testdata/src/github.com/pingcap/tidb/pkg/expression/ ./build/linter/printexpression/testdata/src/github.com/pingcap/tidb/pkg/expression/BUILD.bazel ./build/linter/printexpression/testdata/src/github.com/pingcap/tidb/pkg/expression/expression.go ./build/linter/printexpression/analyzer.go ./build/linter/toomanytests/ ./build/linter/toomanytests/BUILD.bazel ./build/linter/toomanytests/analyze.go ./build/linter/linter.go ./build/linter/constructor/ ./build/linter/constructor/analyzer_test.go ./build/linter/constructor/BUILD.bazel ./build/linter/constructor/testdata/ ./build/linter/constructor/testdata/src/ ./build/linter/constructor/testdata/src/t/ ./build/linter/constructor/testdata/src/t/BUILD.bazel ./build/linter/constructor/testdata/src/t/construct.go ./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/pkg/ ./build/linter/constructor/testdata/src/github.com/pingcap/tidb/pkg/util/ ./build/linter/constructor/testdata/src/github.com/pingcap/tidb/pkg/util/linter/ ./build/linter/constructor/testdata/src/github.com/pingcap/tidb/pkg/util/linter/constructor/ ./build/linter/constructor/testdata/src/github.com/pingcap/tidb/pkg/util/linter/constructor/BUILD.bazel ./build/linter/constructor/testdata/src/github.com/pingcap/tidb/pkg/util/linter/constructor/constructorflag.go ./build/linter/constructor/analyzer.go ./build/linter/copyloopvar/ ./build/linter/copyloopvar/BUILD.bazel ./build/linter/copyloopvar/analyzer.go ./build/linter/errcheck/ ./build/linter/errcheck/BUILD.bazel ./build/linter/errcheck/analyzer.go ./build/linter/errcheck/errcheck_excludes.txt ./build/linter/etcdconfig/ ./build/linter/etcdconfig/BUILD.bazel ./build/linter/etcdconfig/analyzer.go ./build/linter/lll/ ./build/linter/lll/BUILD.bazel ./build/linter/lll/analyzer.go ./build/linter/bodyclose/ ./build/linter/bodyclose/BUILD.bazel ./build/linter/bodyclose/analysis.go ./build/linter/asciicheck/ ./build/linter/asciicheck/BUILD.bazel ./build/linter/asciicheck/analysis.go ./build/linter/gci/ ./build/linter/gci/BUILD.bazel ./build/linter/gci/analysis.go ./build/linter/prealloc/ ./build/linter/prealloc/BUILD.bazel ./build/linter/prealloc/analyzer.go ./build/linter/ineffassign/ ./build/linter/ineffassign/BUILD.bazel ./build/linter/ineffassign/analyzer.go ./build/linter/intrange/ ./build/linter/intrange/BUILD.bazel ./build/linter/intrange/analyzer.go ./build/linter/makezero/ ./build/linter/makezero/BUILD.bazel ./build/linter/makezero/analyzer.go ./build/jenkins_collect_coverage.sh ./build/jenkins_unit_test.sh ./build/patches/ ./build/patches/BUILD.bazel ./build/patches/com_github_grpc_ecosystem_grpc_gateway.patch ./build/patches/com_github_kisielk_errcheck.patch ./build/print-enterprise-workspace-status.sh ./build/image/ ./build/image/parser_test ./build/image/centos7_jenkins ./build/image/base ./build/image/README.md ./build/image/.ci_bazel ./build/nogo_config.json ./build/config.go ./build/print-workspace-status.sh ./checklist.md ./ci.md ./cmd/ ./cmd/benchdb/ ./cmd/benchdb/BUILD.bazel ./cmd/benchdb/main.go ./cmd/benchdb/README.md ./cmd/mirror/ ./cmd/mirror/BUILD.bazel ./cmd/mirror/skylarkutil.go ./cmd/mirror/mirror.go ./cmd/ddltest/ ./cmd/ddltest/BUILD.bazel ./cmd/ddltest/index_test.go ./cmd/ddltest/ddl_test.go ./cmd/ddltest/column_test.go ./cmd/ddltest/random_test.go ./cmd/ddltest/main_test.go ./cmd/pluginpkg/ ./cmd/pluginpkg/BUILD.bazel ./cmd/pluginpkg/pluginpkg.go ./cmd/benchkv/ ./cmd/benchkv/BUILD.bazel ./cmd/benchkv/main.go ./cmd/tidb-server/ ./cmd/tidb-server/BUILD.bazel ./cmd/tidb-server/fips.go ./cmd/tidb-server/main_test.go ./cmd/tidb-server/main.go ./cmd/benchraw/ ./cmd/benchraw/BUILD.bazel ./cmd/benchraw/main.go ./cmd/importer/ ./cmd/importer/BUILD.bazel ./cmd/importer/db.go ./cmd/importer/rand.go ./cmd/importer/job.go ./cmd/importer/config.toml ./cmd/importer/db_test.go ./cmd/importer/data.go ./cmd/importer/stats.go ./cmd/importer/stats.json ./cmd/importer/main.go ./cmd/importer/README.md ./cmd/importer/config.go ./cmd/importer/parser.go ./code_review_guide.md ./docs/ ./docs/tidb_http_api.md ./docs/architecture.png ./docs/tidb-logo-with-text.png ./docs/tidb-architecture.png ./docs/tidb-logo.png ./docs/design/ ./docs/design/2023-03-14-multi-valued-index.md ./docs/design/2022-04-15-multi-schema-change.md ./docs/design/2024-07-12-support-vector-index.md ./docs/design/2018-09-04-histograms-in-plan.md ./docs/design/2020-04-17-sql-sequence.md ./docs/design/2023-08-24-background-tasks-control.md ./docs/design/2020-06-24-placement-rules-in-sql.md ./docs/design/2020-09-30-index-usage-information.md ./docs/design/2018-10-19-table-partition.md ./docs/design/2021-03-09-security-enhanced-mode.md ./docs/design/2018-12-11-sql-plan-management.md ./docs/design/2018-07-19-row-format.md ./docs/design/2023-03-17-non-prepared-plan-cache.md ./docs/design/2021-12-08-instance-scope.md ./docs/design/2021-03-30-small-table-caching.md ./docs/design/2018-09-10-adding-tz-env.md ./docs/design/2018-10-24-view-support.md ./docs/design/2024-09-06-maintain-priority-queue-in-memory.md ./docs/design/2024-10-11-put-and-verify-transactions-for-external-storages.md ./docs/design/2018-08-10-restore-dropped-table.md ./docs/design/2023-11-29-priority-queue-for-auto-analyze.md ./docs/design/2023-04-15-ddl-pause-resume.md ./docs/design/2022-03-10-backup-with-batch-create-table.md ./docs/design/2021-12-09-TiDB-log-based-incremental-backup.md ./docs/design/2019-11-18-tidb-with-wasm.md ./docs/design/2022-09-29-reorganize-partition.md ./docs/design/2024-01-09-pipelined-DML.md ./docs/design/2020-01-24-collations.md ./docs/design/2022-11-25-global-resource-control.md ./docs/design/2022-07-22-transaction-savepoint.md ./docs/design/2021-03-09-dynamic-privileges.md ./docs/design/2023-04-11-pause-user-ddl-when-upgrading.md ./docs/design/2020-05-08-cluster-index.md ./docs/design/2022-11-17-ttl-table.md ./docs/design/2021-08-18-charsets.md ./docs/design/2020-03-12-invisible-index.md ./docs/design/2020-06-01-global-kill.md ./docs/design/2019-11-05-index-advisor.md ./docs/design/2018-07-01-refactor-aggregate-framework.md ./docs/design/2022-03-16-functional-dependency.md ./docs/design/2021-06-23-restricted-read-only.md ./docs/design/2022-08-04-pessimistic-lazy-constraint-check.md ./docs/design/2020-04-20-brie.md ./docs/design/2022-12-06-support-late-materialization.md ./docs/design/2022-08-02-stats-lru-cache.md ./docs/design/2021-04-20-temporary-table.md ./docs/design/2020-09-12-utf8mb4-pinyin-order.md ./docs/design/2021-10-20-table-attributes.md ./docs/design/2020-08-04-global-index.md ./docs/design/2021-09-29-merge-dumpling-into-tidb.md ./docs/design/2022-12-07-keyspace.md ./docs/design/2021-09-22-data-consistency.md ./docs/design/2022-01-04-integer-shard-index.md ./docs/design/2018-10-08-online-DDL.md ./docs/design/2018-11-29-ast-to-sql-text.md ./docs/design/2021-04-26-lock-view.md ./docs/design/2022-09-19-distributed-ddl-reorg.md ./docs/design/2022-06-07-adding-index-acceleration.md ./docs/design/2023-06-16-runaway-queries-management.md ./docs/design/2023-04-11-dist-task.md ./docs/design/2025-03-17-sys-session-manage-enhancement.md ./docs/design/2018-10-22-the-column-pool.md ./docs/design/2021-06-23-spilled-unparallel-hashagg.md ./docs/design/2022-03-24-get-lock.md ./docs/design/2019-04-11-indexmerge.md ./docs/design/2018-12-10-plugin-framework.md ./docs/design/2019-11-14-tidb-builtin-diagnostics-zh_CN.md ./docs/design/2019-01-25-skyline-pruning.md ./docs/design/2022-07-20-session-manager.md ./docs/design/2021-07-07-rule-based-index-selection.md ./docs/design/2020-05-08-standardize-error-codes-and-messages.md ./docs/design/2023-09-12-grouping-sets.md ./docs/design/2024-05-23-predicate-columns.md ./docs/design/2022-10-13-mysql-compatible-auto-increment.md ./docs/design/2019-11-14-tidb-builtin-diagnostics.md ./docs/design/2018-09-21-radix-hashjoin.md ./docs/design/2023-06-30-configurable-kv-timeout.md ./docs/design/2021-10-09-select-for-update-of-tables.md ./docs/design/README.md ./docs/design/2022-11-22-view-hint.md ./docs/design/2022-06-22-foreign-key.md ./docs/design/2022-07-03-block-storage-snapshot-based-backup-restore.md ./docs/design/2020-07-07-change-column-types.md ./docs/design/2024-05-11-hash-join-v2.md ./docs/design/2020-05-11-heap-profile-record.md ./docs/design/2022-03-25-non-transactional-dml.md ./docs/design/2022-03-03-rc-read-tso-optimization.md ./docs/design/imgs/ ./docs/design/imgs/create-user-stmt.png ./docs/design/imgs/ebs-backup-overview.png ./docs/design/imgs/histogram-formula-3.png ./docs/design/imgs/ebs-solution-overview.png ./docs/design/imgs/session-manager-multi-tenancy.png ./docs/design/imgs/ebs-overview.png ./docs/design/imgs/ebs-snapshot-restore.png ./docs/design/imgs/physical_plan.png ./docs/design/imgs/wasm-browser-support.png ./docs/design/imgs/keyspace-arch.png ./docs/design/imgs/write-and-verfiy-tla-states.pdf ./docs/design/imgs/the-column-pool.png ./docs/design/imgs/resource-control-overview.png ./docs/design/imgs/write-and-verify-tla.pdf ./docs/design/imgs/process-of-tablescan-with-late-materialization.png ./docs/design/imgs/addIndexLit-2.png ./docs/design/imgs/cached-table-write.png ./docs/design/imgs/ebs-restore-worker.png ./docs/design/imgs/and.jpeg ./docs/design/imgs/logical_plan.png ./docs/design/imgs/session-manager-component.png ./docs/design/imgs/structure-flow-chart.png ./docs/design/imgs/wasm-run-error-in-browser.png ./docs/design/imgs/session-manager-deployment.png ./docs/design/imgs/ebs-tidb-operator-backup.jpeg ./docs/design/imgs/pipelined-dml/ ./docs/design/imgs/pipelined-dml/membuffer.png ./docs/design/imgs/pipelined-dml/scope.png ./docs/design/imgs/pipelined-dml/vanilla_process.png ./docs/design/imgs/pipelined-dml/comparison.png ./docs/design/imgs/pipelined-dml/large_transaction_process.png ./docs/design/imgs/concurrendl-ddl.png ./docs/design/imgs/cte_computation.png ./docs/design/imgs/tidb-log-dependency.png ./docs/design/imgs/ebs-restore-overview.png ./docs/design/imgs/write-scheduling.png ./docs/design/imgs/histogram-2.jpeg ./docs/design/imgs/ast-tree.png ./docs/design/imgs/auto-analyze-predicate-columns.png ./docs/design/imgs/wasm-wasi-error.png ./docs/design/imgs/cnf200m2.png ./docs/design/imgs/owner-detail-flow-chart.png ./docs/design/imgs/histogram-3.png ./docs/design/imgs/scalability-formula.png ./docs/design/imgs/pause-user-ddl-when-upgrading-step-2.png ./docs/design/imgs/dist-task-architect.jpg ./docs/design/imgs/keyspace-state-machine.png ./docs/design/imgs/wasm-mobile-exception.jpeg ./docs/design/imgs/background-control.png ./docs/design/imgs/cached-table-read.png ./docs/design/imgs/executors.png ./docs/design/imgs/execution_model.png ./docs/design/imgs/histogram-formula-2.png ./docs/design/imgs/predicate-columns-collect.png ./docs/design/imgs/log-backup-architecture.jpg ./docs/design/imgs/addIndexLit-1.png ./docs/design/imgs/probe-overall-process.png ./docs/design/imgs/analyze-dataflow.png ./docs/design/imgs/dist-reorg-flow-chart.png ./docs/design/imgs/ebs-restore.png ./docs/design/imgs/ddl_job_state_machine.png ./docs/design/imgs/group-and-expression.png ./docs/design/imgs/log-backup-data-flow.jpg ./docs/design/imgs/ebs-backup.png ./docs/design/imgs/add-index-flow-chart.png ./docs/design/imgs/late-materialization-in-selection.png ./docs/design/imgs/late-materialization-in-join.png ./docs/design/imgs/vector-index.png ./docs/design/imgs/pd-log-dependency.png ./docs/design/imgs/ebs-tidb-operator-restore.jpeg ./docs/design/imgs/build-overall-process.png ./docs/design/imgs/histogram-1.jpeg ./docs/design/imgs/ebs-backup-worker.png ./docs/design/imgs/histogram-formula-1.png ./docs/design/imgs/global-quota-control.png ./docs/design/imgs/hash-table.png ./docs/design/imgs/pq-in-mem-fetch-dml.png ./docs/design/imgs/non-prepared-plan-cache.png ./docs/design/imgs/queue-ddl.png ./docs/design/imgs/ebs-backup-detail.png ./docs/design/imgs/view.png ./docs/design/imgs/dnf200.png ./docs/design/imgs/row-format.jpeg ./docs/design/imgs/session-manager-health-check.png ./docs/design/imgs/ebs-data-consistency.jpeg ./docs/design/2018-08-29-new-planner.md ./docs/design/2021-09-29-secure-bootstrap.md ./docs/design/2024-05-10-extension-authentication-plugin.md ./docs/design/2021-09-13-parser-as-submodule-of-tidb.md ./docs/design/2022-03-09-optimize-gc-for-internal-transaction.md ./docs/design/2021-04-21-unify-log-library.md ./docs/design/TEMPLATE.md ./docs/design/2021-04-18-common-table-expression.md ./docs/design/2018-07-22-enhance-propagations.md ./docs/design/2021-06-27-restructure-tests.md ./docs/design/2018-10-31-window-functions.md ./docs/design/2021-09-22-stale-read.md ./docs/design/2022-09-22-global-memory-control.md ./docs/design/2021-07-29-hidden-sysvars.md ./docs/design/2021-03-01-pipelined-window-functions.md ./docs/design/2018-10-20-join-reorder-dp-v1.md ./docs/design/2022-11-23-batch-cop.md ./docs/contribution-map.png ./dumpling/ ./dumpling/tests/ ./dumpling/tests/partition_table/ ./dumpling/tests/partition_table/result/ ./dumpling/tests/partition_table/result/pt_case_1-schema.sql ./dumpling/tests/partition_table/result/pt_case_2-schema.sql ./dumpling/tests/partition_table/result/pt_case_1.sql ./dumpling/tests/partition_table/result/pt_case_0-schema.sql ./dumpling/tests/partition_table/result/pt_case_0.sql ./dumpling/tests/partition_table/result/pt_case_2.sql ./dumpling/tests/partition_table/data/ ./dumpling/tests/partition_table/data/pt_case_1.sql ./dumpling/tests/partition_table/data/pt_case_0.sql ./dumpling/tests/partition_table/data/pt_case_2.sql ./dumpling/tests/partition_table/run.sh ./dumpling/tests/e2e_foreign_key/ ./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/e2e_foreign_key/run.sh ./dumpling/tests/rows_extreme_int/ ./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.t.0.sql ./dumpling/tests/rows_extreme_int/data/rei.t2.0.sql ./dumpling/tests/rows_extreme_int/run.sh ./dumpling/tests/s3/ ./dumpling/tests/s3/BUILD.bazel ./dumpling/tests/s3/run.sh ./dumpling/tests/s3/import.go ./dumpling/tests/null_unique_index/ ./dumpling/tests/null_unique_index/run.sh ./dumpling/tests/sequences/ ./dumpling/tests/sequences/data/ ./dumpling/tests/sequences/data/sequences.s-schema-sequence-expect.sql ./dumpling/tests/sequences/run.sh ./dumpling/tests/_utils/ ./dumpling/tests/_utils/file_not_exist ./dumpling/tests/_utils/run_sql_file ./dumpling/tests/_utils/run_dumpling ./dumpling/tests/_utils/file_should_exist ./dumpling/tests/_utils/check_sync_diff ./dumpling/tests/_utils/run_services ./dumpling/tests/_utils/run_sql ./dumpling/tests/_utils/run_lightning ./dumpling/tests/file_size/ ./dumpling/tests/file_size/run.sh ./dumpling/tests/all_generate_column/ ./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/all_generate_column/run.sh ./dumpling/tests/primary_key/ ./dumpling/tests/primary_key/result/ ./dumpling/tests/primary_key/result/pk_case_1.sql ./dumpling/tests/primary_key/result/pk_case_2.sql ./dumpling/tests/primary_key/result/pk_case_0.sql ./dumpling/tests/primary_key/result/pk_case_3.sql ./dumpling/tests/primary_key/data/ ./dumpling/tests/primary_key/data/pk_case_1.sql ./dumpling/tests/primary_key/data/pk_case_2.sql ./dumpling/tests/primary_key/data/pk_case_0.sql ./dumpling/tests/primary_key/data/pk_case_3.sql ./dumpling/tests/primary_key/run.sh ./dumpling/tests/no_table_and_db_name/ ./dumpling/tests/no_table_and_db_name/run.sh ./dumpling/tests/rows/ ./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/rows/run.sh ./dumpling/tests/chaos/ ./dumpling/tests/chaos/run.sh ./dumpling/tests/basic/ ./dumpling/tests/basic/run.sh ./dumpling/tests/e2e/ ./dumpling/tests/e2e/conf/ ./dumpling/tests/e2e/conf/diff_config.toml ./dumpling/tests/e2e/conf/lightning.toml ./dumpling/tests/e2e/run.sh ./dumpling/tests/ignore_generate_column/ ./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/ignore_generate_column/run.sh ./dumpling/tests/e2e_csv/ ./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-schema-create.sql ./dumpling/tests/e2e_csv/data/e2e_csv.escape.sql ./dumpling/tests/e2e_csv/data/e2e_csv.escape-schema.sql ./dumpling/tests/e2e_csv/data/e2e_csv.t-schema.sql ./dumpling/tests/e2e_csv/data/e2e_csv.t.sql ./dumpling/tests/e2e_csv/run.sh ./dumpling/tests/naughty_strings/ ./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/naughty_strings/data/ ./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.escape.sql ./dumpling/tests/naughty_strings/data/naughty_strings.escape-schema.sql ./dumpling/tests/naughty_strings/data/naughty_strings.t.sql ./dumpling/tests/naughty_strings/run.sh ./dumpling/tests/consistency/ ./dumpling/tests/consistency/run.sh ./dumpling/tests/non_exist_tables/ ./dumpling/tests/non_exist_tables/run.sh ./dumpling/tests/specified_table_view/ ./dumpling/tests/specified_table_view/run.sh ./dumpling/tests/external_storage/ ./dumpling/tests/external_storage/run.sh ./dumpling/tests/run.sh ./dumpling/tests/views/ ./dumpling/tests/views/data/ ./dumpling/tests/views/data/views.v-schema.sql ./dumpling/tests/views/data/views.v-schema-view.sql ./dumpling/tests/views/data/views-schema-create.sql ./dumpling/tests/views/run.sh ./dumpling/tests/quote/ ./dumpling/tests/quote/data/ ./dumpling/tests/quote/data/quote-database-schema-create-mysql57.sql ./dumpling/tests/quote/data/quote-database.quote-table.000000000-mysql57.sql ./dumpling/tests/quote/data/quote-database.quote-table-schema.sql ./dumpling/tests/quote/data/quote-database-schema-create.sql ./dumpling/tests/quote/data/quote-database.quote-table-schema-mysql57.sql ./dumpling/tests/quote/data/quote-database.quote-table.000000000.sql ./dumpling/tests/quote/run.sh ./dumpling/tests/empty_database/ ./dumpling/tests/empty_database/run.sh ./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/conn_timeout/ ./dumpling/tests/conn_timeout/run.sh ./dumpling/tests/tls/ ./dumpling/tests/tls/ipsan.cnf ./dumpling/tests/tls/run.sh ./dumpling/cmd/ ./dumpling/cmd/dumpling/ ./dumpling/cmd/dumpling/BUILD.bazel ./dumpling/cmd/dumpling/main.go ./dumpling/context/ ./dumpling/context/BUILD.bazel ./dumpling/context/context.go ./dumpling/cli/ ./dumpling/cli/BUILD.bazel ./dumpling/cli/versions.go ./dumpling/OWNERS ./dumpling/install.sh ./dumpling/README.md ./dumpling/log/ ./dumpling/log/BUILD.bazel ./dumpling/log/log.go ./dumpling/revive.toml ./dumpling/export/ ./dumpling/export/block_allow_list.go ./dumpling/export/BUILD.bazel ./dumpling/export/sql_type_test.go ./dumpling/export/util_test.go ./dumpling/export/ir_impl.go ./dumpling/export/consistency.go ./dumpling/export/ir_impl_test.go ./dumpling/export/writer.go ./dumpling/export/consistency_test.go ./dumpling/export/http_handler.go ./dumpling/export/block_allow_list_test.go ./dumpling/export/writer_test.go ./dumpling/export/region_results.csv ./dumpling/export/writer_serial_test.go ./dumpling/export/prepare_test.go ./dumpling/export/retry.go ./dumpling/export/config_test.go ./dumpling/export/metadata.go ./dumpling/export/main_test.go ./dumpling/export/sql_type.go ./dumpling/export/ir.go ./dumpling/export/metrics.go ./dumpling/export/sql_test.go ./dumpling/export/status.go ./dumpling/export/metrics_test.go ./dumpling/export/util_for_test.go ./dumpling/export/dump_test.go ./dumpling/export/dump.go ./dumpling/export/status_test.go ./dumpling/export/prepare.go ./dumpling/export/conn.go ./dumpling/export/config.go ./dumpling/export/sql.go ./dumpling/export/writer_util.go ./dumpling/export/metadata_test.go ./dumpling/export/task.go ./dumpling/export/util.go ./errors.toml ./go.mod ./go.sum ./hooks/ ./hooks/pre-commit ./lightning/ ./lightning/.gitignore ./lightning/tests/ ./lightning/tests/lightning_multi_valued_index/ ./lightning/tests/lightning_multi_valued_index/config.toml ./lightning/tests/lightning_multi_valued_index/data/ ./lightning/tests/lightning_multi_valued_index/data/mv.l-schema.sql ./lightning/tests/lightning_multi_valued_index/data/mv.t-schema.sql ./lightning/tests/lightning_multi_valued_index/data/mv.l.0.csv ./lightning/tests/lightning_multi_valued_index/data/mv.t.0.sql ./lightning/tests/lightning_multi_valued_index/data/mv-schema.sql ./lightning/tests/lightning_multi_valued_index/run.sh ./lightning/tests/lightning_duplicate_resolution_incremental/ ./lightning/tests/lightning_duplicate_resolution_incremental/config2.toml ./lightning/tests/lightning_duplicate_resolution_incremental/config1.toml ./lightning/tests/lightning_duplicate_resolution_incremental/data/ ./lightning/tests/lightning_duplicate_resolution_incremental/data/dup_resolve_detect-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_incremental/data/dup_resolve_detect.ta.0.sql ./lightning/tests/lightning_duplicate_resolution_incremental/data/dup_resolve_detect.ta.1.sql ./lightning/tests/lightning_duplicate_resolution_incremental/data/dup_resolve_detect.ta-schema.sql ./lightning/tests/lightning_duplicate_resolution_incremental/run.sh ./lightning/tests/lightning_fail_fast/ ./lightning/tests/lightning_fail_fast/chunk.toml ./lightning/tests/lightning_fail_fast/engine.toml ./lightning/tests/lightning_fail_fast/data/ ./lightning/tests/lightning_fail_fast/data/fail_fast.tb.2.csv ./lightning/tests/lightning_fail_fast/data/fail_fast.tb-schema.sql ./lightning/tests/lightning_fail_fast/data/fail_fast-schema-create.sql ./lightning/tests/lightning_fail_fast/data/fail_fast.tb.0.csv ./lightning/tests/lightning_fail_fast/data/fail_fast.tb.1.csv ./lightning/tests/lightning_fail_fast/run.sh ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files_multicol_index/ ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files_multicol_index/config.toml ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files_multicol_index/data/ ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files_multicol_index/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files_multicol_index/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files_multicol_index/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files_multicol_index/data/dup_resolve.a.2.csv ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files_multicol_index/run.sh ./lightning/tests/lightning_concurrent-restore/ ./lightning/tests/lightning_concurrent-restore/config.toml ./lightning/tests/lightning_concurrent-restore/run.sh ./lightning/tests/lightning_foreign_key/ ./lightning/tests/lightning_foreign_key/tidb-config.toml ./lightning/tests/lightning_foreign_key/local-config.toml ./lightning/tests/lightning_foreign_key/data/ ./lightning/tests/lightning_foreign_key/data/fk.parent-schema.sql ./lightning/tests/lightning_foreign_key/data/fk.t.csv ./lightning/tests/lightning_foreign_key/data/fk.parent.sql ./lightning/tests/lightning_foreign_key/data/fk.child-schema.sql ./lightning/tests/lightning_foreign_key/data/fk.t-schema.sql ./lightning/tests/lightning_foreign_key/data/fk.child.sql ./lightning/tests/lightning_foreign_key/run.sh ./lightning/tests/lightning_parquet/ ./lightning/tests/lightning_parquet/db.sql ./lightning/tests/lightning_parquet/config.toml ./lightning/tests/lightning_parquet/data/ ./lightning/tests/lightning_parquet/data/export_info_ci.json ./lightning/tests/lightning_parquet/data/export_tables_info_ci_from_1_to_9.json ./lightning/tests/lightning_parquet/data/test/ ./lightning/tests/lightning_parquet/data/test/test.warehouse/ ./lightning/tests/lightning_parquet/data/test/test.warehouse/part-00000-c6c33252-4d2f-4c5c-8a2f-d162bde6c360-c000.gz.parquet ./lightning/tests/lightning_parquet/data/test/test.orders/ ./lightning/tests/lightning_parquet/data/test/test.orders/part-00000-b45481f5-92c0-4961-9bf7-32a0a04ffee5-c000.gz.parquet ./lightning/tests/lightning_parquet/data/test/test.test_time/ ./lightning/tests/lightning_parquet/data/test/test.test_time/000000_0.parquet ./lightning/tests/lightning_parquet/data/test/test.special_col_name/ ./lightning/tests/lightning_parquet/data/test/test.special_col_name/special_col_name.parquet ./lightning/tests/lightning_parquet/data/test/test.history/ ./lightning/tests/lightning_parquet/data/test/test.history/part-00000-8cf0e97a-1169-4335-a93f-8805e02def97-c000.gz.parquet ./lightning/tests/lightning_parquet/data/test/test.stock/ ./lightning/tests/lightning_parquet/data/test/test.stock/part-00000-eef45943-3034-4d65-b375-ee55aa479215-c000.gz.parquet ./lightning/tests/lightning_parquet/data/test/test.district/ ./lightning/tests/lightning_parquet/data/test/test.district/part-00000-f61f4bef-6765-432a-8f18-cd17b4607f2a-c000.gz.parquet ./lightning/tests/lightning_parquet/data/test/test.new_order/ ./lightning/tests/lightning_parquet/data/test/test.new_order/part-00000-d868200e-b629-4445-bd96-d34b6674b09d-c000.gz.parquet ./lightning/tests/lightning_parquet/data/test/test.customer/ ./lightning/tests/lightning_parquet/data/test/test.customer/part-00000-c3744aeb-351c-49ba-bdf3-5864befff481-c000.gz.parquet ./lightning/tests/lightning_parquet/data/test/test.item/ ./lightning/tests/lightning_parquet/data/test/test.item/part-00000-8905ded8-4c54-477f-9907-6e3eae50358b-c000.gz.parquet ./lightning/tests/lightning_parquet/data/test/test.order_line/ ./lightning/tests/lightning_parquet/data/test/test.order_line/part-00000-e36fecd0-3f59-4ff6-b271-2e4b27ffbcf5-c000.gz.parquet ./lightning/tests/lightning_parquet/run.sh ./lightning/tests/lightning_tool_1472/ ./lightning/tests/lightning_tool_1472/config.toml ./lightning/tests/lightning_tool_1472/data/ ./lightning/tests/lightning_tool_1472/data/EE1472.notpk.1.sql ./lightning/tests/lightning_tool_1472/data/EE1472-schema-create.sql ./lightning/tests/lightning_tool_1472/data/EE1472.pk-schema.sql ./lightning/tests/lightning_tool_1472/data/EE1472.pk.2.sql ./lightning/tests/lightning_tool_1472/data/EE1472.pk.1.sql ./lightning/tests/lightning_tool_1472/data/EE1472.notpk.2.sql ./lightning/tests/lightning_tool_1472/data/EE1472.notpk-schema.sql ./lightning/tests/lightning_tool_1472/run.sh ./lightning/tests/lightning_row-format-v2/ ./lightning/tests/lightning_row-format-v2/config.toml ./lightning/tests/lightning_row-format-v2/data/ ./lightning/tests/lightning_row-format-v2/data/rowformatv2-schema-create.sql ./lightning/tests/lightning_row-format-v2/data/rowformatv2.t1-schema.sql ./lightning/tests/lightning_row-format-v2/data/rowformatv2.t1.1.sql ./lightning/tests/lightning_row-format-v2/run.sh ./lightning/tests/lightning_checkpoint_columns/ ./lightning/tests/lightning_checkpoint_columns/config.toml ./lightning/tests/lightning_checkpoint_columns/run.sh ./lightning/tests/lightning_import_compress/ ./lightning/tests/lightning_import_compress/config_gz.toml ./lightning/tests/lightning_import_compress/config_gzip.toml ./lightning/tests/lightning_import_compress/config.toml ./lightning/tests/lightning_import_compress/run.sh ./lightning/tests/lightning_extend_routes/ ./lightning/tests/lightning_extend_routes/config.toml ./lightning/tests/lightning_extend_routes/data/ ./lightning/tests/lightning_extend_routes/data/routes_a1.t2.sql ./lightning/tests/lightning_extend_routes/data/routes_a0.t1-schema.sql ./lightning/tests/lightning_extend_routes/data/routes_a1.s1-schema.sql ./lightning/tests/lightning_extend_routes/data/routes_a0-schema-create.sql ./lightning/tests/lightning_extend_routes/data/routes_a1.t2-schema.sql ./lightning/tests/lightning_extend_routes/data/routes_a0.t1.1.sql ./lightning/tests/lightning_extend_routes/data/routes_a1-schema-create.sql ./lightning/tests/lightning_extend_routes/data/routes_a1.s1.sql ./lightning/tests/lightning_extend_routes/data/routes_a0.t0.1.sql ./lightning/tests/lightning_extend_routes/data/routes_a0.t0.2.sql ./lightning/tests/lightning_extend_routes/data/routes_a0.t0-schema.sql ./lightning/tests/lightning_extend_routes/run.sh ./lightning/tests/lightning_auto_columns/ ./lightning/tests/lightning_auto_columns/config.toml ./lightning/tests/lightning_auto_columns/data/ ./lightning/tests/lightning_auto_columns/data/lightning_auto_cols-schema-create.sql ./lightning/tests/lightning_auto_columns/data/lightning_auto_cols.t_auto_incr.sql ./lightning/tests/lightning_auto_columns/data/lightning_auto_cols.t_auto_random.sql ./lightning/tests/lightning_auto_columns/data/lightning_auto_cols.t_auto_random-schema.sql ./lightning/tests/lightning_auto_columns/data/lightning_auto_cols.t_auto_incr-schema.sql ./lightning/tests/lightning_auto_columns/run.sh ./lightning/tests/lightning_checkpoint_engines/ ./lightning/tests/lightning_checkpoint_engines/config.toml ./lightning/tests/lightning_checkpoint_engines/data/ ./lightning/tests/lightning_checkpoint_engines/data/cpeng.a.1.sql ./lightning/tests/lightning_checkpoint_engines/data/cpeng.b-schema.sql ./lightning/tests/lightning_checkpoint_engines/data/cpeng.a.2.sql ./lightning/tests/lightning_checkpoint_engines/data/cpeng.b.1.sql ./lightning/tests/lightning_checkpoint_engines/data/cpeng.b.2.sql ./lightning/tests/lightning_checkpoint_engines/data/cpeng-schema-create.sql ./lightning/tests/lightning_checkpoint_engines/data/cpeng.a-schema.sql ./lightning/tests/lightning_checkpoint_engines/data/cpeng.a.3.sql ./lightning/tests/lightning_checkpoint_engines/run.sh ./lightning/tests/lightning_checkpoint_engines/mysql.toml ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_clustered_pk/ ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_clustered_pk/config.toml ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_clustered_pk/data/ ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_clustered_pk/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_clustered_pk/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_clustered_pk/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_clustered_pk/data/dup_resolve.a.2.csv ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_clustered_pk/run.sh ./lightning/tests/lightning_duplicate_detection/ ./lightning/tests/lightning_duplicate_detection/config2.toml ./lightning/tests/lightning_duplicate_detection/config1.toml ./lightning/tests/lightning_duplicate_detection/data/ ./lightning/tests/lightning_duplicate_detection/data/dup_detect.tb.1.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.te.0.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.tb-schema.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.tf.0.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.te-schema.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.tc-schema.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.ta.0.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.te.1.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.tc.0.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.tb.0.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.td-schema.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect-schema-create.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.tf.1.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.ta-schema.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.tg.0.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.tc.1.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.tg-schema.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.ta.1.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.td.1.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.tg.1.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.tf-schema.sql ./lightning/tests/lightning_duplicate_detection/data/dup_detect.td.0.sql ./lightning/tests/lightning_duplicate_detection/run.sh ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_nonclustered_varchar_pk/ ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_nonclustered_varchar_pk/config.toml ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_nonclustered_varchar_pk/data/ ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_nonclustered_varchar_pk/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_nonclustered_varchar_pk/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_nonclustered_varchar_pk/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_nonclustered_varchar_pk/run.sh ./lightning/tests/lightning_cmdline_override/ ./lightning/tests/lightning_cmdline_override/config.toml ./lightning/tests/lightning_cmdline_override/data/ ./lightning/tests/lightning_cmdline_override/data/cmdline_override-schema-create.sql ./lightning/tests/lightning_cmdline_override/data/cmdline_override.t.sql ./lightning/tests/lightning_cmdline_override/data/cmdline_override.t-schema.sql ./lightning/tests/lightning_cmdline_override/run.sh ./lightning/tests/lightning_disk_quota/ ./lightning/tests/lightning_disk_quota/config.toml ./lightning/tests/lightning_disk_quota/data/ ./lightning/tests/lightning_disk_quota/data/disk_quota.t.1.sql ./lightning/tests/lightning_disk_quota/data/disk_quota.t.2.sql ./lightning/tests/lightning_disk_quota/data/disk_quota.t-schema.sql ./lightning/tests/lightning_disk_quota/data/disk_quota.t.3.sql ./lightning/tests/lightning_disk_quota/data/disk_quota-schema-create.sql ./lightning/tests/lightning_disk_quota/data/disk_quota.t.0.sql ./lightning/tests/lightning_disk_quota/run.sh ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_clustered_pk/ ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_clustered_pk/config.toml ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_clustered_pk/data/ ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_clustered_pk/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_clustered_pk/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_clustered_pk/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_clustered_pk/run.sh ./lightning/tests/lightning_tidb_duplicate_data/ ./lightning/tests/lightning_tidb_duplicate_data/replace.toml ./lightning/tests/lightning_tidb_duplicate_data/error.toml ./lightning/tests/lightning_tidb_duplicate_data/data/ ./lightning/tests/lightning_tidb_duplicate_data/data/dup.dup-schema.sql ./lightning/tests/lightning_tidb_duplicate_data/data/dup.dup.sql ./lightning/tests/lightning_tidb_duplicate_data/data/dup-schema-create.sql ./lightning/tests/lightning_tidb_duplicate_data/ignore.toml ./lightning/tests/lightning_tidb_duplicate_data/run.sh ./lightning/tests/lightning_config_max_error/ ./lightning/tests/lightning_config_max_error/tidb-limit-record.toml ./lightning/tests/lightning_config_max_error/normal_config_old_style.toml ./lightning/tests/lightning_config_max_error/normal_config.toml ./lightning/tests/lightning_config_max_error/err_config.toml ./lightning/tests/lightning_config_max_error/tidb.toml ./lightning/tests/lightning_config_max_error/data/ ./lightning/tests/lightning_config_max_error/data/mytest.testtbl.csv ./lightning/tests/lightning_config_max_error/data/mytest.testtbl-schema.sql ./lightning/tests/lightning_config_max_error/run.sh ./lightning/tests/lightning_config_max_error/tidb-error.toml ./lightning/tests/lightning_config_max_error/ignore_config.toml ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_nonclustered_pk/ ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_nonclustered_pk/config.toml ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_nonclustered_pk/data/ ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_nonclustered_pk/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_nonclustered_pk/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_nonclustered_pk/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_nonclustered_pk/data/dup_resolve.a.2.csv ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_multiple_conflicts_nonclustered_pk/run.sh ./lightning/tests/lightning_checkpoint_timestamp/ ./lightning/tests/lightning_checkpoint_timestamp/config.toml ./lightning/tests/lightning_checkpoint_timestamp/data/ ./lightning/tests/lightning_checkpoint_timestamp/data/cpts-schema-create.sql ./lightning/tests/lightning_checkpoint_timestamp/data/cpts.cpts.2.sql ./lightning/tests/lightning_checkpoint_timestamp/data/cpts.cpts-schema.sql ./lightning/tests/lightning_checkpoint_timestamp/data/cpts.cpts.1.sql ./lightning/tests/lightning_checkpoint_timestamp/run.sh ./lightning/tests/lightning_checkpoint_timestamp/mysql.toml ./lightning/tests/lightning_csv/ ./lightning/tests/lightning_csv/config-pause-global.toml ./lightning/tests/lightning_csv/config.toml ./lightning/tests/lightning_csv/errData/ ./lightning/tests/lightning_csv/errData/db-schema-create.sql ./lightning/tests/lightning_csv/errData/db.test.1.csv ./lightning/tests/lightning_csv/errData/db.test-schema.sql ./lightning/tests/lightning_csv/data/ ./lightning/tests/lightning_csv/data/no_auto_incr_id.nonclustered_cache1.0.csv ./lightning/tests/lightning_csv/data/csv.escapes.CSV ./lightning/tests/lightning_csv/data/auto_incr_id.clustered_cache1.0.csv ./lightning/tests/lightning_csv/data/no_auto_incr_id.clustered.0.csv ./lightning/tests/lightning_csv/data/auto_incr_id.nonclustered_cache1-schema.sql ./lightning/tests/lightning_csv/data/auto_incr_id.clustered.0.csv ./lightning/tests/lightning_csv/data/no_auto_incr_id.clustered-schema.sql ./lightning/tests/lightning_csv/data/auto_incr_id.clustered_cache1-schema.sql ./lightning/tests/lightning_csv/data/no_auto_incr_id.clustered_cache1.0.csv ./lightning/tests/lightning_csv/data/no_auto_incr_id.clustered_cache1-schema.sql ./lightning/tests/lightning_csv/data/auto_incr_id.nonclustered_cache1_shard_autorowid.0.csv ./lightning/tests/lightning_csv/data/no_auto_incr_id.no_pk.0.csv ./lightning/tests/lightning_csv/data/csv.empty_strings.csv ./lightning/tests/lightning_csv/data/no_auto_incr_id.nonclustered_cache1-schema.sql ./lightning/tests/lightning_csv/data/csv-schema-create.sql ./lightning/tests/lightning_csv/data/csv.threads-schema.sql ./lightning/tests/lightning_csv/data/auto_incr_id.nonclustered_cache1_initial_autoid-schema.sql ./lightning/tests/lightning_csv/data/auto_incr_id.clustered-schema.sql ./lightning/tests/lightning_csv/data/auto_incr_id.nonclustered.0.csv ./lightning/tests/lightning_csv/data/csv.empty_strings-schema.sql ./lightning/tests/lightning_csv/data/csv.threads.csv ./lightning/tests/lightning_csv/data/no_auto_incr_id.no_pk_cache1-schema.sql ./lightning/tests/lightning_csv/data/auto_incr_id-schema-create.sql ./lightning/tests/lightning_csv/data/no_auto_incr_id.nonclustered.0.csv ./lightning/tests/lightning_csv/data/no_auto_incr_id.no_pk-schema.sql ./lightning/tests/lightning_csv/data/no_auto_incr_id.no_pk_cache1.0.csv ./lightning/tests/lightning_csv/data/auto_incr_id.nonclustered_cache1_shard_autorowid-schema.sql ./lightning/tests/lightning_csv/data/no_auto_incr_id.nonclustered-schema.sql ./lightning/tests/lightning_csv/data/no_auto_incr_id-schema-create.sql ./lightning/tests/lightning_csv/data/csv.escapes-schema.sql ./lightning/tests/lightning_csv/data/auto_incr_id.nonclustered_cache1.0.csv ./lightning/tests/lightning_csv/data/auto_incr_id.nonclustered-schema.sql ./lightning/tests/lightning_csv/data/auto_incr_id.nonclustered_cache1_initial_autoid.0.csv ./lightning/tests/lightning_csv/run.sh ./lightning/tests/lightning_s3/ ./lightning/tests/lightning_s3/config_s3_checkpoint.toml ./lightning/tests/lightning_s3/config_manual_files.toml ./lightning/tests/lightning_s3/config.toml ./lightning/tests/lightning_s3/run.sh ./lightning/tests/lightning_write_batch/ ./lightning/tests/lightning_write_batch/run.sh ./lightning/tests/lightning_write_batch/kv-count.toml ./lightning/tests/lightning_write_batch/kv-size.toml ./lightning/tests/lightning_incremental/ ./lightning/tests/lightning_incremental/config.toml ./lightning/tests/lightning_incremental/data/ ./lightning/tests/lightning_incremental/data/incr.uk_auto_inc.sql ./lightning/tests/lightning_incremental/data/incr.rowid_uk_inc-schema.sql ./lightning/tests/lightning_incremental/data/incr.auto_random.sql ./lightning/tests/lightning_incremental/data/incr.pk_auto_inc.sql ./lightning/tests/lightning_incremental/data/incr.rowid_uk_inc.sql ./lightning/tests/lightning_incremental/data/incr-schema-create.sql ./lightning/tests/lightning_incremental/data/incr.uk_auto_inc-schema.sql ./lightning/tests/lightning_incremental/data/incr.auto_random-schema.sql ./lightning/tests/lightning_incremental/data/incr.empty_table-schema.sql ./lightning/tests/lightning_incremental/data/incr.pk_auto_inc-schema.sql ./lightning/tests/lightning_incremental/run.sh ./lightning/tests/lightning_incremental/data1/ ./lightning/tests/lightning_incremental/data1/incr.empty_table2-schema.sql ./lightning/tests/lightning_incremental/data1/incr.uk_auto_inc.sql ./lightning/tests/lightning_incremental/data1/incr.rowid_uk_inc-schema.sql ./lightning/tests/lightning_incremental/data1/incr.auto_random.sql ./lightning/tests/lightning_incremental/data1/incr.pk_auto_inc.sql ./lightning/tests/lightning_incremental/data1/incr.rowid_uk_inc.sql ./lightning/tests/lightning_incremental/data1/incr-schema-create.sql ./lightning/tests/lightning_incremental/data1/incr.uk_auto_inc-schema.sql ./lightning/tests/lightning_incremental/data1/incr.auto_random-schema.sql ./lightning/tests/lightning_incremental/data1/incr.empty_table-schema.sql ./lightning/tests/lightning_incremental/data1/incr.pk_auto_inc-schema.sql ./lightning/tests/lightning_tikv_multi_rocksdb/ ./lightning/tests/lightning_tikv_multi_rocksdb/config.toml ./lightning/tests/lightning_tikv_multi_rocksdb/data/ ./lightning/tests/lightning_tikv_multi_rocksdb/data/cpeng.a.1.sql ./lightning/tests/lightning_tikv_multi_rocksdb/data/cpeng.b-schema.sql ./lightning/tests/lightning_tikv_multi_rocksdb/data/cpeng.a.2.sql ./lightning/tests/lightning_tikv_multi_rocksdb/data/cpeng.b.1.sql ./lightning/tests/lightning_tikv_multi_rocksdb/data/cpeng.b.2.sql ./lightning/tests/lightning_tikv_multi_rocksdb/data/cpeng-schema-create.sql ./lightning/tests/lightning_tikv_multi_rocksdb/data/cpeng.a-schema.sql ./lightning/tests/lightning_tikv_multi_rocksdb/data/cpeng.a.3.sql ./lightning/tests/lightning_tikv_multi_rocksdb/run.sh ./lightning/tests/lightning_tool_241/ ./lightning/tests/lightning_tool_241/config.toml ./lightning/tests/lightning_tool_241/data/ ./lightning/tests/lightning_tool_241/data/qyjc.q_alarm_message_log-schema.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_user_log-schema.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_alarm_message_log.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_system_update-schema.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_alarm_group.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_alarm_group-schema.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_report_desc-schema.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_report_summary-schema.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_fish_event-schema.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_fish_event.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_report_circular_data-schema.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_config-schema.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_system_update.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_user_log.sql ./lightning/tests/lightning_tool_241/data/qyjc.q_alarm_receiver-schema.sql ./lightning/tests/lightning_tool_241/data/qyjc-schema-create.sql ./lightning/tests/lightning_tool_241/run.sh ./lightning/tests/lightning_reload_cert/ ./lightning/tests/lightning_reload_cert/config.toml ./lightning/tests/lightning_reload_cert/data/ ./lightning/tests/lightning_reload_cert/data/test.t-schema.sql ./lightning/tests/lightning_reload_cert/data/test.t.sql ./lightning/tests/lightning_reload_cert/data/test-schema-create.sql ./lightning/tests/lightning_reload_cert/run.sh ./lightning/tests/config/ ./lightning/tests/config/pd-no-tls.toml ./lightning/tests/config/tikv.toml ./lightning/tests/config/tikv-no-tls.toml ./lightning/tests/config/tidb.toml ./lightning/tests/config/tikv-multi-rocksdb.toml ./lightning/tests/config/pd.toml ./lightning/tests/lightning_checkpoint_parquet/ ./lightning/tests/lightning_checkpoint_parquet/config.toml ./lightning/tests/lightning_checkpoint_parquet/run.sh ./lightning/tests/lightning_fail_fast_on_nonretry_err/ ./lightning/tests/lightning_fail_fast_on_nonretry_err/config.toml ./lightning/tests/lightning_fail_fast_on_nonretry_err/data/ ./lightning/tests/lightning_fail_fast_on_nonretry_err/data/csv-schema-create.sql ./lightning/tests/lightning_fail_fast_on_nonretry_err/data/csv.threads-schema.sql ./lightning/tests/lightning_fail_fast_on_nonretry_err/data/csv.threads.csv ./lightning/tests/lightning_fail_fast_on_nonretry_err/run.sh ./lightning/tests/lightning_checkpoint_dirty_tableid/ ./lightning/tests/lightning_checkpoint_dirty_tableid/data/ ./lightning/tests/lightning_checkpoint_dirty_tableid/data/cpdt.t-schema.sql ./lightning/tests/lightning_checkpoint_dirty_tableid/data/cpdt.t.sql ./lightning/tests/lightning_checkpoint_dirty_tableid/data/cpdt-schema-create.sql ./lightning/tests/lightning_checkpoint_dirty_tableid/run.sh ./lightning/tests/lightning_checkpoint_dirty_tableid/file.toml ./lightning/tests/lightning_checkpoint_dirty_tableid/mysql.toml ./lightning/tests/lightning_duplicate_resolution_error_pk_multiple_files/ ./lightning/tests/lightning_duplicate_resolution_error_pk_multiple_files/config.toml ./lightning/tests/lightning_duplicate_resolution_error_pk_multiple_files/data/ ./lightning/tests/lightning_duplicate_resolution_error_pk_multiple_files/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_error_pk_multiple_files/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_error_pk_multiple_files/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_error_pk_multiple_files/data/dup_resolve.a.2.csv ./lightning/tests/lightning_duplicate_resolution_error_pk_multiple_files/run.sh ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files/ ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files/config.toml ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files/data/ ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files/data/dup_resolve.a.2.csv ./lightning/tests/lightning_duplicate_resolution_error_uk_multiple_files/run.sh ./lightning/tests/lightning_checkpoint_chunks/ ./lightning/tests/lightning_checkpoint_chunks/config.toml ./lightning/tests/lightning_checkpoint_chunks/run.sh ./lightning/tests/lightning_checkpoint_chunks/file.toml ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_clustered_pk/ ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_clustered_pk/config.toml ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_clustered_pk/data/ ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_clustered_pk/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_clustered_pk/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_clustered_pk/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_clustered_pk/run.sh ./lightning/tests/lightning_common_handle/ ./lightning/tests/lightning_common_handle/config.toml ./lightning/tests/lightning_common_handle/run.sh ./lightning/tests/lightning_view/ ./lightning/tests/lightning_view/config.toml ./lightning/tests/lightning_view/data/ ./lightning/tests/lightning_view/data/db1.tbl.0.sql ./lightning/tests/lightning_view/data/db0-schema-create.sql ./lightning/tests/lightning_view/data/db0.v2-schema-view.sql ./lightning/tests/lightning_view/data/db1.v1-schema.sql ./lightning/tests/lightning_view/data/db1.v1-schema-view.sql ./lightning/tests/lightning_view/data/db0.v2-schema.sql ./lightning/tests/lightning_view/data/db1.tbl-schema.sql ./lightning/tests/lightning_view/data/db1-schema-create.sql ./lightning/tests/lightning_view/run.sh ./lightning/tests/lightning_issue_40657/ ./lightning/tests/lightning_issue_40657/config.toml ./lightning/tests/lightning_issue_40657/run.sh ./lightning/tests/lightning_issue_40657/data2/ ./lightning/tests/lightning_issue_40657/data2/test.t-schema.sql ./lightning/tests/lightning_issue_40657/data2/test.t.0.csv ./lightning/tests/lightning_issue_40657/data1/ ./lightning/tests/lightning_issue_40657/data1/test.t-schema.sql ./lightning/tests/lightning_issue_40657/data1/test.t.0.csv ./lightning/tests/lightning_alter_random/ ./lightning/tests/lightning_alter_random/config.toml ./lightning/tests/lightning_alter_random/data/ ./lightning/tests/lightning_alter_random/data/alter_random.t.sql ./lightning/tests/lightning_alter_random/data/alter_random-schema-create.sql ./lightning/tests/lightning_alter_random/data/alter_random.t-schema.sql ./lightning/tests/lightning_alter_random/run.sh ./lightning/tests/lightning_sqlmode/ ./lightning/tests/lightning_sqlmode/data/ ./lightning/tests/lightning_sqlmode/data/sqlmodedb.t.1.sql ./lightning/tests/lightning_sqlmode/data/sqlmodedb.t-schema.sql ./lightning/tests/lightning_sqlmode/data/sqlmodedb-schema-create.sql ./lightning/tests/lightning_sqlmode/run.sh ./lightning/tests/lightning_sqlmode/on.toml ./lightning/tests/lightning_sqlmode/off.toml ./lightning/tests/lightning_duplicate_resolution_merge/ ./lightning/tests/lightning_duplicate_resolution_merge/config.toml ./lightning/tests/lightning_duplicate_resolution_merge/run.sh ./lightning/tests/lightning_duplicate_resolution_merge/data2/ ./lightning/tests/lightning_duplicate_resolution_merge/data2/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_merge/data2/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_merge/data2/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_merge/data2/dup_resolve.a.2.csv ./lightning/tests/lightning_duplicate_resolution_merge/data1/ ./lightning/tests/lightning_duplicate_resolution_merge/data1/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_merge/data1/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_merge/data1/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_merge/data1/dup_resolve.a.2.csv ./lightning/tests/lightning_ignore_columns/ ./lightning/tests/lightning_ignore_columns/config.toml ./lightning/tests/lightning_ignore_columns/data/ ./lightning/tests/lightning_ignore_columns/data/routes_a1.t2.sql ./lightning/tests/lightning_ignore_columns/data/routes_a0.t1-schema.sql ./lightning/tests/lightning_ignore_columns/data/routes_a1.s1-schema.sql ./lightning/tests/lightning_ignore_columns/data/routes_a0-schema-create.sql ./lightning/tests/lightning_ignore_columns/data/routes_a1.t2-schema.sql ./lightning/tests/lightning_ignore_columns/data/routes_a0.t1.1.sql ./lightning/tests/lightning_ignore_columns/data/routes_a1-schema-create.sql ./lightning/tests/lightning_ignore_columns/data/routes_a1.s1.sql ./lightning/tests/lightning_ignore_columns/data/routes_a0.t0.1.sql ./lightning/tests/lightning_ignore_columns/data/routes_a0.t0.2.sql ./lightning/tests/lightning_ignore_columns/data/routes_a0.t0-schema.sql ./lightning/tests/lightning_ignore_columns/run.sh ./lightning/tests/lightning_issue_519/ ./lightning/tests/lightning_issue_519/config.toml ./lightning/tests/lightning_issue_519/data/ ./lightning/tests/lightning_issue_519/data/issue519.t-schema.sql ./lightning/tests/lightning_issue_519/data/issue519.t.csv ./lightning/tests/lightning_issue_519/data/issue519-schema-create.sql ./lightning/tests/lightning_issue_519/run.sh ./lightning/tests/lightning_various_types/ ./lightning/tests/lightning_various_types/config.toml ./lightning/tests/lightning_various_types/data/ ./lightning/tests/lightning_various_types/data/vt.bigint-schema.sql ./lightning/tests/lightning_various_types/data/vt.json-schema.sql ./lightning/tests/lightning_various_types/data/vt.precise_types.sql ./lightning/tests/lightning_various_types/data/vt.datetime.sql ./lightning/tests/lightning_various_types/data/vt.bit-schema.sql ./lightning/tests/lightning_various_types/data/vt.decimal-schema.sql ./lightning/tests/lightning_various_types/data/vt.bit.sql ./lightning/tests/lightning_various_types/data/vt.char-schema.sql ./lightning/tests/lightning_various_types/data/vt.empty_strings.sql ./lightning/tests/lightning_various_types/data/vt.binary-schema.sql ./lightning/tests/lightning_various_types/data/vt.char.sql ./lightning/tests/lightning_various_types/data/vt.enum-set.sql ./lightning/tests/lightning_various_types/data/vt.double.sql ./lightning/tests/lightning_various_types/data/vt.precise_types-schema.sql ./lightning/tests/lightning_various_types/data/vt.decimal.sql ./lightning/tests/lightning_various_types/data/vt.json.sql ./lightning/tests/lightning_various_types/data/vt.datetime-schema.sql ./lightning/tests/lightning_various_types/data/vt.enum-set-schema.sql ./lightning/tests/lightning_various_types/data/vt.bigint.0.sql ./lightning/tests/lightning_various_types/data/vt.binary.sql ./lightning/tests/lightning_various_types/data/vt.empty_strings-schema.sql ./lightning/tests/lightning_various_types/data/vt.double-schema.sql ./lightning/tests/lightning_various_types/data/vt-schema-create.sql ./lightning/tests/lightning_various_types/run.sh ./lightning/tests/lightning_disable_scheduler_by_key_range/ ./lightning/tests/lightning_disable_scheduler_by_key_range/config.toml ./lightning/tests/lightning_disable_scheduler_by_key_range/data/ ./lightning/tests/lightning_disable_scheduler_by_key_range/data/test.t-schema.sql ./lightning/tests/lightning_disable_scheduler_by_key_range/data/test.t.sql ./lightning/tests/lightning_disable_scheduler_by_key_range/data/test-schema-create.sql ./lightning/tests/lightning_disable_scheduler_by_key_range/run.sh ./lightning/tests/lightning_check_partial_imported/ ./lightning/tests/lightning_check_partial_imported/config.toml ./lightning/tests/lightning_check_partial_imported/data/ ./lightning/tests/lightning_check_partial_imported/data/db01.tbl01-schema.sql ./lightning/tests/lightning_check_partial_imported/data/db01.tbl01.csv ./lightning/tests/lightning_check_partial_imported/run.sh ./lightning/tests/lightning_compress/ ./lightning/tests/lightning_compress/data.gzip/ ./lightning/tests/lightning_compress/data.gzip/compress.threads.000000000.csv.gz ./lightning/tests/lightning_compress/data.gzip/compress.threads-schema.sql.gz ./lightning/tests/lightning_compress/data.gzip/compress-schema-create.sql.gz ./lightning/tests/lightning_compress/data.gzip/compress.escapes-schema.sql.gz ./lightning/tests/lightning_compress/data.gzip/compress.multi_rows-schema.sql.gz ./lightning/tests/lightning_compress/data.gzip/compress.empty_strings-schema.sql.gz ./lightning/tests/lightning_compress/data.gzip/compress.multi_rows.000000000.csv.gz ./lightning/tests/lightning_compress/data.gzip/compress.escapes.000000000.csv.gz ./lightning/tests/lightning_compress/data.gzip/compress.empty_strings.000000000.csv.gz ./lightning/tests/lightning_compress/tidb-config.toml ./lightning/tests/lightning_compress/data.snappy/ ./lightning/tests/lightning_compress/data.snappy/compress.empty_strings-schema.sql.snappy ./lightning/tests/lightning_compress/data.snappy/compress.escapes.000000000.sql.snappy ./lightning/tests/lightning_compress/data.snappy/compress.escapes-schema.sql.snappy ./lightning/tests/lightning_compress/data.snappy/compress.empty_strings.000000000.sql.snappy ./lightning/tests/lightning_compress/data.snappy/compress-schema-create.sql.snappy ./lightning/tests/lightning_compress/data.snappy/compress.multi_rows.000000000.sql.snappy ./lightning/tests/lightning_compress/data.snappy/compress.multi_rows-schema.sql.snappy ./lightning/tests/lightning_compress/data.snappy/compress.threads.000000000.sql.snappy ./lightning/tests/lightning_compress/data.snappy/compress.threads-schema.sql.snappy ./lightning/tests/lightning_compress/local-config.toml ./lightning/tests/lightning_compress/run.sh ./lightning/tests/lightning_compress/data.zstd/ ./lightning/tests/lightning_compress/data.zstd/compress.escapes.000000000.csv.zst ./lightning/tests/lightning_compress/data.zstd/compress-schema-create.sql.zst ./lightning/tests/lightning_compress/data.zstd/compress.multi_rows-schema.sql.zst ./lightning/tests/lightning_compress/data.zstd/compress.empty_strings.000000000.csv.zst ./lightning/tests/lightning_compress/data.zstd/compress.threads-schema.sql.zst ./lightning/tests/lightning_compress/data.zstd/compress.multi_rows.000000000.csv.zst ./lightning/tests/lightning_compress/data.zstd/compress.threads.000000000.csv.zst ./lightning/tests/lightning_compress/data.zstd/compress.escapes-schema.sql.zst ./lightning/tests/lightning_compress/data.zstd/compress.empty_strings-schema.sql.zst ./lightning/tests/lightning_tiflash/ ./lightning/tests/lightning_tiflash/config.toml ./lightning/tests/lightning_tiflash/run.sh ./lightning/tests/lightning_issue_282/ ./lightning/tests/lightning_issue_282/config.toml ./lightning/tests/lightning_issue_282/data/ ./lightning/tests/lightning_issue_282/data/issue282.t_access3.sql ./lightning/tests/lightning_issue_282/data/issue282-schema-create.sql ./lightning/tests/lightning_issue_282/data/issue282.t_access3-schema.sql ./lightning/tests/lightning_issue_282/run.sh ./lightning/tests/lightning_new_collation/ ./lightning/tests/lightning_new_collation/tidb-new-collation.toml ./lightning/tests/lightning_new_collation/config.toml ./lightning/tests/lightning_new_collation/gbk.toml ./lightning/tests/lightning_new_collation/data/ ./lightning/tests/lightning_new_collation/data/nc.gbk_test.0.csv ./lightning/tests/lightning_new_collation/data/nc.t-schema.sql ./lightning/tests/lightning_new_collation/data/nc.t.1.sql ./lightning/tests/lightning_new_collation/data/nc.t.0.sql ./lightning/tests/lightning_new_collation/data/nc.ci.0.csv ./lightning/tests/lightning_new_collation/data/nc.gbk_test-schema.sql ./lightning/tests/lightning_new_collation/data/nc.ci-schema.sql ./lightning/tests/lightning_new_collation/data/nc-schema-create.sql ./lightning/tests/lightning_new_collation/data-gbk/ ./lightning/tests/lightning_new_collation/data-gbk/nc.gbk_source.0.csv ./lightning/tests/lightning_new_collation/data-gbk/nc.gbk_source-schema.sql ./lightning/tests/lightning_new_collation/run.sh ./lightning/tests/lightning_max_incr/ ./lightning/tests/lightning_max_incr/config.toml ./lightning/tests/lightning_max_incr/data/ ./lightning/tests/lightning_max_incr/data/db-schema-create.sql ./lightning/tests/lightning_max_incr/data/db.test.000000000.csv ./lightning/tests/lightning_max_incr/data/db.test1-schema.sql ./lightning/tests/lightning_max_incr/data/db.test1.000000000.csv ./lightning/tests/lightning_max_incr/data/db.test-schema.sql ./lightning/tests/lightning_max_incr/run.sh ./lightning/tests/lightning_checkpoint_error_destroy/ ./lightning/tests/lightning_checkpoint_error_destroy/bad-data/ ./lightning/tests/lightning_checkpoint_error_destroy/bad-data/cped.t-schema.sql ./lightning/tests/lightning_checkpoint_error_destroy/bad-data/cped.t.sql ./lightning/tests/lightning_checkpoint_error_destroy/bad-data/cped-schema-create.sql ./lightning/tests/lightning_checkpoint_error_destroy/good-data/ ./lightning/tests/lightning_checkpoint_error_destroy/good-data/cped.t-schema.sql ./lightning/tests/lightning_checkpoint_error_destroy/good-data/cped.t.sql ./lightning/tests/lightning_checkpoint_error_destroy/good-data/cped-schema-create.sql ./lightning/tests/lightning_checkpoint_error_destroy/run.sh ./lightning/tests/lightning_checkpoint_error_destroy/file.toml ./lightning/tests/lightning_checkpoint_error_destroy/mysql.toml ./lightning/tests/lightning_checksum_mismatch/ ./lightning/tests/lightning_checksum_mismatch/config3.toml ./lightning/tests/lightning_checksum_mismatch/config2.toml ./lightning/tests/lightning_checksum_mismatch/config1.toml ./lightning/tests/lightning_checksum_mismatch/data/ ./lightning/tests/lightning_checksum_mismatch/data/cm.t.csv ./lightning/tests/lightning_checksum_mismatch/data/cm.t-schema.sql ./lightning/tests/lightning_checksum_mismatch/data/cm-schema-create.sql ./lightning/tests/lightning_checksum_mismatch/run.sh ./lightning/tests/lightning_partition_incremental/ ./lightning/tests/lightning_partition_incremental/config2.toml ./lightning/tests/lightning_partition_incremental/config1.toml ./lightning/tests/lightning_partition_incremental/config.toml ./lightning/tests/lightning_partition_incremental/data/ ./lightning/tests/lightning_partition_incremental/data/incr.non_pk_auto_inc.csv ./lightning/tests/lightning_partition_incremental/data/incr.non_pk_auto_inc-schema.sql ./lightning/tests/lightning_partition_incremental/data/incr.auto_rowid-schema.sql ./lightning/tests/lightning_partition_incremental/data/incr.auto_rowid.csv ./lightning/tests/lightning_partition_incremental/run.sh ./lightning/tests/lightning_partition_incremental/data2/ ./lightning/tests/lightning_partition_incremental/data2/incr.non_pk_auto_inc.csv ./lightning/tests/lightning_partition_incremental/data2/incr.non_pk_auto_inc-schema.sql ./lightning/tests/lightning_partition_incremental/data2/incr.auto_rowid-schema.sql ./lightning/tests/lightning_partition_incremental/data2/incr.auto_rowid.csv ./lightning/tests/lightning_partition_incremental/data1/ ./lightning/tests/lightning_partition_incremental/data1/incr.non_pk_auto_inc.csv ./lightning/tests/lightning_partition_incremental/data1/incr.non_pk_auto_inc-schema.sql ./lightning/tests/lightning_partition_incremental/data1/incr.auto_rowid-schema.sql ./lightning/tests/lightning_partition_incremental/data1/incr.auto_rowid.csv ./lightning/tests/lightning_ttl/ ./lightning/tests/lightning_ttl/config.toml ./lightning/tests/lightning_ttl/data/ ./lightning/tests/lightning_ttl/data/ttldb-schema-create.sql ./lightning/tests/lightning_ttl/data/ttldb.t1-schema.sql ./lightning/tests/lightning_ttl/data/ttldb.t1.0.sql ./lightning/tests/lightning_ttl/run.sh ./lightning/tests/lightning_gcs/ ./lightning/tests/lightning_gcs/config.toml ./lightning/tests/lightning_gcs/run.sh ./lightning/tests/run_local_sst_test.sh ./lightning/tests/run_group_lightning_tests.sh ./lightning/tests/lightning_duplicate_detection_new/ ./lightning/tests/lightning_duplicate_detection_new/tidb-ignore.toml ./lightning/tests/lightning_duplicate_detection_new/tidb-replace.toml ./lightning/tests/lightning_duplicate_detection_new/data/ ./lightning/tests/lightning_duplicate_detection_new/data/test.dup_detect.4.sql ./lightning/tests/lightning_duplicate_detection_new/data/test.dup_detect.1.sql ./lightning/tests/lightning_duplicate_detection_new/data/test.dup_detect-schema.sql ./lightning/tests/lightning_duplicate_detection_new/data/test.dup_detect.3.sql ./lightning/tests/lightning_duplicate_detection_new/data/test.dup_detect.2.sql ./lightning/tests/lightning_duplicate_detection_new/run.sh ./lightning/tests/lightning_duplicate_detection_new/local-error.toml ./lightning/tests/lightning_duplicate_detection_new/local-replace.toml ./lightning/tests/lightning_unused_config_keys/ ./lightning/tests/lightning_unused_config_keys/config.toml ./lightning/tests/lightning_unused_config_keys/data/ ./lightning/tests/lightning_unused_config_keys/data/unused_config_keys-schema-create.sql ./lightning/tests/lightning_unused_config_keys/run.sh ./lightning/tests/lightning_write_limit/ ./lightning/tests/lightning_write_limit/config.toml ./lightning/tests/lightning_write_limit/run.sh ./lightning/tests/lightning_pd_leader_switch/ ./lightning/tests/lightning_pd_leader_switch/config.toml ./lightning/tests/lightning_pd_leader_switch/data/ ./lightning/tests/lightning_pd_leader_switch/data/cpeng.a.1.sql ./lightning/tests/lightning_pd_leader_switch/data/cpeng.b-schema.sql ./lightning/tests/lightning_pd_leader_switch/data/cpeng.a.2.sql ./lightning/tests/lightning_pd_leader_switch/data/cpeng.b.1.sql ./lightning/tests/lightning_pd_leader_switch/data/cpeng.b.2.sql ./lightning/tests/lightning_pd_leader_switch/data/cpeng-schema-create.sql ./lightning/tests/lightning_pd_leader_switch/data/cpeng.a-schema.sql ./lightning/tests/lightning_pd_leader_switch/data/cpeng.a.3.sql ./lightning/tests/lightning_pd_leader_switch/run.sh ./lightning/tests/lightning_checkpoint/ ./lightning/tests/lightning_checkpoint/config-file.toml ./lightning/tests/lightning_checkpoint/config.toml ./lightning/tests/lightning_checkpoint/run.sh ./lightning/tests/lightning_max_random/ ./lightning/tests/lightning_max_random/config.toml ./lightning/tests/lightning_max_random/data/ ./lightning/tests/lightning_max_random/data/db.test2-schema.sql ./lightning/tests/lightning_max_random/data/db.test2.000000000.csv ./lightning/tests/lightning_max_random/data/db-schema-create.sql ./lightning/tests/lightning_max_random/data/db.test.000000000.csv ./lightning/tests/lightning_max_random/data/db.test1-schema.sql ./lightning/tests/lightning_max_random/data/db.test1.000000000.csv ./lightning/tests/lightning_max_random/data/db.test-schema.sql ./lightning/tests/lightning_max_random/run.sh ./lightning/tests/lightning_generated_columns/ ./lightning/tests/lightning_generated_columns/config.toml ./lightning/tests/lightning_generated_columns/data/ ./lightning/tests/lightning_generated_columns/data/gencol.virtual_only-schema.sql ./lightning/tests/lightning_generated_columns/data/gencol.various_types.0.sql ./lightning/tests/lightning_generated_columns/data/gencol.expr_index.0.sql ./lightning/tests/lightning_generated_columns/data/gencol.various_types-schema.sql ./lightning/tests/lightning_generated_columns/data/gencol.nested.0.sql ./lightning/tests/lightning_generated_columns/data/gencol-schema-create.sql ./lightning/tests/lightning_generated_columns/data/gencol.expr_index-schema.sql ./lightning/tests/lightning_generated_columns/data/gencol.virtual_only.0.sql ./lightning/tests/lightning_generated_columns/data/gencol.uuid-schema.sql ./lightning/tests/lightning_generated_columns/data/gencol.uuid.0.sql ./lightning/tests/lightning_generated_columns/data/gencol.nested-schema.sql ./lightning/tests/lightning_generated_columns/run.sh ./lightning/tests/lightning_file_routing/ ./lightning/tests/lightning_file_routing/config.toml ./lightning/tests/lightning_file_routing/run.sh ./lightning/tests/lightning_source_linkfile/ ./lightning/tests/lightning_source_linkfile/config.toml ./lightning/tests/lightning_source_linkfile/run.sh ./lightning/tests/lightning_examples/ ./lightning/tests/lightning_examples/131072.toml ./lightning/tests/lightning_examples/512.toml ./lightning/tests/lightning_examples/1.toml ./lightning/tests/lightning_examples/run.sh ./lightning/tests/lightning_too_many_columns/ ./lightning/tests/lightning_too_many_columns/config.toml ./lightning/tests/lightning_too_many_columns/data/ ./lightning/tests/lightning_too_many_columns/data/too_many_columns.t-schema.sql ./lightning/tests/lightning_too_many_columns/data/too_many_columns.t.0.csv ./lightning/tests/lightning_too_many_columns/data/too_many_columns-schema-create.sql ./lightning/tests/lightning_too_many_columns/run.sh ./lightning/tests/lightning_routes_panic/ ./lightning/tests/lightning_routes_panic/config.toml ./lightning/tests/lightning_routes_panic/data/ ./lightning/tests/lightning_routes_panic/data/test1.dump_test.003.sql ./lightning/tests/lightning_routes_panic/data/test1.dump_test.001.sql ./lightning/tests/lightning_routes_panic/data/test1.dump_test.002.sql ./lightning/tests/lightning_routes_panic/run.sh ./lightning/tests/lightning_checkpoint_engines_order/ ./lightning/tests/lightning_checkpoint_engines_order/config.toml ./lightning/tests/lightning_checkpoint_engines_order/data/ ./lightning/tests/lightning_checkpoint_engines_order/data/disk_quota_checkpoint.t.0.sql ./lightning/tests/lightning_checkpoint_engines_order/data/disk_quota_checkpoint-schema-create.sql ./lightning/tests/lightning_checkpoint_engines_order/data/disk_quota_checkpoint.t.1.sql ./lightning/tests/lightning_checkpoint_engines_order/data/disk_quota_checkpoint.t.2.sql ./lightning/tests/lightning_checkpoint_engines_order/data/disk_quota_checkpoint.t-schema.sql ./lightning/tests/lightning_checkpoint_engines_order/run.sh ./lightning/tests/run.sh ./lightning/tests/lightning_character_sets/ ./lightning/tests/lightning_character_sets/auto.toml ./lightning/tests/lightning_character_sets/latin1/ ./lightning/tests/lightning_character_sets/latin1/charsets-schema-create.sql ./lightning/tests/lightning_character_sets/latin1/charsets.latin1.csv ./lightning/tests/lightning_character_sets/latin1/charsets.latin1-schema.sql ./lightning/tests/lightning_character_sets/gb18030/ ./lightning/tests/lightning_character_sets/gb18030/charsets.gb18030-schema.sql ./lightning/tests/lightning_character_sets/gb18030/charsets-schema-create.sql ./lightning/tests/lightning_character_sets/gb18030/charsets.gb18030.sql ./lightning/tests/lightning_character_sets/latin1-only-schema.toml ./lightning/tests/lightning_character_sets/greek.toml ./lightning/tests/lightning_character_sets/greek/ ./lightning/tests/lightning_character_sets/greek/charsets-schema-create.sql ./lightning/tests/lightning_character_sets/greek/charsets.greek.sql ./lightning/tests/lightning_character_sets/greek/charsets.greek-schema.sql ./lightning/tests/lightning_character_sets/run.sh ./lightning/tests/lightning_character_sets/utf8mb4/ ./lightning/tests/lightning_character_sets/utf8mb4/charsets.utf8mb4.sql ./lightning/tests/lightning_character_sets/utf8mb4/charsets-schema-create.sql ./lightning/tests/lightning_character_sets/utf8mb4/charsets.utf8mb4-schema.sql ./lightning/tests/lightning_character_sets/utf8mb4.toml ./lightning/tests/lightning_character_sets/binary.toml ./lightning/tests/lightning_character_sets/mixed/ ./lightning/tests/lightning_character_sets/mixed/charsets-schema-create.sql ./lightning/tests/lightning_character_sets/mixed/charsets.mixed-schema.sql ./lightning/tests/lightning_character_sets/mixed/charsets.mixed.sql ./lightning/tests/lightning_character_sets/latin1.toml ./lightning/tests/lightning_character_sets/gb18030.toml ./lightning/tests/README.md ./lightning/tests/lightning_restore/ ./lightning/tests/lightning_restore/config.toml ./lightning/tests/lightning_restore/run.sh ./lightning/tests/lightning_issue_410/ ./lightning/tests/lightning_issue_410/config.toml ./lightning/tests/lightning_issue_410/data/ ./lightning/tests/lightning_issue_410/data/issue410.row_flow_d.0.csv ./lightning/tests/lightning_issue_410/data/issue410.row_flow_d-schema.sql ./lightning/tests/lightning_issue_410/data/issue410-schema-create.sql ./lightning/tests/lightning_issue_410/run.sh ./lightning/tests/lightning_config_skip_csv_header/ ./lightning/tests/lightning_config_skip_csv_header/normal_config.toml ./lightning/tests/lightning_config_skip_csv_header/err_default_config.toml ./lightning/tests/lightning_config_skip_csv_header/err_config.toml ./lightning/tests/lightning_config_skip_csv_header/data/ ./lightning/tests/lightning_config_skip_csv_header/data/mytest.testtbl.csv ./lightning/tests/lightning_config_skip_csv_header/data/mytest.testtbl-schema.sql ./lightning/tests/lightning_config_skip_csv_header/run.sh ./lightning/tests/lightning_routes/ ./lightning/tests/lightning_routes/config.toml ./lightning/tests/lightning_routes/data/ ./lightning/tests/lightning_routes/data/routes_a1.t2.sql ./lightning/tests/lightning_routes/data/routes_a0.t1-schema.sql ./lightning/tests/lightning_routes/data/routes_a1.s1-schema.sql ./lightning/tests/lightning_routes/data/routes_a0-schema-create.sql ./lightning/tests/lightning_routes/data/routes_a1.t2-schema.sql ./lightning/tests/lightning_routes/data/routes_a0.t1.1.sql ./lightning/tests/lightning_routes/data/routes_a1-schema-create.sql ./lightning/tests/lightning_routes/data/routes_a1.s1.sql ./lightning/tests/lightning_routes/data/routes_a0.t0.1.sql ./lightning/tests/lightning_routes/data/routes_a0.t0.2.sql ./lightning/tests/lightning_routes/data/routes_a0.t0-schema.sql ./lightning/tests/lightning_routes/run.sh ./lightning/tests/lightning_error_summary/ ./lightning/tests/lightning_error_summary/config.toml ./lightning/tests/lightning_error_summary/data/ ./lightning/tests/lightning_error_summary/data/error_summary.b.sql ./lightning/tests/lightning_error_summary/data/error_summary-schema-create.sql ./lightning/tests/lightning_error_summary/data/error_summary.a.sql ./lightning/tests/lightning_error_summary/data/error_summary.a-schema.sql ./lightning/tests/lightning_error_summary/data/error_summary.c-schema.sql ./lightning/tests/lightning_error_summary/data/error_summary.c.sql ./lightning/tests/lightning_error_summary/data/error_summary.b-schema.sql ./lightning/tests/lightning_error_summary/run.sh ./lightning/tests/lightning_exotic_filenames/ ./lightning/tests/lightning_exotic_filenames/config.toml ./lightning/tests/lightning_exotic_filenames/data/ ./lightning/tests/lightning_exotic_filenames/data/xfn-schema-create.sql ./lightning/tests/lightning_exotic_filenames/data/xfn.etn.sql ./lightning/tests/lightning_exotic_filenames/data/zwk.zwb.sql ./lightning/tests/lightning_exotic_filenames/data/zwk.zwb-schema.sql ./lightning/tests/lightning_exotic_filenames/data/xfn.etn-schema.sql ./lightning/tests/lightning_exotic_filenames/data/zwk-schema-create.sql ./lightning/tests/lightning_exotic_filenames/run.sh ./lightning/tests/lightning_no_schema/ ./lightning/tests/lightning_no_schema/config.toml ./lightning/tests/lightning_no_schema/data/ ./lightning/tests/lightning_no_schema/data/noschema.invalid-schema.sql ./lightning/tests/lightning_no_schema/data/noschema.invalid.sql ./lightning/tests/lightning_no_schema/data/noschema.t.sql ./lightning/tests/lightning_no_schema/run.sh ./lightning/tests/lightning_shard_rowid/ ./lightning/tests/lightning_shard_rowid/config.toml ./lightning/tests/lightning_shard_rowid/data/ ./lightning/tests/lightning_shard_rowid/data/shard_rowid-schema-create.sql ./lightning/tests/lightning_shard_rowid/data/shard_rowid.shr.0.sql ./lightning/tests/lightning_shard_rowid/data/shard_rowid.shr-schema.sql ./lightning/tests/lightning_shard_rowid/run.sh ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_clustered_pk/ ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_clustered_pk/config.toml ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_clustered_pk/data/ ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_clustered_pk/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_clustered_pk/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_clustered_pk/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_unique_key_clustered_pk/run.sh ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_nonclustered_pk/ ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_nonclustered_pk/config.toml ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_nonclustered_pk/data/ ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_nonclustered_pk/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_nonclustered_pk/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_nonclustered_pk/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_nonclustered_pk/run.sh ./lightning/tests/lightning_column_permutation/ ./lightning/tests/lightning_column_permutation/config.toml ./lightning/tests/lightning_column_permutation/data/ ./lightning/tests/lightning_column_permutation/data/perm-schema-create.sql ./lightning/tests/lightning_column_permutation/data/perm.test_perm.0.csv ./lightning/tests/lightning_column_permutation/data/perm.test_perm-schema.sql ./lightning/tests/lightning_column_permutation/run.sh ./lightning/tests/lightning_add_index/ ./lightning/tests/lightning_add_index/config2-file.toml ./lightning/tests/lightning_add_index/config2-mysql.toml ./lightning/tests/lightning_add_index/config1.toml ./lightning/tests/lightning_add_index/data/ ./lightning/tests/lightning_add_index/data/add_index.non_pk_auto_inc.0.sql ./lightning/tests/lightning_add_index/data/add_index.non_pk_auto_inc-schema.sql ./lightning/tests/lightning_add_index/data/add_index.multi_indexes-schema.sql ./lightning/tests/lightning_add_index/data/add_index.multi_indexes.0.sql ./lightning/tests/lightning_add_index/run.sh ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_clustered_pk/ ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_clustered_pk/config.toml ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_clustered_pk/data/ ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_clustered_pk/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_clustered_pk/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_clustered_pk/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_replace_multiple_keys_clustered_pk/run.sh ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_nonclustered_pk/ ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_nonclustered_pk/config.toml ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_nonclustered_pk/data/ ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_nonclustered_pk/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_nonclustered_pk/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_nonclustered_pk/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_replace_multiple_unique_keys_nonclustered_pk/run.sh ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_nonclustered_pk/ ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_nonclustered_pk/config.toml ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_nonclustered_pk/data/ ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_nonclustered_pk/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_nonclustered_pk/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_nonclustered_pk/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_key_multiple_conflicts_nonclustered_pk/run.sh ./lightning/tests/lightning_partitioned-table/ ./lightning/tests/lightning_partitioned-table/config.toml ./lightning/tests/lightning_partitioned-table/data/ ./lightning/tests/lightning_partitioned-table/data/partitioned.defaultlist-schema.sql ./lightning/tests/lightning_partitioned-table/data/partitioned.a-schema.sql ./lightning/tests/lightning_partitioned-table/data/partitioned.list.sql ./lightning/tests/lightning_partitioned-table/data/partitioned.range.sql ./lightning/tests/lightning_partitioned-table/data/partitioned.a.sql ./lightning/tests/lightning_partitioned-table/data/partitioned.range-schema.sql ./lightning/tests/lightning_partitioned-table/data/partitioned.defaultlist.sql ./lightning/tests/lightning_partitioned-table/data/partitioned-schema-create.sql ./lightning/tests/lightning_partitioned-table/data/partitioned.list-schema.sql ./lightning/tests/lightning_partitioned-table/run.sh ./lightning/tests/lightning_tool_135/ ./lightning/tests/lightning_tool_135/config.toml ./lightning/tests/lightning_tool_135/data/ ./lightning/tests/lightning_tool_135/data/tool_135.bar4.sql ./lightning/tests/lightning_tool_135/data/tool_135.bar5.sql ./lightning/tests/lightning_tool_135/data/tool_135.bar1.sql ./lightning/tests/lightning_tool_135/data/tool_135.bar1-schema.sql ./lightning/tests/lightning_tool_135/data/tool_135-schema-create.sql ./lightning/tests/lightning_tool_135/data/tool_135.bar5-schema.sql ./lightning/tests/lightning_tool_135/data/tool_135.bar4-schema.sql ./lightning/tests/lightning_tool_135/data/tool_135.bar2.sql ./lightning/tests/lightning_tool_135/data/tool_135.bar2-schema.sql ./lightning/tests/lightning_tool_135/data/tool_135.bar3.sql ./lightning/tests/lightning_tool_135/data/tool_135.bar3-schema.sql ./lightning/tests/lightning_tool_135/run.sh ./lightning/tests/lightning_bom_file/ ./lightning/tests/lightning_bom_file/config.toml ./lightning/tests/lightning_bom_file/run.sh ./lightning/tests/lightning_bom_file/original_data/ ./lightning/tests/lightning_bom_file/original_data/mytest.testtbl.csv ./lightning/tests/lightning_bom_file/original_data/mytest.testtbl-schema.sql ./lightning/tests/lightning_local_backend/ ./lightning/tests/lightning_local_backend/config.toml ./lightning/tests/lightning_local_backend/data/ ./lightning/tests/lightning_local_backend/data/cpeng.a.1.sql ./lightning/tests/lightning_local_backend/data/cpeng.b-schema.sql ./lightning/tests/lightning_local_backend/data/cpeng.a.2.sql ./lightning/tests/lightning_local_backend/data/cpeng.b.1.sql ./lightning/tests/lightning_local_backend/data/cpeng.b.2.sql ./lightning/tests/lightning_local_backend/data/cpeng-schema-create.sql ./lightning/tests/lightning_local_backend/data/cpeng.a-schema.sql ./lightning/tests/lightning_local_backend/data/cpeng.a.3.sql ./lightning/tests/lightning_local_backend/run.sh ./lightning/tests/lightning_local_backend/file.toml ./lightning/tests/lightning_local_backend/mysql.toml ./lightning/tests/download_integration_test_binaries.sh ./lightning/tests/lightning_tidb_rowid/ ./lightning/tests/lightning_tidb_rowid/config.toml ./lightning/tests/lightning_tidb_rowid/data/ ./lightning/tests/lightning_tidb_rowid/data/rowid.explicit_tidb_rowid-schema.sql ./lightning/tests/lightning_tidb_rowid/data/rowid.non_pk_auto_inc.sql ./lightning/tests/lightning_tidb_rowid/data/rowid.pre_rebase.sql ./lightning/tests/lightning_tidb_rowid/data/rowid.non_pk_auto_inc-schema.sql ./lightning/tests/lightning_tidb_rowid/data/rowid.pre_rebase-schema.sql ./lightning/tests/lightning_tidb_rowid/data/rowid-schema-create.sql ./lightning/tests/lightning_tidb_rowid/data/rowid.explicit_tidb_rowid.sql ./lightning/tests/lightning_tidb_rowid/data/rowid.non_pk-schema.sql ./lightning/tests/lightning_tidb_rowid/data/rowid.specific_auto_inc.sql ./lightning/tests/lightning_tidb_rowid/data/rowid.non_pk.sql ./lightning/tests/lightning_tidb_rowid/data/rowid.specific_auto_inc-schema.sql ./lightning/tests/lightning_tidb_rowid/run.sh ./lightning/tests/lightning_duplicate_resolution_error/ ./lightning/tests/lightning_duplicate_resolution_error/config.toml ./lightning/tests/lightning_duplicate_resolution_error/data/ ./lightning/tests/lightning_duplicate_resolution_error/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_error/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_error/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_error/run.sh ./lightning/tests/lightning_distributed_import/ ./lightning/tests/lightning_distributed_import/config.toml ./lightning/tests/lightning_distributed_import/run.sh ./lightning/tests/lightning_distributed_import/data2/ ./lightning/tests/lightning_distributed_import/data2/distributed_import.t-schema.sql ./lightning/tests/lightning_distributed_import/data2/distributed_import.t.csv ./lightning/tests/lightning_distributed_import/data2/distributed_import-schema-create.sql ./lightning/tests/lightning_distributed_import/data1/ ./lightning/tests/lightning_distributed_import/data1/distributed_import.t-schema.sql ./lightning/tests/lightning_distributed_import/data1/distributed_import.t.csv ./lightning/tests/lightning_distributed_import/data1/distributed_import-schema-create.sql ./lightning/tests/lightning_auto_random_default/ ./lightning/tests/lightning_auto_random_default/config.toml ./lightning/tests/lightning_auto_random_default/data/ ./lightning/tests/lightning_auto_random_default/data/auto_random-schema-create.sql ./lightning/tests/lightning_auto_random_default/data/auto_random.t.1.sql ./lightning/tests/lightning_auto_random_default/data/auto_random.t.0.sql ./lightning/tests/lightning_auto_random_default/data/auto_random.t-schema.sql ./lightning/tests/lightning_auto_random_default/run.sh ./lightning/tests/lightning_auto_random_default/data2/ ./lightning/tests/lightning_auto_random_default/data2/auto_random.t.000000001.csv ./lightning/tests/lightning_default-columns/ ./lightning/tests/lightning_default-columns/config.toml ./lightning/tests/lightning_default-columns/data/ ./lightning/tests/lightning_default-columns/data/defcol.t.2.sql ./lightning/tests/lightning_default-columns/data/defcol.t.1.sql ./lightning/tests/lightning_default-columns/data/defcol-schema-create.sql ./lightning/tests/lightning_default-columns/data/defcol.u.1.sql ./lightning/tests/lightning_default-columns/data/defcol.u-schema.sql ./lightning/tests/lightning_default-columns/data/defcol.t-schema.sql ./lightning/tests/lightning_default-columns/run.sh ./lightning/tests/lightning_record_network/ ./lightning/tests/lightning_record_network/config.toml ./lightning/tests/lightning_record_network/data/ ./lightning/tests/lightning_record_network/data/db-schema-create.sql ./lightning/tests/lightning_record_network/data/db.test-schema.sql ./lightning/tests/lightning_record_network/data/db.test.1.sql ./lightning/tests/lightning_record_network/run.sh ./lightning/tests/lightning_tool_1420/ ./lightning/tests/lightning_tool_1420/config.toml ./lightning/tests/lightning_tool_1420/data/ ./lightning/tests/lightning_tool_1420/data/EE1420-schema-create.sql ./lightning/tests/lightning_tool_1420/data/EE1420.pt_role.sql ./lightning/tests/lightning_tool_1420/data/EE1420.pt_role-schema.sql ./lightning/tests/lightning_tool_1420/run.sh ./lightning/tests/lightning_drop_other_tables_halfway/ ./lightning/tests/lightning_drop_other_tables_halfway/config.toml ./lightning/tests/lightning_drop_other_tables_halfway/data/ ./lightning/tests/lightning_drop_other_tables_halfway/data/lntest.tbl01-schema.sql ./lightning/tests/lightning_drop_other_tables_halfway/data/lntest.tbl01.csv ./lightning/tests/lightning_drop_other_tables_halfway/run.sh ./lightning/tests/lightning_duplicate_resolution_replace_one_key/ ./lightning/tests/lightning_duplicate_resolution_replace_one_key/config.toml ./lightning/tests/lightning_duplicate_resolution_replace_one_key/data/ ./lightning/tests/lightning_duplicate_resolution_replace_one_key/data/dup_resolve.a-schema.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_key/data/dup_resolve.a.1.csv ./lightning/tests/lightning_duplicate_resolution_replace_one_key/data/dup_resolve-schema-create.sql ./lightning/tests/lightning_duplicate_resolution_replace_one_key/run.sh ./lightning/cmd/ ./lightning/cmd/tidb-lightning/ ./lightning/cmd/tidb-lightning/BUILD.bazel ./lightning/cmd/tidb-lightning/fips.go ./lightning/cmd/tidb-lightning/main_test.go ./lightning/cmd/tidb-lightning/OWNERS ./lightning/cmd/tidb-lightning/main.go ./lightning/cmd/tidb-lightning-ctl/ ./lightning/cmd/tidb-lightning-ctl/BUILD.bazel ./lightning/cmd/tidb-lightning-ctl/fips.go ./lightning/cmd/tidb-lightning-ctl/main_test.go ./lightning/cmd/tidb-lightning-ctl/OWNERS ./lightning/cmd/tidb-lightning-ctl/main.go ./lightning/tidb-lightning.toml ./lightning/OWNERS ./lightning/web/ ./lightning/web/package-lock.json ./lightning/web/public/ ./lightning/web/public/index.html ./lightning/web/docs/ ./lightning/web/docs/api.yaml ./lightning/web/docs/InfoPage.png ./lightning/web/docs/ProgressPage.png ./lightning/web/docs/TableProgressPage.png ./lightning/web/tsconfig.json ./lightning/web/src/ ./lightning/web/src/MoveTaskButton.tsx ./lightning/web/src/InfoPage.tsx ./lightning/web/src/EnginesProgressPanel.tsx ./lightning/web/src/RefreshButton.tsx ./lightning/web/src/api.ts ./lightning/web/src/DottedProgress.tsx ./lightning/web/src/TitleLink.tsx ./lightning/web/src/TableProgressCard.tsx ./lightning/web/src/index.tsx ./lightning/web/src/ProgressPage.tsx ./lightning/web/src/TableProgressPage.tsx ./lightning/web/src/InfoButton.tsx ./lightning/web/src/ErrorButton.tsx ./lightning/web/src/TitleBar.tsx ./lightning/web/src/json-bigint.d.ts ./lightning/web/src/ChunksProgressPanel.tsx ./lightning/web/src/PauseButton.tsx ./lightning/web/src/TaskButton.tsx ./lightning/web/package.json ./lightning/web/README.md ./lightning/web/webpack.config.js ./lightning/README.md ./lightning/pkg/ ./lightning/pkg/precheck/ ./lightning/pkg/precheck/BUILD.bazel ./lightning/pkg/precheck/precheck.go ./lightning/pkg/web/ ./lightning/pkg/web/BUILD.bazel ./lightning/pkg/web/progress.go ./lightning/pkg/web/res_vfsdata.go ./lightning/pkg/web/res.go ./lightning/pkg/server/ ./lightning/pkg/server/lightning_server_serial_test.go ./lightning/pkg/server/BUILD.bazel ./lightning/pkg/server/lightning_serial_test.go ./lightning/pkg/server/sigusr1_other.go ./lightning/pkg/server/lightning.go ./lightning/pkg/server/main_test.go ./lightning/pkg/server/run_options.go ./lightning/pkg/server/sigusr1_unix.go ./lightning/pkg/importer/ ./lightning/pkg/importer/precheck_test.go ./lightning/pkg/importer/get_pre_info_test.go ./lightning/pkg/importer/BUILD.bazel ./lightning/pkg/importer/dup_detect_test.go ./lightning/pkg/importer/mock/ ./lightning/pkg/importer/mock/BUILD.bazel ./lightning/pkg/importer/mock/mock.go ./lightning/pkg/importer/mock/mock_test.go ./lightning/pkg/importer/tidb_test.go ./lightning/pkg/importer/check_info.go ./lightning/pkg/importer/precheck_impl_test.go ./lightning/pkg/importer/testdata/ ./lightning/pkg/importer/testdata/000000_0.parquet ./lightning/pkg/importer/check_info_test.go ./lightning/pkg/importer/check_template.go ./lightning/pkg/importer/dup_detect.go ./lightning/pkg/importer/checksum_helper.go ./lightning/pkg/importer/precheck_impl.go ./lightning/pkg/importer/precheck.go ./lightning/pkg/importer/meta_manager_test.go ./lightning/pkg/importer/meta_manager.go ./lightning/pkg/importer/tidb.go ./lightning/pkg/importer/table_import_test.go ./lightning/pkg/importer/opts/ ./lightning/pkg/importer/opts/BUILD.bazel ./lightning/pkg/importer/opts/get_pre_info_opts.go ./lightning/pkg/importer/opts/precheck_opts.go ./lightning/pkg/importer/table_import.go ./lightning/pkg/importer/import.go ./lightning/pkg/importer/chunk_process.go ./lightning/pkg/importer/chunk_process_test.go ./lightning/pkg/importer/get_pre_info.go ./lightning/pkg/importer/import_test.go ./pkg/ ./pkg/domain/ ./pkg/domain/BUILD.bazel ./pkg/domain/topn_slow_query.go ./pkg/domain/extract_test.go ./pkg/domain/plan_replayer_dump.go ./pkg/domain/runaway.go ./pkg/domain/domain.go ./pkg/domain/schema_checker_test.go ./pkg/domain/sysvar_cache.go ./pkg/domain/extract.go ./pkg/domain/infosync/ ./pkg/domain/infosync/info.go ./pkg/domain/infosync/BUILD.bazel ./pkg/domain/infosync/info_test.go ./pkg/domain/infosync/mock_info.go ./pkg/domain/infosync/schedule_manager.go ./pkg/domain/infosync/error.go ./pkg/domain/infosync/resource_manager_client.go ./pkg/domain/infosync/tiflash_manager.go ./pkg/domain/infosync/label_manager.go ./pkg/domain/infosync/placement_manager.go ./pkg/domain/infosync/region.go ./pkg/domain/domain_sysvars.go ./pkg/domain/main_test.go ./pkg/domain/test_helper.go ./pkg/domain/schema_validator_test.go ./pkg/domain/db_test.go ./pkg/domain/historical_stats.go ./pkg/domain/OWNERS ./pkg/domain/schema_checker.go ./pkg/domain/metrics/ ./pkg/domain/metrics/BUILD.bazel ./pkg/domain/metrics/metrics.go ./pkg/domain/optimize_trace.go ./pkg/domain/schema_validator.go ./pkg/domain/ru_stats_test.go ./pkg/domain/globalconfigsync/ ./pkg/domain/globalconfigsync/BUILD.bazel ./pkg/domain/globalconfigsync/globalconfig_test.go ./pkg/domain/globalconfigsync/globalconfig.go ./pkg/domain/ru_stats.go ./pkg/domain/domain_test.go ./pkg/domain/topn_slow_query_test.go ./pkg/domain/domain_utils_test.go ./pkg/domain/domainctx.go ./pkg/domain/plan_replayer_test.go ./pkg/domain/plan_replayer.go ./pkg/domain/domainctx_test.go ./pkg/domain/plan_replayer_handle_test.go ./pkg/ddl/ ./pkg/ddl/index_cop_test.go ./pkg/ddl/placement_sql_test.go ./pkg/ddl/ddl_algorithm.go ./pkg/ddl/systable/ ./pkg/ddl/systable/min_job_id_test.go ./pkg/ddl/systable/BUILD.bazel ./pkg/ddl/systable/min_job_id.go ./pkg/ddl/systable/manager.go ./pkg/ddl/systable/manager_test.go ./pkg/ddl/sequence_test.go ./pkg/ddl/integration_test.go ./pkg/ddl/table_lock.go ./pkg/ddl/column_change_test.go ./pkg/ddl/column.go ./pkg/ddl/BUILD.bazel ./pkg/ddl/placement_policy_ddl_test.go ./pkg/ddl/ttl.go ./pkg/ddl/backfilling_import_cloud.go ./pkg/ddl/tests/ ./pkg/ddl/tests/adminpause/ ./pkg/ddl/tests/adminpause/BUILD.bazel ./pkg/ddl/tests/adminpause/pause_resume_test.go ./pkg/ddl/tests/adminpause/ddl_stmt_cases.go ./pkg/ddl/tests/adminpause/pause_cancel_test.go ./pkg/ddl/tests/adminpause/main_test.go ./pkg/ddl/tests/adminpause/global.go ./pkg/ddl/tests/adminpause/pause_negative_test.go ./pkg/ddl/tests/adminpause/ddl_data_generation.go ./pkg/ddl/tests/indexmerge/ ./pkg/ddl/tests/indexmerge/BUILD.bazel ./pkg/ddl/tests/indexmerge/merge_test.go ./pkg/ddl/tests/indexmerge/main_test.go ./pkg/ddl/tests/fk/ ./pkg/ddl/tests/fk/BUILD.bazel ./pkg/ddl/tests/fk/main_test.go ./pkg/ddl/tests/fk/foreign_key_test.go ./pkg/ddl/tests/partition/ ./pkg/ddl/tests/partition/BUILD.bazel ./pkg/ddl/tests/partition/exchange_partition_test.go ./pkg/ddl/tests/partition/main_test.go ./pkg/ddl/tests/partition/db_partition_test.go ./pkg/ddl/tests/partition/multi_domain_test.go ./pkg/ddl/tests/partition/error_injection_test.go ./pkg/ddl/tests/partition/placement_test.go ./pkg/ddl/tests/partition/reorg_partition_test.go ./pkg/ddl/tests/multivaluedindex/ ./pkg/ddl/tests/multivaluedindex/BUILD.bazel ./pkg/ddl/tests/multivaluedindex/multi_valued_index_test.go ./pkg/ddl/tests/multivaluedindex/main_test.go ./pkg/ddl/tests/fail/ ./pkg/ddl/tests/fail/fail_db_test.go ./pkg/ddl/tests/fail/BUILD.bazel ./pkg/ddl/tests/fail/main_test.go ./pkg/ddl/tests/fastcreatetable/ ./pkg/ddl/tests/fastcreatetable/BUILD.bazel ./pkg/ddl/tests/fastcreatetable/main_test.go ./pkg/ddl/tests/fastcreatetable/fastcreatetable_test.go ./pkg/ddl/tests/metadatalock/ ./pkg/ddl/tests/metadatalock/BUILD.bazel ./pkg/ddl/tests/metadatalock/main_test.go ./pkg/ddl/tests/metadatalock/mdl_test.go ./pkg/ddl/tests/tiflash/ ./pkg/ddl/tests/tiflash/BUILD.bazel ./pkg/ddl/tests/tiflash/ddl_tiflash_test.go ./pkg/ddl/tests/tiflash/main_test.go ./pkg/ddl/tests/serial/ ./pkg/ddl/tests/serial/BUILD.bazel ./pkg/ddl/tests/serial/serial_test.go ./pkg/ddl/tests/serial/main_test.go ./pkg/ddl/restart_test.go ./pkg/ddl/index_change_test.go ./pkg/ddl/ddl_algorithm_test.go ./pkg/ddl/mock/ ./pkg/ddl/mock/BUILD.bazel ./pkg/ddl/mock/systable_manager_mock.go ./pkg/ddl/mock/schema_loader_mock.go ./pkg/ddl/serverstate/ ./pkg/ddl/serverstate/BUILD.bazel ./pkg/ddl/serverstate/syncer.go ./pkg/ddl/serverstate/mem_syncer.go ./pkg/ddl/serverstate/syncer_test.go ./pkg/ddl/bdr.go ./pkg/ddl/db_change_failpoints_test.go ./pkg/ddl/attributes_sql_test.go ./pkg/ddl/metabuild_test.go ./pkg/ddl/placement/ ./pkg/ddl/placement/BUILD.bazel ./pkg/ddl/placement/constraints_test.go ./pkg/ddl/placement/constraints.go ./pkg/ddl/placement/common.go ./pkg/ddl/placement/bundle.go ./pkg/ddl/placement/bundle_test.go ./pkg/ddl/placement/errors.go ./pkg/ddl/placement/common_test.go ./pkg/ddl/placement/rule.go ./pkg/ddl/placement/constraint_test.go ./pkg/ddl/placement/constraint.go ./pkg/ddl/placement/rule_test.go ./pkg/ddl/placement/meta_bundle_test.go ./pkg/ddl/delete_range.go ./pkg/ddl/backfilling_operators.go ./pkg/ddl/backfilling_dist_scheduler_test.go ./pkg/ddl/cancel_test.go ./pkg/ddl/notifier/ ./pkg/ddl/notifier/BUILD.bazel ./pkg/ddl/notifier/subscribe.go ./pkg/ddl/notifier/store_test.go ./pkg/ddl/notifier/events.go ./pkg/ddl/notifier/events_test.go ./pkg/ddl/notifier/store.go ./pkg/ddl/notifier/publish.go ./pkg/ddl/notifier/testkit_test.go ./pkg/ddl/ddl_running_jobs_test.go ./pkg/ddl/ddl_test.go ./pkg/ddl/bdr_test.go ./pkg/ddl/fail_test.go ./pkg/ddl/table_mode.go ./pkg/ddl/column_test.go ./pkg/ddl/mv_index_test.go ./pkg/ddl/ddl_error_test.go ./pkg/ddl/stat_test.go ./pkg/ddl/stat.go ./pkg/ddl/reorg.go ./pkg/ddl/backfilling_dist_scheduler.go ./pkg/ddl/foreign_key.go ./pkg/ddl/testutil/ ./pkg/ddl/testutil/BUILD.bazel ./pkg/ddl/testutil/operator.go ./pkg/ddl/testutil/testutil.go ./pkg/ddl/job_submitter.go ./pkg/ddl/placement_policy.go ./pkg/ddl/executor_nokit_test.go ./pkg/ddl/bench_test.go ./pkg/ddl/db_integration_test.go ./pkg/ddl/util/ ./pkg/ddl/util/BUILD.bazel ./pkg/ddl/util/util_test.go ./pkg/ddl/util/watcher.go ./pkg/ddl/util/main_test.go ./pkg/ddl/util/mock.go ./pkg/ddl/util/dead_table_lock_checker.go ./pkg/ddl/util/util.go ./pkg/ddl/schema.go ./pkg/ddl/doc.go ./pkg/ddl/executor_test.go ./pkg/ddl/placement_policy_test.go ./pkg/ddl/table_mode_test.go ./pkg/ddl/rollingback_test.go ./pkg/ddl/logutil/ ./pkg/ddl/logutil/logutil.go ./pkg/ddl/logutil/BUILD.bazel ./pkg/ddl/backfilling_dist_executor.go ./pkg/ddl/generated_column.go ./pkg/ddl/schema_test.go ./pkg/ddl/db_rename_test.go ./pkg/ddl/partition_test.go ./pkg/ddl/sequence.go ./pkg/ddl/ddl_history.go ./pkg/ddl/main_test.go ./pkg/ddl/job_scheduler.go ./pkg/ddl/cluster_test.go ./pkg/ddl/schemaver/ ./pkg/ddl/schemaver/BUILD.bazel ./pkg/ddl/schemaver/syncer.go ./pkg/ddl/schemaver/mem_syncer.go ./pkg/ddl/schemaver/syncer_test.go ./pkg/ddl/schemaver/syncer_nokit_test.go ./pkg/ddl/repair_table_test.go ./pkg/ddl/backfilling.go ./pkg/ddl/index_cop.go ./pkg/ddl/session/ ./pkg/ddl/session/BUILD.bazel ./pkg/ddl/session/session_pool.go ./pkg/ddl/session/session_pool_test.go ./pkg/ddl/session/session.go ./pkg/ddl/table.go ./pkg/ddl/owner_mgr.go ./pkg/ddl/job_scheduler_testkit_test.go ./pkg/ddl/mock.go ./pkg/ddl/backfilling_txn_executor.go ./pkg/ddl/label/ ./pkg/ddl/label/BUILD.bazel ./pkg/ddl/label/main_test.go ./pkg/ddl/label/errors.go ./pkg/ddl/label/attributes.go ./pkg/ddl/label/rule.go ./pkg/ddl/label/rule_test.go ./pkg/ddl/label/attributes_test.go ./pkg/ddl/column_type_change_test.go ./pkg/ddl/create_table.go ./pkg/ddl/foreign_key_test.go ./pkg/ddl/table_split_test.go ./pkg/ddl/options_test.go ./pkg/ddl/db_test.go ./pkg/ddl/options.go ./pkg/ddl/add_column.go ./pkg/ddl/modify_column_test.go ./pkg/ddl/index_nokit_test.go ./pkg/ddl/backfilling_test.go ./pkg/ddl/OWNERS ./pkg/ddl/dist_owner.go ./pkg/ddl/job_scheduler_test.go ./pkg/ddl/constant.go ./pkg/ddl/constraint_test.go ./pkg/ddl/constraint.go ./pkg/ddl/multi_schema_change.go ./pkg/ddl/backfilling_read_index.go ./pkg/ddl/resource_group.go ./pkg/ddl/resourcegroup/ ./pkg/ddl/resourcegroup/BUILD.bazel ./pkg/ddl/resourcegroup/group.go ./pkg/ddl/resourcegroup/errors.go ./pkg/ddl/export_test.go ./pkg/ddl/ddl_history_test.go ./pkg/ddl/partition.go ./pkg/ddl/tiflash_replica_test.go ./pkg/ddl/executor.go ./pkg/ddl/metabuild.go ./pkg/ddl/backfilling_clean_s3.go ./pkg/ddl/table_test.go ./pkg/ddl/index_merge_tmp.go ./pkg/ddl/ddl_workerpool_test.go ./pkg/ddl/ttl_test.go ./pkg/ddl/ddl_workerpool.go ./pkg/ddl/index.go ./pkg/ddl/ddl_tiflash_api.go ./pkg/ddl/delete_range_util.go ./pkg/ddl/column_modify_test.go ./pkg/ddl/job_submitter_test.go ./pkg/ddl/cluster.go ./pkg/ddl/index_modify_test.go ./pkg/ddl/primary_key_handle_test.go ./pkg/ddl/table_modify_test.go ./pkg/ddl/owner_mgr_test.go ./pkg/ddl/schema_version.go ./pkg/ddl/ddl.go ./pkg/ddl/db_change_test.go ./pkg/ddl/sanity_check.go ./pkg/ddl/db_cache_test.go ./pkg/ddl/testargsv1/ ./pkg/ddl/testargsv1/BUILD.bazel ./pkg/ddl/testargsv1/force_v1.go ./pkg/ddl/testargsv1/normal.go ./pkg/ddl/ddl_running_jobs.go ./pkg/ddl/modify_column.go ./pkg/ddl/index_presplit.go ./pkg/ddl/job_worker.go ./pkg/ddl/backfilling_merge_sort.go ./pkg/ddl/split_region.go ./pkg/ddl/ingest/ ./pkg/ddl/ingest/integration_test.go ./pkg/ddl/ingest/BUILD.bazel ./pkg/ddl/ingest/disk_root.go ./pkg/ddl/ingest/backend.go ./pkg/ddl/ingest/message.go ./pkg/ddl/ingest/checkpoint_test.go ./pkg/ddl/ingest/testutil/ ./pkg/ddl/ingest/testutil/BUILD.bazel ./pkg/ddl/ingest/testutil/testutil.go ./pkg/ddl/ingest/env.go ./pkg/ddl/ingest/engine_mgr.go ./pkg/ddl/ingest/main_test.go ./pkg/ddl/ingest/mock.go ./pkg/ddl/ingest/checkpoint.go ./pkg/ddl/ingest/env_test.go ./pkg/ddl/ingest/backend_mgr.go ./pkg/ddl/ingest/mem_root.go ./pkg/ddl/ingest/config.go ./pkg/ddl/ingest/mem_root_test.go ./pkg/ddl/ingest/util.go ./pkg/ddl/ingest/engine.go ./pkg/ddl/db_table_test.go ./pkg/ddl/job_worker_test.go ./pkg/ddl/rollingback.go ./pkg/ddl/copr/ ./pkg/ddl/copr/BUILD.bazel ./pkg/ddl/copr/copr_ctx.go ./pkg/ddl/copr/copr_ctx_test.go ./pkg/ddl/multi_schema_change_test.go ./pkg/ddl/schematracker/ ./pkg/ddl/schematracker/BUILD.bazel ./pkg/ddl/schematracker/dm_tracker_test.go ./pkg/ddl/schematracker/info_store_test.go ./pkg/ddl/schematracker/info_store.go ./pkg/ddl/schematracker/dm_tracker.go ./pkg/ddl/schematracker/checker.go ./pkg/table/ ./pkg/table/column.go ./pkg/table/BUILD.bazel ./pkg/table/column_test.go ./pkg/table/tables/ ./pkg/table/tables/BUILD.bazel ./pkg/table/tables/index_test.go ./pkg/table/tables/state_remote.go ./pkg/table/tables/tables.go ./pkg/table/tables/cache.go ./pkg/table/tables/mutation_checker_test.go ./pkg/table/tables/bench_test.go ./pkg/table/tables/main_test.go ./pkg/table/tables/tables_test.go ./pkg/table/tables/partition.go ./pkg/table/tables/test/ ./pkg/table/tables/test/partition/ ./pkg/table/tables/test/partition/BUILD.bazel ./pkg/table/tables/test/partition/partition_test.go ./pkg/table/tables/test/partition/main_test.go ./pkg/table/tables/index.go ./pkg/table/tables/testutil.go ./pkg/table/tables/mutation_checker.go ./pkg/table/tables/state_remote_test.go ./pkg/table/tables/cache_test.go ./pkg/table/main_test.go ./pkg/table/table.go ./pkg/table/temptable/ ./pkg/table/temptable/BUILD.bazel ./pkg/table/temptable/interceptor_test.go ./pkg/table/temptable/ddl_test.go ./pkg/table/temptable/main_test.go ./pkg/table/temptable/interceptor.go ./pkg/table/temptable/infoschema.go ./pkg/table/temptable/ddl.go ./pkg/table/tblsession/ ./pkg/table/tblsession/BUILD.bazel ./pkg/table/tblsession/table.go ./pkg/table/tblsession/table_test.go ./pkg/table/OWNERS ./pkg/table/constraint.go ./pkg/table/table_test.go ./pkg/table/index.go ./pkg/table/tblctx/ ./pkg/table/tblctx/BUILD.bazel ./pkg/table/tblctx/table.go ./pkg/table/tblctx/buffers_test.go ./pkg/table/tblctx/buffers.go ./pkg/sessionctx/ ./pkg/sessionctx/BUILD.bazel ./pkg/sessionctx/context.go ./pkg/sessionctx/variable/ ./pkg/sessionctx/variable/sysvar_test.go ./pkg/sessionctx/variable/mock_globalaccessor.go ./pkg/sessionctx/variable/BUILD.bazel ./pkg/sessionctx/variable/removed_test.go ./pkg/sessionctx/variable/statusvar.go ./pkg/sessionctx/variable/mock_globalaccessor_test.go ./pkg/sessionctx/variable/session_test.go ./pkg/sessionctx/variable/sequence_state.go ./pkg/sessionctx/variable/varsutil.go ./pkg/sessionctx/variable/session.go ./pkg/sessionctx/variable/removed.go ./pkg/sessionctx/variable/main_test.go ./pkg/sessionctx/variable/statusvar_test.go ./pkg/sessionctx/variable/noop.go ./pkg/sessionctx/variable/OWNERS ./pkg/sessionctx/variable/error.go ./pkg/sessionctx/variable/variable.go ./pkg/sessionctx/variable/sysvar.go ./pkg/sessionctx/variable/variable_test.go ./pkg/sessionctx/variable/setvar_affect.go ./pkg/sessionctx/variable/tidb_vars.go ./pkg/sessionctx/variable/varsutil_test.go ./pkg/sessionctx/sysproctrack/ ./pkg/sessionctx/sysproctrack/BUILD.bazel ./pkg/sessionctx/sysproctrack/track.go ./pkg/sessionctx/stmtctx/ ./pkg/sessionctx/stmtctx/stmtctx_test.go ./pkg/sessionctx/stmtctx/BUILD.bazel ./pkg/sessionctx/stmtctx/main_test.go ./pkg/sessionctx/stmtctx/stmtctx.go ./pkg/sessionctx/context_test.go ./pkg/sessionctx/main_test.go ./pkg/sessionctx/vardef/ ./pkg/sessionctx/vardef/BUILD.bazel ./pkg/sessionctx/vardef/OWNERS ./pkg/sessionctx/vardef/sysvar.go ./pkg/sessionctx/vardef/tidb_vars.go ./pkg/sessionctx/sessionstates/ ./pkg/sessionctx/sessionstates/BUILD.bazel ./pkg/sessionctx/sessionstates/session_states.go ./pkg/sessionctx/sessionstates/session_states_test.go ./pkg/sessionctx/sessionstates/session_token_test.go ./pkg/sessionctx/sessionstates/session_token.go ./pkg/workloadlearning/ ./pkg/workloadlearning/BUILD.bazel ./pkg/workloadlearning/cache.go ./pkg/workloadlearning/handle.go ./pkg/workloadlearning/metrics.go ./pkg/workloadlearning/handle_test.go ./pkg/workloadlearning/cache_test.go ./pkg/infoschema/ ./pkg/infoschema/BUILD.bazel ./pkg/infoschema/perfschema/ ./pkg/infoschema/perfschema/BUILD.bazel ./pkg/infoschema/perfschema/init.go ./pkg/infoschema/perfschema/tables.go ./pkg/infoschema/perfschema/testdata/ ./pkg/infoschema/perfschema/testdata/test.pprof ./pkg/infoschema/perfschema/testdata/tikv.cpu.profile ./pkg/infoschema/perfschema/main_test.go ./pkg/infoschema/perfschema/const.go ./pkg/infoschema/perfschema/tables_test.go ./pkg/infoschema/infoschema_v2_test.go ./pkg/infoschema/internal/ ./pkg/infoschema/internal/sizer.go ./pkg/infoschema/internal/BUILD.bazel ./pkg/infoschema/internal/sizer_test.go ./pkg/infoschema/internal/testkit.go ./pkg/infoschema/tables.go ./pkg/infoschema/cache.go ./pkg/infoschema/context/ ./pkg/infoschema/context/BUILD.bazel ./pkg/infoschema/context/infoschema.go ./pkg/infoschema/builder.go ./pkg/infoschema/bench_test.go ./pkg/infoschema/metrics_schema_test.go ./pkg/infoschema/builder_test.go ./pkg/infoschema/main_test.go ./pkg/infoschema/infoschema_v2.go ./pkg/infoschema/metrics_schema.go ./pkg/infoschema/bundle_builder.go ./pkg/infoschema/metrics.go ./pkg/infoschema/infoschema_nokit_test.go ./pkg/infoschema/infoschemav2_cache_test.go ./pkg/infoschema/builder_misc.go ./pkg/infoschema/sieve_test.go ./pkg/infoschema/OWNERS ./pkg/infoschema/error.go ./pkg/infoschema/sieve.go ./pkg/infoschema/metrics/ ./pkg/infoschema/metrics/BUILD.bazel ./pkg/infoschema/metrics/metrics.go ./pkg/infoschema/metric_table_def.go ./pkg/infoschema/test/ ./pkg/infoschema/test/clustertablestest/ ./pkg/infoschema/test/clustertablestest/BUILD.bazel ./pkg/infoschema/test/clustertablestest/main_test.go ./pkg/infoschema/test/clustertablestest/tables_test.go ./pkg/infoschema/test/clustertablestest/cluster_tables_test.go ./pkg/infoschema/test/infoschemav2test/ ./pkg/infoschema/test/infoschemav2test/BUILD.bazel ./pkg/infoschema/test/infoschemav2test/main_test.go ./pkg/infoschema/test/infoschemav2test/v2_test.go ./pkg/infoschema/test/cachetest/ ./pkg/infoschema/test/cachetest/BUILD.bazel ./pkg/infoschema/test/cachetest/main_test.go ./pkg/infoschema/test/cachetest/cache_test.go ./pkg/infoschema/interface.go ./pkg/infoschema/infoschema.go ./pkg/infoschema/cluster.go ./pkg/infoschema/infoschema_test.go ./pkg/lock/ ./pkg/lock/BUILD.bazel ./pkg/lock/context/ ./pkg/lock/context/BUILD.bazel ./pkg/lock/context/lockcontext.go ./pkg/lock/lock.go ./pkg/lock/OWNERS ./pkg/planner/ ./pkg/planner/BUILD.bazel ./pkg/planner/funcdep/ ./pkg/planner/funcdep/BUILD.bazel ./pkg/planner/funcdep/extract_fd_test.go ./pkg/planner/funcdep/doc.go ./pkg/planner/funcdep/fd_graph.go ./pkg/planner/funcdep/main_test.go ./pkg/planner/funcdep/fd_graph_test.go ./pkg/planner/cascades/ ./pkg/planner/cascades/BUILD.bazel ./pkg/planner/cascades/cascades_test.go ./pkg/planner/cascades/task/ ./pkg/planner/cascades/task/task_scheduler_test.go ./pkg/planner/cascades/task/BUILD.bazel ./pkg/planner/cascades/task/base.go ./pkg/planner/cascades/task/task_apply_rule.go ./pkg/planner/cascades/task/task_opt_group_expression.go ./pkg/planner/cascades/task/task_scheduler.go ./pkg/planner/cascades/task/task_test.go ./pkg/planner/cascades/task/task_opt_group.go ./pkg/planner/cascades/task/task.go ./pkg/planner/cascades/pattern/ ./pkg/planner/cascades/pattern/BUILD.bazel ./pkg/planner/cascades/pattern/engine_test.go ./pkg/planner/cascades/pattern/pattern_test.go ./pkg/planner/cascades/pattern/pattern.go ./pkg/planner/cascades/pattern/engine.go ./pkg/planner/cascades/memo/ ./pkg/planner/cascades/memo/BUILD.bazel ./pkg/planner/cascades/memo/memo.go ./pkg/planner/cascades/memo/group_id_generator.go ./pkg/planner/cascades/memo/memo_test.go ./pkg/planner/cascades/memo/group_expr.go ./pkg/planner/cascades/memo/group.go ./pkg/planner/cascades/memo/group_id_generator_test.go ./pkg/planner/cascades/memo/main_test.go ./pkg/planner/cascades/memo/group_and_expr_test.go ./pkg/planner/cascades/rule/ ./pkg/planner/cascades/rule/BUILD.bazel ./pkg/planner/cascades/rule/binder_test.go ./pkg/planner/cascades/rule/join/ ./pkg/planner/cascades/rule/join/BUILD.bazel ./pkg/planner/cascades/rule/join/join_to_apply.go ./pkg/planner/cascades/rule/rule_type.go ./pkg/planner/cascades/rule/ruleset/ ./pkg/planner/cascades/rule/ruleset/BUILD.bazel ./pkg/planner/cascades/rule/ruleset/rule_set.go ./pkg/planner/cascades/rule/rule.go ./pkg/planner/cascades/rule/binder.go ./pkg/planner/cascades/rule/apply/ ./pkg/planner/cascades/rule/apply/decorrelateapply/ ./pkg/planner/cascades/rule/apply/decorrelateapply/BUILD.bazel ./pkg/planner/cascades/rule/apply/decorrelateapply/xf_decorrelate_simple_apply.go ./pkg/planner/cascades/rule/apply/decorrelateapply/xf_decorrelate_apply_base.go ./pkg/planner/cascades/rule/apply/decorrelateapply/xf_decorrelate_apply_test.go ./pkg/planner/cascades/util/ ./pkg/planner/cascades/util/BUILD.bazel ./pkg/planner/cascades/util/string_writer.go ./pkg/planner/cascades/base/ ./pkg/planner/cascades/base/task_stack_base.go ./pkg/planner/cascades/base/BUILD.bazel ./pkg/planner/cascades/base/hash_equaler.go ./pkg/planner/cascades/base/base.go ./pkg/planner/cascades/base/task_scheduler_base.go ./pkg/planner/cascades/base/cascadesctx/ ./pkg/planner/cascades/base/cascadesctx/BUILD.bazel ./pkg/planner/cascades/base/cascadesctx/cascades_ctx.go ./pkg/planner/cascades/base/hash_equaler_test.go ./pkg/planner/cascades/base/base_test.go ./pkg/planner/cascades/cascades.go ./pkg/planner/cascades/old/ ./pkg/planner/cascades/old/optimize_test.go ./pkg/planner/cascades/old/BUILD.bazel ./pkg/planner/cascades/old/stringer.go ./pkg/planner/cascades/old/implementation_rules.go ./pkg/planner/cascades/old/stringer_test.go ./pkg/planner/cascades/old/testdata/ ./pkg/planner/cascades/old/testdata/transformation_rules_suite_out.json ./pkg/planner/cascades/old/testdata/transformation_rules_suite_in.json ./pkg/planner/cascades/old/testdata/stringer_suite_in.json ./pkg/planner/cascades/old/testdata/stringer_suite_out.json ./pkg/planner/cascades/old/enforcer_rules_test.go ./pkg/planner/cascades/old/enforcer_rules.go ./pkg/planner/cascades/old/main_test.go ./pkg/planner/cascades/old/optimize.go ./pkg/planner/cascades/old/transformation_rules_test.go ./pkg/planner/cascades/old/transformation_rules.go ./pkg/planner/indexadvisor/ ./pkg/planner/indexadvisor/model.go ./pkg/planner/indexadvisor/BUILD.bazel ./pkg/planner/indexadvisor/indexadvisor_sql_test.go ./pkg/planner/indexadvisor/indexadvisor_tpch_test.go ./pkg/planner/indexadvisor/optimizer_test.go ./pkg/planner/indexadvisor/algorithm.go ./pkg/planner/indexadvisor/indexadvisor_test.go ./pkg/planner/indexadvisor/optimizer.go ./pkg/planner/indexadvisor/utils.go ./pkg/planner/indexadvisor/options_test.go ./pkg/planner/indexadvisor/options.go ./pkg/planner/indexadvisor/utils_test.go ./pkg/planner/indexadvisor/indexadvisor.go ./pkg/planner/property/ ./pkg/planner/property/physical_property.go ./pkg/planner/property/BUILD.bazel ./pkg/planner/property/physical_property_test.go ./pkg/planner/property/logical_property.go ./pkg/planner/property/stats_info.go ./pkg/planner/property/task_type.go ./pkg/planner/memo/ ./pkg/planner/memo/BUILD.bazel ./pkg/planner/memo/group_test.go ./pkg/planner/memo/group_expr.go ./pkg/planner/memo/group_expr_test.go ./pkg/planner/memo/group.go ./pkg/planner/memo/main_test.go ./pkg/planner/memo/expr_iterator.go ./pkg/planner/memo/expr_iterator_test.go ./pkg/planner/memo/implementation.go ./pkg/planner/plannersession/ ./pkg/planner/plannersession/BUILD.bazel ./pkg/planner/plannersession/context.go ./pkg/planner/util/ ./pkg/planner/util/optimizetrace/ ./pkg/planner/util/optimizetrace/BUILD.bazel ./pkg/planner/util/optimizetrace/opt_tracer.go ./pkg/planner/util/optimizetrace/logicaltrace/ ./pkg/planner/util/optimizetrace/logicaltrace/BUILD.bazel ./pkg/planner/util/optimizetrace/logicaltrace/logical_tracer.go ./pkg/planner/util/funcdep_misc.go ./pkg/planner/util/BUILD.bazel ./pkg/planner/util/explain_misc.go ./pkg/planner/util/misc.go ./pkg/planner/util/costusage/ ./pkg/planner/util/costusage/BUILD.bazel ./pkg/planner/util/costusage/cost_misc.go ./pkg/planner/util/null_misc.go ./pkg/planner/util/coreusage/ ./pkg/planner/util/coreusage/BUILD.bazel ./pkg/planner/util/coreusage/cast_misc.go ./pkg/planner/util/coreusage/correlated_misc.go ./pkg/planner/util/fixcontrol/ ./pkg/planner/util/fixcontrol/BUILD.bazel ./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_out.json ./pkg/planner/util/fixcontrol/testdata/fix_control_suite_in.json ./pkg/planner/util/fixcontrol/main_test.go ./pkg/planner/util/fixcontrol/set.go ./pkg/planner/util/tablesampler/ ./pkg/planner/util/tablesampler/BUILD.bazel ./pkg/planner/util/tablesampler/sample.go ./pkg/planner/util/path.go ./pkg/planner/util/domainmisc/ ./pkg/planner/util/domainmisc/info.go ./pkg/planner/util/domainmisc/BUILD.bazel ./pkg/planner/util/coretestsdk/ ./pkg/planner/util/coretestsdk/BUILD.bazel ./pkg/planner/util/coretestsdk/testkit.go ./pkg/planner/util/path_test.go ./pkg/planner/util/handle_cols.go ./pkg/planner/util/main_test.go ./pkg/planner/util/slice_recursive_flatten_iter_test.go ./pkg/planner/util/debugtrace/ ./pkg/planner/util/debugtrace/BUILD.bazel ./pkg/planner/util/debugtrace/base.go ./pkg/planner/util/utilfuncp/ ./pkg/planner/util/utilfuncp/BUILD.bazel ./pkg/planner/util/utilfuncp/func_pointer_misc.go ./pkg/planner/util/expression.go ./pkg/planner/util/byitem.go ./pkg/planner/planctx/ ./pkg/planner/planctx/BUILD.bazel ./pkg/planner/planctx/context.go ./pkg/planner/planctx/context_test.go ./pkg/planner/cardinality/ ./pkg/planner/cardinality/join.go ./pkg/planner/cardinality/BUILD.bazel ./pkg/planner/cardinality/selectivity_test.go ./pkg/planner/cardinality/row_size.go ./pkg/planner/cardinality/pseudo.go ./pkg/planner/cardinality/row_count_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/trace.go ./pkg/planner/cardinality/cross_estimation.go ./pkg/planner/cardinality/row_size_test.go ./pkg/planner/cardinality/trace_test.go ./pkg/planner/cardinality/main_test.go ./pkg/planner/cardinality/row_count_index.go ./pkg/planner/cardinality/selectivity.go ./pkg/planner/cardinality/row_count_column.go ./pkg/planner/cardinality/ndv.go ./pkg/planner/optimize.go ./pkg/planner/OWNERS ./pkg/planner/implementation/ ./pkg/planner/implementation/join.go ./pkg/planner/implementation/BUILD.bazel ./pkg/planner/implementation/base.go ./pkg/planner/implementation/simple_plans.go ./pkg/planner/implementation/main_test.go ./pkg/planner/implementation/datasource.go ./pkg/planner/implementation/sort.go ./pkg/planner/implementation/base_test.go ./pkg/planner/core/ ./pkg/planner/core/binary_plan_test.go ./pkg/planner/core/runtime_filter.go ./pkg/planner/core/integration_test.go ./pkg/planner/core/operator/ ./pkg/planner/core/operator/logicalop/ ./pkg/planner/core/operator/logicalop/expression_util.go ./pkg/planner/core/operator/logicalop/BUILD.bazel ./pkg/planner/core/operator/logicalop/logical_tikv_single_gather.go ./pkg/planner/core/operator/logicalop/shallow_ref_generated.go ./pkg/planner/core/operator/logicalop/logical_cte_table.go ./pkg/planner/core/operator/logicalop/logicalop_test/ ./pkg/planner/core/operator/logicalop/logicalop_test/BUILD.bazel ./pkg/planner/core/operator/logicalop/logicalop_test/logical_operator_test.go ./pkg/planner/core/operator/logicalop/logicalop_test/logical_mem_table_predicate_extractor_test.go ./pkg/planner/core/operator/logicalop/logicalop_test/hash64_equals_test.go ./pkg/planner/core/operator/logicalop/logicalop_test/plan_execute_test.go ./pkg/planner/core/operator/logicalop/logical_apply.go ./pkg/planner/core/operator/logicalop/logical_schema_producer.go ./pkg/planner/core/operator/logicalop/logical_limit.go ./pkg/planner/core/operator/logicalop/base_logical_plan.go ./pkg/planner/core/operator/logicalop/logical_index_scan.go ./pkg/planner/core/operator/logicalop/logical_expand.go ./pkg/planner/core/operator/logicalop/hash64_equals_generated.go ./pkg/planner/core/operator/logicalop/logical_union_all.go ./pkg/planner/core/operator/logicalop/logical_max_one_row.go ./pkg/planner/core/operator/logicalop/logical_table_scan.go ./pkg/planner/core/operator/logicalop/logical_projection.go ./pkg/planner/core/operator/logicalop/logical_aggregation.go ./pkg/planner/core/operator/logicalop/logical_sort.go ./pkg/planner/core/operator/logicalop/logical_top_n.go ./pkg/planner/core/operator/logicalop/logical_mem_table.go ./pkg/planner/core/operator/logicalop/logical_join.go ./pkg/planner/core/operator/logicalop/logical_datasource.go ./pkg/planner/core/operator/logicalop/logical_table_dual.go ./pkg/planner/core/operator/logicalop/logical_partition_union_all.go ./pkg/planner/core/operator/logicalop/logical_selection.go ./pkg/planner/core/operator/logicalop/logical_cte.go ./pkg/planner/core/operator/logicalop/logical_union_scan.go ./pkg/planner/core/operator/logicalop/logical_plans_misc.go ./pkg/planner/core/operator/logicalop/logical_sequence.go ./pkg/planner/core/operator/logicalop/logical_show.go ./pkg/planner/core/operator/logicalop/logical_window.go ./pkg/planner/core/operator/logicalop/logical_lock.go ./pkg/planner/core/operator/logicalop/logical_show_ddl_jobs.go ./pkg/planner/core/operator/baseimpl/ ./pkg/planner/core/operator/baseimpl/BUILD.bazel ./pkg/planner/core/operator/baseimpl/plan.go ./pkg/planner/core/operator/physicalop/ ./pkg/planner/core/operator/physicalop/BUILD.bazel ./pkg/planner/core/operator/physicalop/base_physical_plan.go ./pkg/planner/core/BUILD.bazel ./pkg/planner/core/constraint/ ./pkg/planner/core/constraint/BUILD.bazel ./pkg/planner/core/constraint/exprs.go ./pkg/planner/core/util_test.go ./pkg/planner/core/encode.go ./pkg/planner/core/indexmerge_test.go ./pkg/planner/core/find_best_task_test.go ./pkg/planner/core/rule_join_elimination.go ./pkg/planner/core/tests/ ./pkg/planner/core/tests/null/ ./pkg/planner/core/tests/null/BUILD.bazel ./pkg/planner/core/tests/null/main_test.go ./pkg/planner/core/tests/null/null_test.go ./pkg/planner/core/tests/prepare/ ./pkg/planner/core/tests/prepare/BUILD.bazel ./pkg/planner/core/tests/prepare/prepare_test.go ./pkg/planner/core/tests/prepare/main_test.go ./pkg/planner/core/tests/partition/ ./pkg/planner/core/tests/partition/BUILD.bazel ./pkg/planner/core/tests/partition/bench_test.go ./pkg/planner/core/tests/cte/ ./pkg/planner/core/tests/cte/BUILD.bazel ./pkg/planner/core/tests/cte/main_test.go ./pkg/planner/core/tests/cte/cte_test.go ./pkg/planner/core/tests/pointget/ ./pkg/planner/core/tests/pointget/BUILD.bazel ./pkg/planner/core/tests/pointget/main_test.go ./pkg/planner/core/tests/pointget/point_get_plan_test.go ./pkg/planner/core/tests/analyze/ ./pkg/planner/core/tests/analyze/BUILD.bazel ./pkg/planner/core/tests/analyze/main_test.go ./pkg/planner/core/tests/analyze/analyze_test.go ./pkg/planner/core/tests/extractor/ ./pkg/planner/core/tests/extractor/BUILD.bazel ./pkg/planner/core/tests/extractor/memtable_infoschema_extractor_test.go ./pkg/planner/core/tests/extractor/main_test.go ./pkg/planner/core/tests/redact/ ./pkg/planner/core/tests/redact/BUILD.bazel ./pkg/planner/core/tests/redact/main_test.go ./pkg/planner/core/tests/redact/redact_test.go ./pkg/planner/core/stringer.go ./pkg/planner/core/plan_clone_generated.go ./pkg/planner/core/indexmerge_path_test.go ./pkg/planner/core/planbuilder.go ./pkg/planner/core/rule_column_pruning.go ./pkg/planner/core/planbuilder_test.go ./pkg/planner/core/plan_cacheable_checker.go ./pkg/planner/core/scalar_subq_expression.go ./pkg/planner/core/plan_cache.go ./pkg/planner/core/rule_join_reorder_dp.go ./pkg/planner/core/cost/ ./pkg/planner/core/cost/BUILD.bazel ./pkg/planner/core/cost/factors_thresholds.go ./pkg/planner/core/core_init.go ./pkg/planner/core/rule_collect_plan_stats.go ./pkg/planner/core/exhaust_physical_plans_test.go ./pkg/planner/core/logical_initialize.go ./pkg/planner/core/rule_aggregation_skew_rewrite.go ./pkg/planner/core/plan_replayer_capture_test.go ./pkg/planner/core/point_get_plan.go ./pkg/planner/core/rule_join_reorder.go ./pkg/planner/core/plan_cache_rebuild.go ./pkg/planner/core/logical_plan_trace_test.go ./pkg/planner/core/rule_outer_to_inner_join.go ./pkg/planner/core/flat_plan.go ./pkg/planner/core/stringer_test.go ./pkg/planner/core/plan_cache_utils.go ./pkg/planner/core/plan_cost_ver1_test.go ./pkg/planner/core/rule/ ./pkg/planner/core/rule/BUILD.bazel ./pkg/planner/core/rule/rule_build_key_info.go ./pkg/planner/core/rule/rule_constant_propagation.go ./pkg/planner/core/rule/rule_init.go ./pkg/planner/core/rule/util/ ./pkg/planner/core/rule/util/BUILD.bazel ./pkg/planner/core/rule/util/misc.go ./pkg/planner/core/rule/util/build_key_info_misc.go ./pkg/planner/core/rule/logical_rules.go ./pkg/planner/core/memtable_infoschema_extractor.go ./pkg/planner/core/testdata/ ./pkg/planner/core/testdata/plan_cache_suite_in.json ./pkg/planner/core/testdata/runtime_filter_generator_suite_out.json ./pkg/planner/core/testdata/plan_suite_unexported_out.json ./pkg/planner/core/testdata/plan_suite_unexported_in.json ./pkg/planner/core/testdata/index_merge_suite_in.json ./pkg/planner/core/testdata/plan_cache_suite_out.json ./pkg/planner/core/testdata/index_merge_suite_out.json ./pkg/planner/core/testdata/runtime_filter_generator_suite_in.json ./pkg/planner/core/recheck_cte.go ./pkg/planner/core/exhaust_physical_plans.go ./pkg/planner/core/foreign_key.go ./pkg/planner/core/preprocess.go ./pkg/planner/core/rule_topn_push_down.go ./pkg/planner/core/show_predicate_extractor.go ./pkg/planner/core/rule_semi_join_rewrite.go ./pkg/planner/core/plan_cache_instance_test.go ./pkg/planner/core/rule_generate_column_substitute.go ./pkg/planner/core/memtable_predicate_extractor.go ./pkg/planner/core/optimizer_test.go ./pkg/planner/core/trace.go ./pkg/planner/core/plan_cost_ver2.go ./pkg/planner/core/indexmerge_intersection_test.go ./pkg/planner/core/find_best_task.go ./pkg/planner/core/indexmerge_path.go ./pkg/planner/core/expression_test.go ./pkg/planner/core/plan_clone_utils.go ./pkg/planner/core/partition_pruning_test.go ./pkg/planner/core/main_test.go ./pkg/planner/core/plan_cache_param_test.go ./pkg/planner/core/preprocess_test.go ./pkg/planner/core/plan_cache_lru_test.go ./pkg/planner/core/generator/ ./pkg/planner/core/generator/shallow_ref/ ./pkg/planner/core/generator/shallow_ref/BUILD.bazel ./pkg/planner/core/generator/shallow_ref/shallow_ref_test.go ./pkg/planner/core/generator/shallow_ref/shallow_ref_generator.go ./pkg/planner/core/generator/hash64_equals/ ./pkg/planner/core/generator/hash64_equals/BUILD.bazel ./pkg/planner/core/generator/hash64_equals/hash64_equals_test.go ./pkg/planner/core/generator/hash64_equals/hash64_equals_generator.go ./pkg/planner/core/generator/plan_cache/ ./pkg/planner/core/generator/plan_cache/BUILD.bazel ./pkg/planner/core/generator/plan_cache/plan_clone_generator.go ./pkg/planner/core/generator/plan_cache/plan_clone_test.go ./pkg/planner/core/expression_codec_fn.go ./pkg/planner/core/rule_derive_topn_from_window.go ./pkg/planner/core/optimizer.go ./pkg/planner/core/task_base.go ./pkg/planner/core/common_plans_test.go ./pkg/planner/core/base/ ./pkg/planner/core/base/BUILD.bazel ./pkg/planner/core/base/doc.go ./pkg/planner/core/base/rule_base.go ./pkg/planner/core/base/task_base.go ./pkg/planner/core/base/misc_base.go ./pkg/planner/core/base/plan_base.go ./pkg/planner/core/runtime_filter_generator_test.go ./pkg/planner/core/mock.go ./pkg/planner/core/rule_resolve_grouping_expand.go ./pkg/planner/core/rule_max_min_eliminate.go ./pkg/planner/core/plan_to_pb_test.go ./pkg/planner/core/plan_cache_rebuild_test.go ./pkg/planner/core/plan_cost_detail_test.go ./pkg/planner/core/access_object.go ./pkg/planner/core/plan_cost_ver1.go ./pkg/planner/core/rule_join_reorder_greedy.go ./pkg/planner/core/plan_cache_param.go ./pkg/planner/core/rule_predicate_simplification.go ./pkg/planner/core/runtime_filter_generator.go ./pkg/planner/core/plan_cost_ver2_test.go ./pkg/planner/core/pb_to_plan.go ./pkg/planner/core/physical_plans.go ./pkg/planner/core/plan_cache_partition_table_test.go ./pkg/planner/core/rule_join_reorder_dp_test.go ./pkg/planner/core/index_join_path.go ./pkg/planner/core/rule_inject_extra_projection.go ./pkg/planner/core/plan_cache_instance.go ./pkg/planner/core/stats.go ./pkg/planner/core/plan_cache_lru.go ./pkg/planner/core/resolve_indices.go ./pkg/planner/core/collect_column_stats_usage.go ./pkg/planner/core/debugtrace.go ./pkg/planner/core/logical_plan_builder.go ./pkg/planner/core/property_cols_prune.go ./pkg/planner/core/rule_push_down_sequence.go ./pkg/planner/core/fragment.go ./pkg/planner/core/metrics/ ./pkg/planner/core/metrics/BUILD.bazel ./pkg/planner/core/metrics/metrics.go ./pkg/planner/core/partition_prune.go ./pkg/planner/core/collect_column_stats_usage_test.go ./pkg/planner/core/cbo_test.go ./pkg/planner/core/rule_decorrelate.go ./pkg/planner/core/physical_plan_test.go ./pkg/planner/core/common_plans.go ./pkg/planner/core/issuetest/ ./pkg/planner/core/issuetest/BUILD.bazel ./pkg/planner/core/issuetest/main_test.go ./pkg/planner/core/issuetest/planner_issue_test.go ./pkg/planner/core/integration_partition_test.go ./pkg/planner/core/casetest/ ./pkg/planner/core/casetest/integration_test.go ./pkg/planner/core/casetest/BUILD.bazel ./pkg/planner/core/casetest/cascades/ ./pkg/planner/core/casetest/cascades/BUILD.bazel ./pkg/planner/core/casetest/cascades/memo_test.go ./pkg/planner/core/casetest/cascades/testdata/ ./pkg/planner/core/casetest/cascades/testdata/cascades_suite_out.json ./pkg/planner/core/casetest/cascades/testdata/cascades_suite_in.json ./pkg/planner/core/casetest/cascades/main_test.go ./pkg/planner/core/casetest/enforcempp/ ./pkg/planner/core/casetest/enforcempp/BUILD.bazel ./pkg/planner/core/casetest/enforcempp/testdata/ ./pkg/planner/core/casetest/enforcempp/testdata/enforce_mpp_suite_out.json ./pkg/planner/core/casetest/enforcempp/testdata/enforce_mpp_suite_in.json ./pkg/planner/core/casetest/enforcempp/main_test.go ./pkg/planner/core/casetest/enforcempp/enforce_mpp_test.go ./pkg/planner/core/casetest/windows/ ./pkg/planner/core/casetest/windows/BUILD.bazel ./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/window_push_down_test.go ./pkg/planner/core/casetest/windows/widow_with_exist_subquery_test.go ./pkg/planner/core/casetest/stats_test.go ./pkg/planner/core/casetest/join/ ./pkg/planner/core/casetest/join/BUILD.bazel ./pkg/planner/core/casetest/join/join_test.go ./pkg/planner/core/casetest/join/main_test.go ./pkg/planner/core/casetest/partition/ ./pkg/planner/core/casetest/partition/BUILD.bazel ./pkg/planner/core/casetest/partition/testdata/ ./pkg/planner/core/casetest/partition/testdata/integration_partition_suite_out.json ./pkg/planner/core/casetest/partition/testdata/integration_partition_suite_in.json ./pkg/planner/core/casetest/partition/testdata/partition_pruner_out.json ./pkg/planner/core/casetest/partition/testdata/partition_pruner_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/pushdown/ ./pkg/planner/core/casetest/pushdown/BUILD.bazel ./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/rule/ ./pkg/planner/core/casetest/rule/BUILD.bazel ./pkg/planner/core/casetest/rule/rule_outer2inner_test.go ./pkg/planner/core/casetest/rule/rule_derive_topn_from_window_test.go ./pkg/planner/core/casetest/rule/testdata/ ./pkg/planner/core/casetest/rule/testdata/derive_topn_from_window_in.json ./pkg/planner/core/casetest/rule/testdata/join_reorder_suite_out.json ./pkg/planner/core/casetest/rule/testdata/predicate_pushdown_suite_out.json ./pkg/planner/core/casetest/rule/testdata/derive_topn_from_window_out.json ./pkg/planner/core/casetest/rule/testdata/outer2inner_in.json ./pkg/planner/core/casetest/rule/testdata/outer2inner_out.json ./pkg/planner/core/casetest/rule/testdata/join_reorder_suite_in.json ./pkg/planner/core/casetest/rule/testdata/predicate_pushdown_suite_in.json ./pkg/planner/core/casetest/rule/main_test.go ./pkg/planner/core/casetest/rule/dual_test.go ./pkg/planner/core/casetest/rule/rule_predicate_pushdown_test.go ./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/testdata/ ./pkg/planner/core/casetest/testdata/integration_suite_in.json ./pkg/planner/core/casetest/testdata/stats_suite_in.json ./pkg/planner/core/casetest/testdata/stats_suite_out.json ./pkg/planner/core/casetest/testdata/integration_suite_out.json ./pkg/planner/core/casetest/testdata/json_plan_suite_out.json ./pkg/planner/core/casetest/testdata/plan_normalized_suite_out.json ./pkg/planner/core/casetest/testdata/json_plan_suite_in.json ./pkg/planner/core/casetest/testdata/plan_normalized_suite_in.json ./pkg/planner/core/casetest/instanceplancache/ ./pkg/planner/core/casetest/instanceplancache/BUILD.bazel ./pkg/planner/core/casetest/instanceplancache/concurrency_test.go ./pkg/planner/core/casetest/instanceplancache/concurrency_tpcc_test.go ./pkg/planner/core/casetest/instanceplancache/main_test.go ./pkg/planner/core/casetest/instanceplancache/builtin_func_test.go ./pkg/planner/core/casetest/instanceplancache/others_test.go ./pkg/planner/core/casetest/instanceplancache/dml_test.go ./pkg/planner/core/casetest/mpp/ ./pkg/planner/core/casetest/mpp/BUILD.bazel ./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/parallelapply/ ./pkg/planner/core/casetest/parallelapply/BUILD.bazel ./pkg/planner/core/casetest/parallelapply/main_test.go ./pkg/planner/core/casetest/parallelapply/parallel_apply_test.go ./pkg/planner/core/casetest/cbotest/ ./pkg/planner/core/casetest/cbotest/BUILD.bazel ./pkg/planner/core/casetest/cbotest/testdata/ ./pkg/planner/core/casetest/cbotest/testdata/analyze_suite_in.json ./pkg/planner/core/casetest/cbotest/testdata/analyzeSuiteTestIndexEqualUnknownT.json ./pkg/planner/core/casetest/cbotest/testdata/issue59563.json ./pkg/planner/core/casetest/cbotest/testdata/analyzeSuiteTestLowSelIndexGreedySearchT.json ./pkg/planner/core/casetest/cbotest/testdata/analyzesSuiteTestIndexReadT.json ./pkg/planner/core/casetest/cbotest/testdata/analyze_suite_out.json ./pkg/planner/core/casetest/cbotest/testdata/analyzeSuiteTestLimitIndexEstimationT.json ./pkg/planner/core/casetest/cbotest/main_test.go ./pkg/planner/core/casetest/cbotest/cbo_test.go ./pkg/planner/core/casetest/main_test.go ./pkg/planner/core/casetest/scalarsubquery/ ./pkg/planner/core/casetest/scalarsubquery/BUILD.bazel ./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/cases_test.go ./pkg/planner/core/casetest/scalarsubquery/main_test.go ./pkg/planner/core/casetest/dag/ ./pkg/planner/core/casetest/dag/BUILD.bazel ./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/dag_test.go ./pkg/planner/core/casetest/dag/main_test.go ./pkg/planner/core/casetest/planstats/ ./pkg/planner/core/casetest/planstats/BUILD.bazel ./pkg/planner/core/casetest/planstats/testdata/ ./pkg/planner/core/casetest/planstats/testdata/plan_stats_suite_in.json ./pkg/planner/core/casetest/planstats/testdata/plan_stats_suite_out.json ./pkg/planner/core/casetest/planstats/main_test.go ./pkg/planner/core/casetest/planstats/plan_stats_test.go ./pkg/planner/core/casetest/vectorsearch/ ./pkg/planner/core/casetest/vectorsearch/BUILD.bazel ./pkg/planner/core/casetest/vectorsearch/vector_index_test.go ./pkg/planner/core/casetest/vectorsearch/testdata/ ./pkg/planner/core/casetest/vectorsearch/testdata/ann_index_suite_in.json ./pkg/planner/core/casetest/vectorsearch/testdata/ann_index_suite_out.json ./pkg/planner/core/casetest/vectorsearch/main_test.go ./pkg/planner/core/casetest/flatplan/ ./pkg/planner/core/casetest/flatplan/BUILD.bazel ./pkg/planner/core/casetest/flatplan/testdata/ ./pkg/planner/core/casetest/flatplan/testdata/flat_plan_suite_out.json ./pkg/planner/core/casetest/flatplan/testdata/flat_plan_suite_in.json ./pkg/planner/core/casetest/flatplan/main_test.go ./pkg/planner/core/casetest/flatplan/flat_plan_test.go ./pkg/planner/core/casetest/tiflash_selection_late_materialization_test.go ./pkg/planner/core/casetest/index/ ./pkg/planner/core/casetest/index/BUILD.bazel ./pkg/planner/core/casetest/index/index_test.go ./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/testdata/index_range_out.json ./pkg/planner/core/casetest/index/testdata/index_range_in.json ./pkg/planner/core/casetest/index/main_test.go ./pkg/planner/core/casetest/hint/ ./pkg/planner/core/casetest/hint/BUILD.bazel ./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/hint_test.go ./pkg/planner/core/casetest/tpch/ ./pkg/planner/core/casetest/tpch/BUILD.bazel ./pkg/planner/core/casetest/tpch/testdata/ ./pkg/planner/core/casetest/tpch/testdata/tpch_suite_out.json ./pkg/planner/core/casetest/tpch/testdata/tpch_suite_in.json ./pkg/planner/core/casetest/tpch/main_test.go ./pkg/planner/core/casetest/tpch/tpch_test.go ./pkg/planner/core/casetest/plan_test.go ./pkg/planner/core/casetest/binaryplan/ ./pkg/planner/core/casetest/binaryplan/binary_plan_test.go ./pkg/planner/core/casetest/binaryplan/BUILD.bazel ./pkg/planner/core/casetest/binaryplan/testdata/ ./pkg/planner/core/casetest/binaryplan/testdata/binary_plan_suite_in.json ./pkg/planner/core/casetest/binaryplan/testdata/binary_plan_suite_out.json ./pkg/planner/core/casetest/binaryplan/main_test.go ./pkg/planner/core/casetest/physicalplantest/ ./pkg/planner/core/casetest/physicalplantest/BUILD.bazel ./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/physical_plan_test.go ./pkg/planner/core/casetest/correlated/ ./pkg/planner/core/casetest/correlated/BUILD.bazel ./pkg/planner/core/casetest/correlated/main_test.go ./pkg/planner/core/casetest/correlated/correlated_test.go ./pkg/planner/core/plan_test.go ./pkg/planner/core/plan_cacheable_checker_test.go ./pkg/planner/core/enforce_mpp_test.go ./pkg/planner/core/plan_cost_detail.go ./pkg/planner/core/logical_plans_test.go ./pkg/planner/core/initialize.go ./pkg/planner/core/plan.go ./pkg/planner/core/rule_eliminate_projection.go ./pkg/planner/core/rule_aggregation_elimination.go ./pkg/planner/core/rule_predicate_push_down.go ./pkg/planner/core/hint_utils.go ./pkg/planner/core/rule_generate_column_substitute_test.go ./pkg/planner/core/explain.go ./pkg/planner/core/resolve/ ./pkg/planner/core/resolve/BUILD.bazel ./pkg/planner/core/resolve/result.go ./pkg/planner/core/resolve/resolve.go ./pkg/planner/core/rule_aggregation_push_down.go ./pkg/planner/core/expression_rewriter.go ./pkg/planner/core/plan_to_pb.go ./pkg/planner/core/fragment_test.go ./pkg/planner/core/physical_plan_trace_test.go ./pkg/planner/core/task.go ./pkg/planner/core/indexmerge_unfinished_path.go ./pkg/planner/core/util.go ./pkg/planner/core/rule_partition_processor.go ./pkg/planner/core/tiflash_selection_late_materialization.go ./pkg/planner/core/rule_result_reorder.go ./pkg/planner/core/plan_cache_test.go ./pkg/parser/ ./pkg/parser/.gitignore ./pkg/parser/hintparser.y ./pkg/parser/BUILD.bazel ./pkg/parser/test_driver/ ./pkg/parser/test_driver/BUILD.bazel ./pkg/parser/test_driver/test_driver_helper.go ./pkg/parser/test_driver/test_driver.go ./pkg/parser/test_driver/test_driver_datum.go ./pkg/parser/test_driver/test_driver_mydecimal.go ./pkg/parser/misc.go ./pkg/parser/hintparserimpl.go ./pkg/parser/consistent_test.go ./pkg/parser/hintparser_test.go ./pkg/parser/lexer_test.go ./pkg/parser/lexer.go ./pkg/parser/SECURITY.md ./pkg/parser/Makefile ./pkg/parser/docs/ ./pkg/parser/docs/quickstart.md ./pkg/parser/.editorconfig ./pkg/parser/terror/ ./pkg/parser/terror/BUILD.bazel ./pkg/parser/terror/terror.go ./pkg/parser/terror/terror_test.go ./pkg/parser/auth/ ./pkg/parser/auth/BUILD.bazel ./pkg/parser/auth/mysql_native_password_test.go ./pkg/parser/auth/mysql_native_password.go ./pkg/parser/auth/caching_sha2_test.go ./pkg/parser/auth/tidb_sm3_test.go ./pkg/parser/auth/tidb_sm3.go ./pkg/parser/auth/auth.go ./pkg/parser/auth/caching_sha2.go ./pkg/parser/format/ ./pkg/parser/format/BUILD.bazel ./pkg/parser/format/format_test.go ./pkg/parser/format/format.go ./pkg/parser/mysql/ ./pkg/parser/mysql/BUILD.bazel ./pkg/parser/mysql/privs_test.go ./pkg/parser/mysql/charset.go ./pkg/parser/mysql/privs.go ./pkg/parser/mysql/type.go ./pkg/parser/mysql/errname.go ./pkg/parser/mysql/state.go ./pkg/parser/mysql/const.go ./pkg/parser/mysql/error.go ./pkg/parser/mysql/error_test.go ./pkg/parser/mysql/const_test.go ./pkg/parser/mysql/errcode.go ./pkg/parser/mysql/locale_format.go ./pkg/parser/mysql/type_test.go ./pkg/parser/mysql/util.go ./pkg/parser/bench_test.go ./pkg/parser/keywords.go ./pkg/parser/ast/ ./pkg/parser/ast/model.go ./pkg/parser/ast/BUILD.bazel ./pkg/parser/ast/misc.go ./pkg/parser/ast/util_test.go ./pkg/parser/ast/ast.go ./pkg/parser/ast/flag_test.go ./pkg/parser/ast/functions_test.go ./pkg/parser/ast/base.go ./pkg/parser/ast/misc_test.go ./pkg/parser/ast/ddl_test.go ./pkg/parser/ast/expressions_test.go ./pkg/parser/ast/procedure.go ./pkg/parser/ast/dml.go ./pkg/parser/ast/model_test.go ./pkg/parser/ast/format_test.go ./pkg/parser/ast/stats.go ./pkg/parser/ast/base_test.go ./pkg/parser/ast/flag.go ./pkg/parser/ast/expressions.go ./pkg/parser/ast/ddl.go ./pkg/parser/ast/dml_test.go ./pkg/parser/ast/functions.go ./pkg/parser/ast/procedure_test.go ./pkg/parser/ast/util.go ./pkg/parser/generate.go ./pkg/parser/generate_keyword/ ./pkg/parser/generate_keyword/BUILD.bazel ./pkg/parser/generate_keyword/genkeyword_test.go ./pkg/parser/generate_keyword/genkeyword.go ./pkg/parser/main_test.go ./pkg/parser/reserved_words_test.go ./pkg/parser/hintparser.go ./pkg/parser/opcode/ ./pkg/parser/opcode/opcode_test.go ./pkg/parser/opcode/BUILD.bazel ./pkg/parser/opcode/opcode.go ./pkg/parser/charset/ ./pkg/parser/charset/BUILD.bazel ./pkg/parser/charset/encoding_gbk.go ./pkg/parser/charset/encoding_utf8.go ./pkg/parser/charset/encoding_ascii.go ./pkg/parser/charset/encoding_base.go ./pkg/parser/charset/charset.go ./pkg/parser/charset/encoding_test.go ./pkg/parser/charset/encoding_latin1.go ./pkg/parser/charset/encoding_gb18030.go ./pkg/parser/charset/encoding.go ./pkg/parser/charset/encoding_gb18030_data.go ./pkg/parser/charset/charset_test.go ./pkg/parser/charset/encoding_bin.go ./pkg/parser/charset/encoding_table.go ./pkg/parser/digester.go ./pkg/parser/tidb/ ./pkg/parser/tidb/BUILD.bazel ./pkg/parser/tidb/features.go ./pkg/parser/goyacc/ ./pkg/parser/goyacc/BUILD.bazel ./pkg/parser/goyacc/format_yacc.go ./pkg/parser/goyacc/main.go ./pkg/parser/test.sh ./pkg/parser/OWNERS ./pkg/parser/keywords_test.go ./pkg/parser/parser.y ./pkg/parser/parser_test.go ./pkg/parser/LICENSE ./pkg/parser/go.mod ./pkg/parser/README.md ./pkg/parser/duration/ ./pkg/parser/duration/BUILD.bazel ./pkg/parser/duration/duration_test.go ./pkg/parser/duration/duration.go ./pkg/parser/yy_parser.go ./pkg/parser/digester_test.go ./pkg/parser/parser.go ./pkg/parser/types/ ./pkg/parser/types/BUILD.bazel ./pkg/parser/types/field_type_test.go ./pkg/parser/types/eval_type.go ./pkg/parser/types/etc_test.go ./pkg/parser/types/etc.go ./pkg/parser/types/field_type.go ./pkg/parser/go.sum ./pkg/config/ ./pkg/config/BUILD.bazel ./pkg/config/config_util.go ./pkg/config/config_test.go ./pkg/config/config_util_test.go ./pkg/config/main_test.go ./pkg/config/store_test.go ./pkg/config/store.go ./pkg/config/const.go ./pkg/config/config.toml.example ./pkg/config/OWNERS ./pkg/config/tiflash.go ./pkg/config/config.go ./pkg/executor/ ./pkg/executor/show_stats_test.go ./pkg/executor/mpp_gather.go ./pkg/executor/cte_table_reader.go ./pkg/executor/show_ddl_jobs.go ./pkg/executor/infoschema_cluster_table_test.go ./pkg/executor/BUILD.bazel ./pkg/executor/select_into.go ./pkg/executor/stmtsummary_test.go ./pkg/executor/load_stats.go ./pkg/executor/memtable_reader.go ./pkg/executor/write_concurrent_test.go ./pkg/executor/lockstats/ ./pkg/executor/lockstats/BUILD.bazel ./pkg/executor/lockstats/lock_stats_executor_test.go ./pkg/executor/lockstats/unlock_stats_executor.go ./pkg/executor/lockstats/lock_stats_executor.go ./pkg/executor/workloadrepo.go ./pkg/executor/table_readers_required_rows_test.go ./pkg/executor/batch_checker.go ./pkg/executor/brie.go ./pkg/executor/show_placement_labels_test.go ./pkg/executor/hot_regions_history_table_test.go ./pkg/executor/slow_query_test.go ./pkg/executor/detach_test.go ./pkg/executor/infoschema_reader.go ./pkg/executor/executor_required_rows_test.go ./pkg/executor/inspection_common.go ./pkg/executor/recommend_index.go ./pkg/executor/infoschema_reader_test.go ./pkg/executor/projection.go ./pkg/executor/explain_unit_test.go ./pkg/executor/inspection_summary_test.go ./pkg/executor/distsql_test.go ./pkg/executor/compact_table.go ./pkg/executor/join/ ./pkg/executor/join/BUILD.bazel ./pkg/executor/join/merge_join.go ./pkg/executor/join/hash_join_base.go ./pkg/executor/join/left_outer_semi_join_probe.go ./pkg/executor/join/hash_table_v1.go ./pkg/executor/join/join_stats_test.go ./pkg/executor/join/hash_join_test_util.go ./pkg/executor/join/base_join_probe.go ./pkg/executor/join/hash_table_v2_test.go ./pkg/executor/join/semi_join_probe.go ./pkg/executor/join/index_lookup_merge_join.go ./pkg/executor/join/inner_join_probe.go ./pkg/executor/join/base_semi_join.go ./pkg/executor/join/join_table_meta_test.go ./pkg/executor/join/joiner_test.go ./pkg/executor/join/index_lookup_hash_join.go ./pkg/executor/join/hash_join_v1.go ./pkg/executor/join/outer_join_probe.go ./pkg/executor/join/joiner.go ./pkg/executor/join/hash_join_spill_helper.go ./pkg/executor/join/bench_test.go ./pkg/executor/join/hash_table_v1_test.go ./pkg/executor/join/tagged_ptr_test.go ./pkg/executor/join/hash_join_v2.go ./pkg/executor/join/tagged_ptr.go ./pkg/executor/join/row_table_builder_test.go ./pkg/executor/join/left_outer_join_probe_test.go ./pkg/executor/join/join_row_table_test.go ./pkg/executor/join/concurrent_map.go ./pkg/executor/join/hash_join_spill.go ./pkg/executor/join/index_lookup_merge_join_test.go ./pkg/executor/join/semi_join_probe_test.go ./pkg/executor/join/join_table_meta.go ./pkg/executor/join/merge_join_test.go ./pkg/executor/join/inner_join_probe_test.go ./pkg/executor/join/concurrent_map_test.go ./pkg/executor/join/anti_semi_join_probe_test.go ./pkg/executor/join/joinversion/ ./pkg/executor/join/joinversion/BUILD.bazel ./pkg/executor/join/joinversion/join_version.go ./pkg/executor/join/hash_join_stats.go ./pkg/executor/join/right_outer_join_probe_test.go ./pkg/executor/join/inner_join_spill_test.go ./pkg/executor/join/index_lookup_join.go ./pkg/executor/join/row_table_builder.go ./pkg/executor/join/anti_semi_join_probe.go ./pkg/executor/join/index_lookup_join_test.go ./pkg/executor/join/join_row_table.go ./pkg/executor/join/left_outer_semi_join_probe_test.go ./pkg/executor/join/left_outer_anti_semi_join_probe_test.go ./pkg/executor/join/outer_join_spill_test.go ./pkg/executor/join/hash_table_v2.go ./pkg/executor/adapter_test.go ./pkg/executor/revoke.go ./pkg/executor/bind.go ./pkg/executor/coprocessor.go ./pkg/executor/batch_point_get_test.go ./pkg/executor/mppcoordmanager/ ./pkg/executor/mppcoordmanager/BUILD.bazel ./pkg/executor/mppcoordmanager/mpp_coordinator_manager.go ./pkg/executor/mppcoordmanager/mpp_coordinator_manager_test.go ./pkg/executor/detach_integration_test.go ./pkg/executor/pipelined_window.go ./pkg/executor/split.go ./pkg/executor/show_slow_queries.go ./pkg/executor/internal/ ./pkg/executor/internal/exec/ ./pkg/executor/internal/exec/BUILD.bazel ./pkg/executor/internal/exec/indexusage.go ./pkg/executor/internal/exec/indexusage_test.go ./pkg/executor/internal/exec/executor.go ./pkg/executor/internal/BUILD.bazel ./pkg/executor/internal/calibrateresource/ ./pkg/executor/internal/calibrateresource/BUILD.bazel ./pkg/executor/internal/calibrateresource/calibrate_resource.go ./pkg/executor/internal/calibrateresource/main_test.go ./pkg/executor/internal/calibrateresource/calibrate_resource_test.go ./pkg/executor/internal/querywatch/ ./pkg/executor/internal/querywatch/BUILD.bazel ./pkg/executor/internal/querywatch/query_watch.go ./pkg/executor/internal/querywatch/query_watch_test.go ./pkg/executor/internal/querywatch/main_test.go ./pkg/executor/internal/pdhelper/ ./pkg/executor/internal/pdhelper/BUILD.bazel ./pkg/executor/internal/pdhelper/pd.go ./pkg/executor/internal/pdhelper/main_test.go ./pkg/executor/internal/pdhelper/pd_test.go ./pkg/executor/internal/applycache/ ./pkg/executor/internal/applycache/BUILD.bazel ./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/testutil/ ./pkg/executor/internal/testutil/agg.go ./pkg/executor/internal/testutil/BUILD.bazel ./pkg/executor/internal/testutil/limit.go ./pkg/executor/internal/testutil/sort.go ./pkg/executor/internal/testutil/testutil.go ./pkg/executor/internal/testutil/window.go ./pkg/executor/internal/util/ ./pkg/executor/internal/util/BUILD.bazel ./pkg/executor/internal/util/partition_table.go ./pkg/executor/internal/util/util.go ./pkg/executor/internal/mpp/ ./pkg/executor/internal/mpp/BUILD.bazel ./pkg/executor/internal/mpp/executor_with_retry.go ./pkg/executor/internal/mpp/recovery_handler.go ./pkg/executor/internal/mpp/local_mpp_coordinator.go ./pkg/executor/internal/mpp/local_mpp_coordinator_test.go ./pkg/executor/internal/vecgroupchecker/ ./pkg/executor/internal/vecgroupchecker/BUILD.bazel ./pkg/executor/internal/vecgroupchecker/main_test.go ./pkg/executor/internal/vecgroupchecker/vec_group_checker_test.go ./pkg/executor/internal/vecgroupchecker/vec_group_checker.go ./pkg/executor/internal/builder/ ./pkg/executor/internal/builder/BUILD.bazel ./pkg/executor/internal/builder/builder_utils.go ./pkg/executor/import_into.go ./pkg/executor/inspection_profile.go ./pkg/executor/executor_failpoint_test.go ./pkg/executor/batch_point_get.go ./pkg/executor/expand.go ./pkg/executor/insert.go ./pkg/executor/builder.go ./pkg/executor/testdata/ ./pkg/executor/testdata/tiflash_v620_dt_tables.json ./pkg/executor/testdata/tiflash_v640_dt_tables.json ./pkg/executor/testdata/slow_query_suite_in.json ./pkg/executor/testdata/prepare_suite_in.json ./pkg/executor/testdata/prepare_suite_out.json ./pkg/executor/testdata/tiflash_v630_dt_segments.json ./pkg/executor/testdata/tiflash_v620_dt_segments.json ./pkg/executor/testdata/slow_query_suite_out.json ./pkg/executor/temporary_table_test.go ./pkg/executor/traffic_test.go ./pkg/executor/select.go ./pkg/executor/benchmark_test.go ./pkg/executor/opt_rule_blacklist.go ./pkg/executor/show_stats.go ./pkg/executor/shuffle.go ./pkg/executor/inspection_result.go ./pkg/executor/foreign_key.go ./pkg/executor/revoke_test.go ./pkg/executor/compiler.go ./pkg/executor/delete.go ./pkg/executor/show_placement.go ./pkg/executor/admin.go ./pkg/executor/memtable_reader_test.go ./pkg/executor/slow_query_sql_test.go ./pkg/executor/partition_table_test.go ./pkg/executor/trace.go ./pkg/executor/import_into_test.go ./pkg/executor/adapter.go ./pkg/executor/unionexec/ ./pkg/executor/unionexec/BUILD.bazel ./pkg/executor/unionexec/union.go ./pkg/executor/historical_stats_test.go ./pkg/executor/insert_test.go ./pkg/executor/show.go ./pkg/executor/join_pkg_test.go ./pkg/executor/cluster_table_test.go ./pkg/executor/union_scan.go ./pkg/executor/aggfuncs/ ./pkg/executor/aggfuncs/func_varpop_test.go ./pkg/executor/aggfuncs/BUILD.bazel ./pkg/executor/aggfuncs/func_cume_dist.go ./pkg/executor/aggfuncs/func_percent_rank.go ./pkg/executor/aggfuncs/func_max_min_test.go ./pkg/executor/aggfuncs/func_count.go ./pkg/executor/aggfuncs/func_group_concat_test.go ./pkg/executor/aggfuncs/row_number.go ./pkg/executor/aggfuncs/func_value_test.go ./pkg/executor/aggfuncs/func_cume_dist_test.go ./pkg/executor/aggfuncs/builder.go ./pkg/executor/aggfuncs/func_avg_test.go ./pkg/executor/aggfuncs/spill_deserialize_helper.go ./pkg/executor/aggfuncs/func_group_concat.go ./pkg/executor/aggfuncs/row_number_test.go ./pkg/executor/aggfuncs/func_json_arrayagg_test.go ./pkg/executor/aggfuncs/func_lead_lag.go ./pkg/executor/aggfuncs/func_first_row_test.go ./pkg/executor/aggfuncs/func_percent_rank_test.go ./pkg/executor/aggfuncs/func_percentile.go ./pkg/executor/aggfuncs/func_bitfuncs.go ./pkg/executor/aggfuncs/func_value.go ./pkg/executor/aggfuncs/main_test.go ./pkg/executor/aggfuncs/func_stddevsamp.go ./pkg/executor/aggfuncs/func_stddevpop.go ./pkg/executor/aggfuncs/spill_serialize_helper.go ./pkg/executor/aggfuncs/func_json_arrayagg.go ./pkg/executor/aggfuncs/func_percentile_test.go ./pkg/executor/aggfuncs/func_rank_test.go ./pkg/executor/aggfuncs/func_max_min.go ./pkg/executor/aggfuncs/func_sum.go ./pkg/executor/aggfuncs/func_varsamp.go ./pkg/executor/aggfuncs/func_count_distinct.go ./pkg/executor/aggfuncs/export_test.go ./pkg/executor/aggfuncs/func_sum_test.go ./pkg/executor/aggfuncs/func_count_test.go ./pkg/executor/aggfuncs/func_rank.go ./pkg/executor/aggfuncs/func_ntile.go ./pkg/executor/aggfuncs/aggfunc_test.go ./pkg/executor/aggfuncs/func_first_row.go ./pkg/executor/aggfuncs/spill_helper_test.go ./pkg/executor/aggfuncs/func_bitfuncs_test.go ./pkg/executor/aggfuncs/window_func_test.go ./pkg/executor/aggfuncs/func_json_objectagg.go ./pkg/executor/aggfuncs/func_lead_lag_test.go ./pkg/executor/aggfuncs/func_stddevsamp_test.go ./pkg/executor/aggfuncs/func_varpop.go ./pkg/executor/aggfuncs/func_ntile_test.go ./pkg/executor/aggfuncs/func_avg.go ./pkg/executor/aggfuncs/aggfuncs.go ./pkg/executor/aggfuncs/func_stddevpop_test.go ./pkg/executor/aggfuncs/func_json_objectagg_test.go ./pkg/executor/aggfuncs/func_varsamp_test.go ./pkg/executor/trace_test.go ./pkg/executor/main_test.go ./pkg/executor/brie_utils.go ./pkg/executor/reload_expr_pushdown_blacklist.go ./pkg/executor/show_ddl_job_queries.go ./pkg/executor/metrics_reader.go ./pkg/executor/resource_tag_test.go ./pkg/executor/write.go ./pkg/executor/compact_table_test.go ./pkg/executor/update.go ./pkg/executor/analyze.go ./pkg/executor/aggregate/ ./pkg/executor/aggregate/BUILD.bazel ./pkg/executor/aggregate/agg_stream_executor.go ./pkg/executor/aggregate/agg_hash_partial_worker.go ./pkg/executor/aggregate/agg_hash_base_worker.go ./pkg/executor/aggregate/agg_spill_test.go ./pkg/executor/aggregate/agg_spill.go ./pkg/executor/aggregate/agg_hash_final_worker.go ./pkg/executor/aggregate/agg_util.go ./pkg/executor/aggregate/agg_hash_executor.go ./pkg/executor/set.go ./pkg/executor/admin_plugins.go ./pkg/executor/brie_utils_test.go ./pkg/executor/prepared.go ./pkg/executor/utils.go ./pkg/executor/sortexec/ ./pkg/executor/sortexec/parallel_sort_spill_helper.go ./pkg/executor/sortexec/BUILD.bazel ./pkg/executor/sortexec/multi_way_merge.go ./pkg/executor/sortexec/sort_spill_test.go ./pkg/executor/sortexec/parallel_sort_test.go ./pkg/executor/sortexec/benchmark_test.go ./pkg/executor/sortexec/sortexec_pkg_test.go ./pkg/executor/sortexec/parallel_sort_spill_test.go ./pkg/executor/sortexec/topn.go ./pkg/executor/sortexec/parallel_sort_worker.go ./pkg/executor/sortexec/sort_test.go ./pkg/executor/sortexec/topn_worker.go ./pkg/executor/sortexec/sort_spill.go ./pkg/executor/sortexec/topn_spill.go ./pkg/executor/sortexec/sort.go ./pkg/executor/sortexec/sort_partition.go ./pkg/executor/sortexec/topn_spill_test.go ./pkg/executor/sortexec/topn_chunk_heap.go ./pkg/executor/sortexec/sort_util.go ./pkg/executor/executor_pkg_test.go ./pkg/executor/show_next_row_id.go ./pkg/executor/sample_test.go ./pkg/executor/mem_reader.go ./pkg/executor/checksum.go ./pkg/executor/tikv_regions_peers_table_test.go ./pkg/executor/index_merge_reader.go ./pkg/executor/copr_cache_test.go ./pkg/executor/replace.go ./pkg/executor/analyze_utils.go ./pkg/executor/slow_query.go ./pkg/executor/analyze_utils_test.go ./pkg/executor/metrics_reader_test.go ./pkg/executor/grant_test.go ./pkg/executor/pkg_test.go ./pkg/executor/traffic.go ./pkg/executor/window_test.go ./pkg/executor/parallel_apply_test.go ./pkg/executor/grant.go ./pkg/executor/update_test.go ./pkg/executor/operate_ddl_jobs.go ./pkg/executor/show_test.go ./pkg/executor/point_get_test.go ./pkg/executor/metrics/ ./pkg/executor/metrics/BUILD.bazel ./pkg/executor/metrics/metrics.go ./pkg/executor/explain_test.go ./pkg/executor/analyze_col_v2.go ./pkg/executor/insert_common.go ./pkg/executor/cte.go ./pkg/executor/checksum_test.go ./pkg/executor/sample.go ./pkg/executor/select_test.go ./pkg/executor/parallel_apply.go ./pkg/executor/check_table_index.go ./pkg/executor/test/ ./pkg/executor/test/indexmergereadtest/ ./pkg/executor/test/indexmergereadtest/BUILD.bazel ./pkg/executor/test/indexmergereadtest/main_test.go ./pkg/executor/test/indexmergereadtest/index_merge_reader_test.go ./pkg/executor/test/showtest/ ./pkg/executor/test/showtest/BUILD.bazel ./pkg/executor/test/showtest/main_test.go ./pkg/executor/test/showtest/show_test.go ./pkg/executor/test/ddl/ ./pkg/executor/test/ddl/BUILD.bazel ./pkg/executor/test/ddl/ddl_test.go ./pkg/executor/test/ddl/main_test.go ./pkg/executor/test/analyzetest/ ./pkg/executor/test/analyzetest/BUILD.bazel ./pkg/executor/test/analyzetest/panictest/ ./pkg/executor/test/analyzetest/panictest/BUILD.bazel ./pkg/executor/test/analyzetest/panictest/main_test.go ./pkg/executor/test/analyzetest/panictest/panic_test.go ./pkg/executor/test/analyzetest/memorycontrol/ ./pkg/executor/test/analyzetest/memorycontrol/BUILD.bazel ./pkg/executor/test/analyzetest/memorycontrol/memory_control_test.go ./pkg/executor/test/analyzetest/memorycontrol/main_test.go ./pkg/executor/test/analyzetest/main_test.go ./pkg/executor/test/analyzetest/analyze_test.go ./pkg/executor/test/analyzetest/analyze_bench_test.go ./pkg/executor/test/tiflashtest/ ./pkg/executor/test/tiflashtest/BUILD.bazel ./pkg/executor/test/tiflashtest/tiflash_test.go ./pkg/executor/test/tiflashtest/main_test.go ./pkg/executor/test/simpletest/ ./pkg/executor/test/simpletest/BUILD.bazel ./pkg/executor/test/simpletest/main_test.go ./pkg/executor/test/simpletest/simple_test.go ./pkg/executor/test/executor/ ./pkg/executor/test/executor/BUILD.bazel ./pkg/executor/test/executor/executor_test.go ./pkg/executor/test/executor/main_test.go ./pkg/executor/test/loaddatatest/ ./pkg/executor/test/loaddatatest/BUILD.bazel ./pkg/executor/test/loaddatatest/load_data_test.go ./pkg/executor/test/loaddatatest/main_test.go ./pkg/executor/test/cte/ ./pkg/executor/test/cte/BUILD.bazel ./pkg/executor/test/cte/main_test.go ./pkg/executor/test/cte/cte_test.go ./pkg/executor/test/writetest/ ./pkg/executor/test/writetest/BUILD.bazel ./pkg/executor/test/writetest/write_test.go ./pkg/executor/test/writetest/main_test.go ./pkg/executor/test/txn/ ./pkg/executor/test/txn/BUILD.bazel ./pkg/executor/test/txn/txn_test.go ./pkg/executor/test/txn/main_test.go ./pkg/executor/test/oomtest/ ./pkg/executor/test/oomtest/oom_test.go ./pkg/executor/test/oomtest/BUILD.bazel ./pkg/executor/test/fktest/ ./pkg/executor/test/fktest/BUILD.bazel ./pkg/executor/test/fktest/main_test.go ./pkg/executor/test/fktest/foreign_key_test.go ./pkg/executor/test/passwordtest/ ./pkg/executor/test/passwordtest/BUILD.bazel ./pkg/executor/test/passwordtest/password_management_test.go ./pkg/executor/test/passwordtest/main_test.go ./pkg/executor/test/memtest/ ./pkg/executor/test/memtest/BUILD.bazel ./pkg/executor/test/memtest/main_test.go ./pkg/executor/test/memtest/mem_test.go ./pkg/executor/test/aggregate/ ./pkg/executor/test/aggregate/BUILD.bazel ./pkg/executor/test/aggregate/main_test.go ./pkg/executor/test/aggregate/aggregate_test.go ./pkg/executor/test/loadremotetest/ ./pkg/executor/test/loadremotetest/BUILD.bazel ./pkg/executor/test/loadremotetest/multi_file_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/one_csv_test.go ./pkg/executor/test/unstabletest/ ./pkg/executor/test/unstabletest/BUILD.bazel ./pkg/executor/test/unstabletest/main_test.go ./pkg/executor/test/unstabletest/README.md ./pkg/executor/test/unstabletest/memory_test.go ./pkg/executor/test/splittest/ ./pkg/executor/test/splittest/BUILD.bazel ./pkg/executor/test/splittest/split_table_test.go ./pkg/executor/test/splittest/main_test.go ./pkg/executor/test/jointest/ ./pkg/executor/test/jointest/BUILD.bazel ./pkg/executor/test/jointest/join_test.go ./pkg/executor/test/jointest/main_test.go ./pkg/executor/test/jointest/hashjoin/ ./pkg/executor/test/jointest/hashjoin/BUILD.bazel ./pkg/executor/test/jointest/hashjoin/main_test.go ./pkg/executor/test/jointest/hashjoin/hash_join_test.go ./pkg/executor/test/issuetest/ ./pkg/executor/test/issuetest/BUILD.bazel ./pkg/executor/test/issuetest/main_test.go ./pkg/executor/test/issuetest/executor_issue_test.go ./pkg/executor/test/admintest/ ./pkg/executor/test/admintest/BUILD.bazel ./pkg/executor/test/admintest/main_test.go ./pkg/executor/test/admintest/admin_test.go ./pkg/executor/test/autoidtest/ ./pkg/executor/test/autoidtest/BUILD.bazel ./pkg/executor/test/autoidtest/autoid_test.go ./pkg/executor/test/autoidtest/main_test.go ./pkg/executor/test/distsqltest/ ./pkg/executor/test/distsqltest/BUILD.bazel ./pkg/executor/test/distsqltest/distsql_test.go ./pkg/executor/test/distsqltest/main_test.go ./pkg/executor/test/seqtest/ ./pkg/executor/test/seqtest/BUILD.bazel ./pkg/executor/test/seqtest/main_test.go ./pkg/executor/test/seqtest/seq_executor_test.go ./pkg/executor/test/seqtest/prepared_test.go ./pkg/executor/stmtsummary.go ./pkg/executor/point_get.go ./pkg/executor/delete_test.go ./pkg/executor/inspection_summary.go ./pkg/executor/infoschema_reader_internal_test.go ./pkg/executor/prepared_test.go ./pkg/executor/recover_test.go ./pkg/executor/show_ddl.go ./pkg/executor/split_test.go ./pkg/executor/table_reader.go ./pkg/executor/set_config.go ./pkg/executor/analyze_idx.go ./pkg/executor/show_bdr_role.go ./pkg/executor/simple.go ./pkg/executor/brie_test.go ./pkg/executor/detach.go ./pkg/executor/distsql.go ./pkg/executor/analyze_test.go ./pkg/executor/show_ddl_jobs_test.go ./pkg/executor/analyze_global_stats.go ./pkg/executor/ddl.go ./pkg/executor/chunk_size_control_test.go ./pkg/executor/importer/ ./pkg/executor/importer/precheck_test.go ./pkg/executor/importer/BUILD.bazel ./pkg/executor/importer/engine_process.go ./pkg/executor/importer/table_import_testkit_test.go ./pkg/executor/importer/chunk_process_testkit_test.go ./pkg/executor/importer/kv_encode.go ./pkg/executor/importer/precheck.go ./pkg/executor/importer/main_test.go ./pkg/executor/importer/job.go ./pkg/executor/importer/job_test.go ./pkg/executor/importer/table_import_test.go ./pkg/executor/importer/OWNERS ./pkg/executor/importer/table_import.go ./pkg/executor/importer/import.go ./pkg/executor/importer/importer_testkit_test.go ./pkg/executor/importer/chunk_process.go ./pkg/executor/importer/import_test.go ./pkg/executor/utils_test.go ./pkg/executor/union_scan_test.go ./pkg/executor/show_placement_test.go ./pkg/executor/window.go ./pkg/executor/load_data.go ./pkg/executor/explain.go ./pkg/executor/shuffle_test.go ./pkg/executor/analyze_col.go ./pkg/executor/analyze_worker.go ./pkg/executor/select_into_test.go ./pkg/executor/staticrecordset/ ./pkg/executor/staticrecordset/integration_test.go ./pkg/executor/staticrecordset/BUILD.bazel ./pkg/executor/staticrecordset/recordset.go ./pkg/executor/staticrecordset/cursorrecordset.go ./pkg/executor/plan_replayer.go ./pkg/executor/explainfor_test.go ./pkg/executor/inspection_result_test.go ./pkg/executor/set_test.go ./pkg/timer/ ./pkg/timer/BUILD.bazel ./pkg/timer/tablestore/ ./pkg/timer/tablestore/BUILD.bazel ./pkg/timer/tablestore/notifier.go ./pkg/timer/tablestore/store.go ./pkg/timer/tablestore/sql_test.go ./pkg/timer/tablestore/sql.go ./pkg/timer/main_test.go ./pkg/timer/store_intergartion_test.go ./pkg/timer/metrics/ ./pkg/timer/metrics/BUILD.bazel ./pkg/timer/metrics/metrics.go ./pkg/timer/README.md ./pkg/timer/api/ ./pkg/timer/api/schedule_policy_test.go ./pkg/timer/api/BUILD.bazel ./pkg/timer/api/hook.go ./pkg/timer/api/timer.go ./pkg/timer/api/client_test.go ./pkg/timer/api/main_test.go ./pkg/timer/api/store_test.go ./pkg/timer/api/store.go ./pkg/timer/api/timer_test.go ./pkg/timer/api/error.go ./pkg/timer/api/client.go ./pkg/timer/api/mem_store.go ./pkg/timer/runtime/ ./pkg/timer/runtime/BUILD.bazel ./pkg/timer/runtime/runtime_test.go ./pkg/timer/runtime/cache.go ./pkg/timer/runtime/worker.go ./pkg/timer/runtime/main_test.go ./pkg/timer/runtime/cache_test.go ./pkg/timer/runtime/runtime.go ./pkg/timer/runtime/worker_test.go ./pkg/keyspace/ ./pkg/keyspace/BUILD.bazel ./pkg/keyspace/keyspace_test.go ./pkg/keyspace/keyspace.go ./pkg/lightning/ ./pkg/lightning/verification/ ./pkg/lightning/verification/BUILD.bazel ./pkg/lightning/verification/checksum.go ./pkg/lightning/verification/checksum_test.go ./pkg/lightning/worker/ ./pkg/lightning/worker/BUILD.bazel ./pkg/lightning/worker/worker.go ./pkg/lightning/worker/worker_test.go ./pkg/lightning/config/ ./pkg/lightning/config/BUILD.bazel ./pkg/lightning/config/configlist_test.go ./pkg/lightning/config/bytesize_test.go ./pkg/lightning/config/bytesize.go ./pkg/lightning/config/configlist.go ./pkg/lightning/config/config_test.go ./pkg/lightning/config/global.go ./pkg/lightning/config/const.go ./pkg/lightning/config/config.go ./pkg/lightning/backend/ ./pkg/lightning/backend/BUILD.bazel ./pkg/lightning/backend/backend.go ./pkg/lightning/backend/backend_test.go ./pkg/lightning/backend/local/ ./pkg/lightning/backend/local/BUILD.bazel ./pkg/lightning/backend/local/iterator.go ./pkg/lightning/backend/local/duplicate_test.go ./pkg/lightning/backend/local/local_freebsd.go ./pkg/lightning/backend/local/tikv_mode.go ./pkg/lightning/backend/local/engine_mgr_test.go ./pkg/lightning/backend/local/localhelper_test.go ./pkg/lightning/backend/local/local_test.go ./pkg/lightning/backend/local/engine_test.go ./pkg/lightning/backend/local/compress_test.go ./pkg/lightning/backend/local/local_unix_generic.go ./pkg/lightning/backend/local/local.go ./pkg/lightning/backend/local/engine_mgr.go ./pkg/lightning/backend/local/localhelper.go ./pkg/lightning/backend/local/main_test.go ./pkg/lightning/backend/local/iterator_test.go ./pkg/lightning/backend/local/compress.go ./pkg/lightning/backend/local/checksum.go ./pkg/lightning/backend/local/disk_quota.go ./pkg/lightning/backend/local/local_windows.go ./pkg/lightning/backend/local/local_unix.go ./pkg/lightning/backend/local/duplicate.go ./pkg/lightning/backend/local/region_job_test.go ./pkg/lightning/backend/local/checksum_test.go ./pkg/lightning/backend/local/disk_quota_test.go ./pkg/lightning/backend/local/region_job.go ./pkg/lightning/backend/local/engine.go ./pkg/lightning/backend/local/local_check_test.go ./pkg/lightning/backend/tidb/ ./pkg/lightning/backend/tidb/BUILD.bazel ./pkg/lightning/backend/tidb/tidb_test.go ./pkg/lightning/backend/tidb/tidb.go ./pkg/lightning/backend/external/ ./pkg/lightning/backend/external/byte_reader_test.go ./pkg/lightning/backend/external/BUILD.bazel ./pkg/lightning/backend/external/util_test.go ./pkg/lightning/backend/external/file.go ./pkg/lightning/backend/external/file_test.go ./pkg/lightning/backend/external/codec.go ./pkg/lightning/backend/external/writer.go ./pkg/lightning/backend/external/merge_test.go ./pkg/lightning/backend/external/split.go ./pkg/lightning/backend/external/writer_test.go ./pkg/lightning/backend/external/codec_test.go ./pkg/lightning/backend/external/engine_test.go ./pkg/lightning/backend/external/reader.go ./pkg/lightning/backend/external/bench_test.go ./pkg/lightning/backend/external/reader_test.go ./pkg/lightning/backend/external/onefile_writer.go ./pkg/lightning/backend/external/concurrent_reader_test.go ./pkg/lightning/backend/external/merge_v2.go ./pkg/lightning/backend/external/iter_test.go ./pkg/lightning/backend/external/byte_reader.go ./pkg/lightning/backend/external/sort_test.go ./pkg/lightning/backend/external/stat_reader.go ./pkg/lightning/backend/external/onefile_writer_test.go ./pkg/lightning/backend/external/split_test.go ./pkg/lightning/backend/external/iter.go ./pkg/lightning/backend/external/kv_reader.go ./pkg/lightning/backend/external/testutil.go ./pkg/lightning/backend/external/merge.go ./pkg/lightning/backend/external/misc_bench_test.go ./pkg/lightning/backend/external/util.go ./pkg/lightning/backend/external/engine.go ./pkg/lightning/backend/external/concurrent_reader.go ./pkg/lightning/backend/kv/ ./pkg/lightning/backend/kv/BUILD.bazel ./pkg/lightning/backend/kv/context.go ./pkg/lightning/backend/kv/base.go ./pkg/lightning/backend/kv/sql2kv.go ./pkg/lightning/backend/kv/allocator_test.go ./pkg/lightning/backend/kv/session.go ./pkg/lightning/backend/kv/allocator.go ./pkg/lightning/backend/kv/context_test.go ./pkg/lightning/backend/kv/base_test.go ./pkg/lightning/backend/kv/kv2sql.go ./pkg/lightning/backend/kv/kv2sql_test.go ./pkg/lightning/backend/kv/session_internal_test.go ./pkg/lightning/backend/kv/sql2kv_test.go ./pkg/lightning/backend/encode/ ./pkg/lightning/backend/encode/BUILD.bazel ./pkg/lightning/backend/encode/encode.go ./pkg/lightning/duplicate/ ./pkg/lightning/duplicate/BUILD.bazel ./pkg/lightning/duplicate/worker.go ./pkg/lightning/duplicate/internal_test.go ./pkg/lightning/duplicate/detector_test.go ./pkg/lightning/duplicate/internal.go ./pkg/lightning/duplicate/detector.go ./pkg/lightning/duplicate/worker_test.go ./pkg/lightning/errormanager/ ./pkg/lightning/errormanager/errormanager_test.go ./pkg/lightning/errormanager/BUILD.bazel ./pkg/lightning/errormanager/errormanager.go ./pkg/lightning/errormanager/resolveconflict_test.go ./pkg/lightning/manual/ ./pkg/lightning/manual/BUILD.bazel ./pkg/lightning/manual/manual.go ./pkg/lightning/manual/manual_nocgo.go ./pkg/lightning/manual/allocator.go ./pkg/lightning/OWNERS ./pkg/lightning/tikv/ ./pkg/lightning/tikv/tikv.go ./pkg/lightning/tikv/BUILD.bazel ./pkg/lightning/tikv/local_sst_writer_test.go ./pkg/lightning/tikv/prop_collector.go ./pkg/lightning/tikv/tikv_test.go ./pkg/lightning/tikv/sst-examples/ ./pkg/lightning/tikv/sst-examples/1.sst ./pkg/lightning/tikv/sst-examples/0.sst ./pkg/lightning/tikv/local_sst_writer.go ./pkg/lightning/log/ ./pkg/lightning/log/BUILD.bazel ./pkg/lightning/log/log_test.go ./pkg/lightning/log/filter_test.go ./pkg/lightning/log/filter.go ./pkg/lightning/log/testlogger.go ./pkg/lightning/log/log.go ./pkg/lightning/metric/ ./pkg/lightning/metric/BUILD.bazel ./pkg/lightning/metric/metric_test.go ./pkg/lightning/metric/metric.go ./pkg/lightning/membuf/ ./pkg/lightning/membuf/BUILD.bazel ./pkg/lightning/membuf/limiter.go ./pkg/lightning/membuf/limiter_test.go ./pkg/lightning/membuf/buffer_test.go ./pkg/lightning/membuf/buffer.go ./pkg/lightning/mydump/ ./pkg/lightning/mydump/parquet_parser_test.go ./pkg/lightning/mydump/csv_parser.go ./pkg/lightning/mydump/BUILD.bazel ./pkg/lightning/mydump/router.go ./pkg/lightning/mydump/examples/ ./pkg/lightning/mydump/examples/mocker_test.report_case_high_risk.sql ./pkg/lightning/mydump/examples/mocker_test-schema-create.sql ./pkg/lightning/mydump/examples/mocker_test.i-schema.sql ./pkg/lightning/mydump/examples/mocker_test.i.sql ./pkg/lightning/mydump/examples/mocker_test.tbl_multi_index.sql ./pkg/lightning/mydump/examples/mocker_test.tbl_autoid-schema.sql ./pkg/lightning/mydump/examples/mocker_test.report_case_high_risk-schema.sql ./pkg/lightning/mydump/examples/mocker_test.tbl_autoid.sql ./pkg/lightning/mydump/examples/test.parquet ./pkg/lightning/mydump/examples/metadata ./pkg/lightning/mydump/examples/mocker_test.tbl_multi_index-schema.sql ./pkg/lightning/mydump/loader.go ./pkg/lightning/mydump/parquet_parser.go ./pkg/lightning/mydump/loader_test.go ./pkg/lightning/mydump/parquet/ ./pkg/lightning/mydump/parquet/000000_0.parquet ./pkg/lightning/mydump/reader.go ./pkg/lightning/mydump/reader_test.go ./pkg/lightning/mydump/region_test.go ./pkg/lightning/mydump/charset_convertor.go ./pkg/lightning/mydump/main_test.go ./pkg/lightning/mydump/csv_parser_test.go ./pkg/lightning/mydump/parser.rl ./pkg/lightning/mydump/schema_import_test.go ./pkg/lightning/mydump/parser_test.go ./pkg/lightning/mydump/schema_import.go ./pkg/lightning/mydump/csv/ ./pkg/lightning/mydump/csv/split_large_file.csv ./pkg/lightning/mydump/csv/utf8_test_file.csv ./pkg/lightning/mydump/csv/gb18030_test_file.csv ./pkg/lightning/mydump/csv/split_large_file.csv.zst ./pkg/lightning/mydump/router_test.go ./pkg/lightning/mydump/region.go ./pkg/lightning/mydump/parser.go ./pkg/lightning/mydump/parser_generated.go ./pkg/lightning/mydump/charset_convertor_test.go ./pkg/lightning/mydump/bytes.go ./pkg/lightning/checkpoints/ ./pkg/lightning/checkpoints/BUILD.bazel ./pkg/lightning/checkpoints/checkpoints.go ./pkg/lightning/checkpoints/main_test.go ./pkg/lightning/checkpoints/checkpoints_sql_test.go ./pkg/lightning/checkpoints/tidb.go ./pkg/lightning/checkpoints/checkpoints_file_test.go ./pkg/lightning/checkpoints/checkpoints_test.go ./pkg/lightning/checkpoints/checkpointspb/ ./pkg/lightning/checkpoints/checkpointspb/BUILD.bazel ./pkg/lightning/checkpoints/checkpointspb/file_checkpoints.pb.go ./pkg/lightning/checkpoints/checkpointspb/file_checkpoints.proto ./pkg/lightning/common/ ./pkg/lightning/common/BUILD.bazel ./pkg/lightning/common/key_adapter_test.go ./pkg/lightning/common/util_test.go ./pkg/lightning/common/common.go ./pkg/lightning/common/once_error_test.go ./pkg/lightning/common/retry.go ./pkg/lightning/common/storage_test.go ./pkg/lightning/common/once_error.go ./pkg/lightning/common/pause.go ./pkg/lightning/common/key_adapter.go ./pkg/lightning/common/dupdetect.go ./pkg/lightning/common/main_test.go ./pkg/lightning/common/storage_unix.go ./pkg/lightning/common/ingest_data.go ./pkg/lightning/common/security.go ./pkg/lightning/common/security_test.go ./pkg/lightning/common/errors.go ./pkg/lightning/common/common_test.go ./pkg/lightning/common/storage.go ./pkg/lightning/common/errors_test.go ./pkg/lightning/common/conn.go ./pkg/lightning/common/retry_test.go ./pkg/lightning/common/pause_test.go ./pkg/lightning/common/util.go ./pkg/lightning/common/engine.go ./pkg/lightning/common/storage_windows.go ./pkg/util/ ./pkg/util/processinfo_test.go ./pkg/util/arena/ ./pkg/util/arena/BUILD.bazel ./pkg/util/arena/main_test.go ./pkg/util/arena/arena.go ./pkg/util/arena/arena_test.go ./pkg/util/intest/ ./pkg/util/intest/BUILD.bazel ./pkg/util/intest/assert.go ./pkg/util/intest/no_assert.go ./pkg/util/intest/assert_test.go ./pkg/util/intest/in_unittest.go ./pkg/util/intest/assert_common.go ./pkg/util/intest/not_in_unittest.go ./pkg/util/fastrand/ ./pkg/util/fastrand/BUILD.bazel ./pkg/util/fastrand/random_test.go ./pkg/util/fastrand/main_test.go ./pkg/util/fastrand/random.go ./pkg/util/fastrand/runtime.go ./pkg/util/timeutil/ ./pkg/util/timeutil/BUILD.bazel ./pkg/util/timeutil/time_test.go ./pkg/util/timeutil/main_test.go ./pkg/util/timeutil/time_zone_test.go ./pkg/util/timeutil/errors.go ./pkg/util/timeutil/time_zone.go ./pkg/util/timeutil/time.go ./pkg/util/set/ ./pkg/util/set/BUILD.bazel ./pkg/util/set/set_with_memory_usage.go ./pkg/util/set/int_set.go ./pkg/util/set/float64_set_test.go ./pkg/util/set/int_set_test.go ./pkg/util/set/main_test.go ./pkg/util/set/set.go ./pkg/util/set/mem_aware_map.go ./pkg/util/set/mem_aware_map_test.go ./pkg/util/set/string_set.go ./pkg/util/set/float64_set.go ./pkg/util/set/set_with_memory_usage_test.go ./pkg/util/set/string_set_test.go ./pkg/util/set/set_test.go ./pkg/util/id_generator.go ./pkg/util/queue/ ./pkg/util/queue/BUILD.bazel ./pkg/util/queue/queue_test.go ./pkg/util/queue/queue.go ./pkg/util/BUILD.bazel ./pkg/util/misc.go ./pkg/util/sem/ ./pkg/util/sem/BUILD.bazel ./pkg/util/sem/sem.go ./pkg/util/sem/sem_test.go ./pkg/util/sem/main_test.go ./pkg/util/slice/ ./pkg/util/slice/BUILD.bazel ./pkg/util/slice/slice_test.go ./pkg/util/slice/slice.go ./pkg/util/slice/main_test.go ./pkg/util/util_test.go ./pkg/util/expensivequery/ ./pkg/util/expensivequery/BUILD.bazel ./pkg/util/expensivequery/expensivequery.go ./pkg/util/expensivequery/expensivequery_test.go ./pkg/util/rowDecoder/ ./pkg/util/rowDecoder/BUILD.bazel ./pkg/util/rowDecoder/decoder.go ./pkg/util/rowDecoder/decoder_test.go ./pkg/util/rowDecoder/main_test.go ./pkg/util/cpu/ ./pkg/util/cpu/BUILD.bazel ./pkg/util/cpu/main_test.go ./pkg/util/cpu/cpu_test.go ./pkg/util/cpu/cpu.go ./pkg/util/processinfo.go ./pkg/util/tableutil/ ./pkg/util/tableutil/BUILD.bazel ./pkg/util/tableutil/tableutil.go ./pkg/util/mock/ ./pkg/util/mock/BUILD.bazel ./pkg/util/mock/context.go ./pkg/util/mock/fortest.go ./pkg/util/mock/main_test.go ./pkg/util/mock/iter_test.go ./pkg/util/mock/store.go ./pkg/util/mock/metrics.go ./pkg/util/mock/client.go ./pkg/util/mock/mock_test.go ./pkg/util/mock/iter.go ./pkg/util/sqlescape/ ./pkg/util/sqlescape/BUILD.bazel ./pkg/util/sqlescape/utils.go ./pkg/util/sqlescape/utils_test.go ./pkg/util/linter/ ./pkg/util/linter/constructor/ ./pkg/util/linter/constructor/BUILD.bazel ./pkg/util/linter/constructor/constructorflag.go ./pkg/util/extsort/ ./pkg/util/extsort/BUILD.bazel ./pkg/util/extsort/external_sorter_test.go ./pkg/util/extsort/disk_sorter_test.go ./pkg/util/extsort/disk_sorter.go ./pkg/util/extsort/external_sorter.go ./pkg/util/stringutil/ ./pkg/util/stringutil/BUILD.bazel ./pkg/util/stringutil/string_util.go ./pkg/util/stringutil/string_util_test.go ./pkg/util/stringutil/main_test.go ./pkg/util/servermemorylimit/ ./pkg/util/servermemorylimit/BUILD.bazel ./pkg/util/servermemorylimit/servermemorylimit_test.go ./pkg/util/servermemorylimit/servermemorylimit.go ./pkg/util/globalconn/ ./pkg/util/globalconn/BUILD.bazel ./pkg/util/globalconn/globalconn.go ./pkg/util/globalconn/pool.go ./pkg/util/globalconn/pool_test.go ./pkg/util/globalconn/globalconn_test.go ./pkg/util/serialization/ ./pkg/util/serialization/BUILD.bazel ./pkg/util/serialization/common_util.go ./pkg/util/serialization/serialization_util.go ./pkg/util/serialization/deserialization_util.go ./pkg/util/tokenlimiter.go ./pkg/util/misc_test.go ./pkg/util/collate/ ./pkg/util/collate/ucaimpl/ ./pkg/util/collate/ucaimpl/BUILD.bazel ./pkg/util/collate/ucaimpl/unicode_ci.go.tpl ./pkg/util/collate/ucaimpl/main.go ./pkg/util/collate/BUILD.bazel ./pkg/util/collate/collate.go ./pkg/util/collate/gb18030_weight.data ./pkg/util/collate/gbk_bin.go ./pkg/util/collate/charset.go ./pkg/util/collate/gbk_chinese_ci_data.go ./pkg/util/collate/pinyin_tidb_as_cs.go ./pkg/util/collate/general_ci.go ./pkg/util/collate/collate_test.go ./pkg/util/collate/ucadata/ ./pkg/util/collate/ucadata/unicode_ci_data_test.go ./pkg/util/collate/ucadata/BUILD.bazel ./pkg/util/collate/ucadata/unicode_ci_data_generated.go ./pkg/util/collate/ucadata/unicode_0900_ai_ci_data_generated.go ./pkg/util/collate/ucadata/generator/ ./pkg/util/collate/ucadata/generator/BUILD.bazel ./pkg/util/collate/ucadata/generator/magic.go ./pkg/util/collate/ucadata/generator/allkeys-4.0.0.txt ./pkg/util/collate/ucadata/generator/data.go.tpl ./pkg/util/collate/ucadata/generator/main.go ./pkg/util/collate/ucadata/generator/allkeys-9.0.0.txt ./pkg/util/collate/ucadata/data.go ./pkg/util/collate/ucadata/unicode_0900_ai_ci_data_test.go ./pkg/util/collate/ucadata/unicode_ci_data_original_test.go ./pkg/util/collate/unicode_0400_ci_impl.go ./pkg/util/collate/main_test.go ./pkg/util/collate/unicode_0900_ai_ci_impl.go ./pkg/util/collate/unicode_0900_ai_ci_generated.go ./pkg/util/collate/gb18030_bin.go ./pkg/util/collate/collate_bench_test.go ./pkg/util/collate/bin.go ./pkg/util/collate/unicode_0400_ci_generated.go ./pkg/util/collate/gbk_chinese_ci.go ./pkg/util/collate/gb18030_chinese_ci.go ./pkg/util/memory/ ./pkg/util/memory/BUILD.bazel ./pkg/util/memory/bench_test.go ./pkg/util/memory/tracker_test.go ./pkg/util/memory/main_test.go ./pkg/util/memory/meminfo.go ./pkg/util/memory/tracker.go ./pkg/util/memory/action.go ./pkg/util/memory/memstats.go ./pkg/util/gogc.go ./pkg/util/generatedexpr/ ./pkg/util/generatedexpr/BUILD.bazel ./pkg/util/generatedexpr/generated_expr.go ./pkg/util/generatedexpr/main_test.go ./pkg/util/generatedexpr/gen_expr_test.go ./pkg/util/tikvutil/ ./pkg/util/tikvutil/BUILD.bazel ./pkg/util/tikvutil/tikvutil.go ./pkg/util/syncutil/ ./pkg/util/syncutil/BUILD.bazel ./pkg/util/syncutil/mutex_deadlock.go ./pkg/util/syncutil/mutex_sync.go ./pkg/util/injectfailpoint/ ./pkg/util/injectfailpoint/BUILD.bazel ./pkg/util/injectfailpoint/random_retry.go ./pkg/util/bitmap/ ./pkg/util/bitmap/BUILD.bazel ./pkg/util/bitmap/main_test.go ./pkg/util/bitmap/concurrent_test.go ./pkg/util/bitmap/concurrent.go ./pkg/util/benchdaily/ ./pkg/util/benchdaily/BUILD.bazel ./pkg/util/benchdaily/bench_daily.go ./pkg/util/benchdaily/main_test.go ./pkg/util/benchdaily/bench_daily_test.go ./pkg/util/domainutil/ ./pkg/util/domainutil/BUILD.bazel ./pkg/util/domainutil/repair_vars.go ./pkg/util/parser/ ./pkg/util/parser/BUILD.bazel ./pkg/util/parser/ast_test.go ./pkg/util/parser/ast.go ./pkg/util/parser/main_test.go ./pkg/util/parser/parser_test.go ./pkg/util/parser/parser.go ./pkg/util/plancodec/ ./pkg/util/plancodec/BUILD.bazel ./pkg/util/plancodec/codec.go ./pkg/util/plancodec/codec_test.go ./pkg/util/plancodec/id_test.go ./pkg/util/plancodec/id.go ./pkg/util/plancodec/main_test.go ./pkg/util/plancodec/binary_plan_decode.go ./pkg/util/split.go ./pkg/util/rowcodec/ ./pkg/util/rowcodec/BUILD.bazel ./pkg/util/rowcodec/rowcodec_test.go ./pkg/util/rowcodec/common.go ./pkg/util/rowcodec/decoder.go ./pkg/util/rowcodec/bench_test.go ./pkg/util/rowcodec/main_test.go ./pkg/util/rowcodec/encoder.go ./pkg/util/rowcodec/row.go ./pkg/util/session_pool.go ./pkg/util/channel/ ./pkg/util/channel/BUILD.bazel ./pkg/util/channel/channel.go ./pkg/util/context/ ./pkg/util/context/plancache.go ./pkg/util/context/BUILD.bazel ./pkg/util/context/context.go ./pkg/util/context/warn_test.go ./pkg/util/context/warn.go ./pkg/util/codec/ ./pkg/util/codec/decimal.go ./pkg/util/codec/decimal_test.go ./pkg/util/codec/BUILD.bazel ./pkg/util/codec/codec.go ./pkg/util/codec/collation_test.go ./pkg/util/codec/codec_test.go ./pkg/util/codec/bench_test.go ./pkg/util/codec/main_test.go ./pkg/util/codec/number.go ./pkg/util/codec/bytes_test.go ./pkg/util/codec/float.go ./pkg/util/codec/bytes.go ./pkg/util/session_pool_test.go ./pkg/util/etcd.go ./pkg/util/etcd/ ./pkg/util/etcd/BUILD.bazel ./pkg/util/etcd/etcd.go ./pkg/util/etcd/etcd_test.go ./pkg/util/breakpoint/ ./pkg/util/breakpoint/BUILD.bazel ./pkg/util/breakpoint/breakpoint.go ./pkg/util/mvmap/ ./pkg/util/mvmap/BUILD.bazel ./pkg/util/mvmap/bench_test.go ./pkg/util/mvmap/mvmap_test.go ./pkg/util/mvmap/main_test.go ./pkg/util/mvmap/fnv.go ./pkg/util/mvmap/mvmap.go ./pkg/util/ranger/ ./pkg/util/ranger/BUILD.bazel ./pkg/util/ranger/ranger.go ./pkg/util/ranger/ranger_test.go ./pkg/util/ranger/types.go ./pkg/util/ranger/points.go ./pkg/util/ranger/context/ ./pkg/util/ranger/context/BUILD.bazel ./pkg/util/ranger/context/context.go ./pkg/util/ranger/context/context_test.go ./pkg/util/ranger/bench_test.go ./pkg/util/ranger/detacher.go ./pkg/util/ranger/main_test.go ./pkg/util/ranger/types_test.go ./pkg/util/ranger/checker.go ./pkg/util/printer/ ./pkg/util/printer/BUILD.bazel ./pkg/util/printer/main_test.go ./pkg/util/printer/printer.go ./pkg/util/printer/printer_test.go ./pkg/util/systimemon/ ./pkg/util/systimemon/BUILD.bazel ./pkg/util/systimemon/systime_mon.go ./pkg/util/systimemon/systime_mon_test.go ./pkg/util/systimemon/main_test.go ./pkg/util/format/ ./pkg/util/format/BUILD.bazel ./pkg/util/format/main_test.go ./pkg/util/format/format_test.go ./pkg/util/format/format.go ./pkg/util/column-mapping/ ./pkg/util/column-mapping/column.go ./pkg/util/column-mapping/BUILD.bazel ./pkg/util/column-mapping/column_test.go ./pkg/util/column-mapping/README.md ./pkg/util/generic/ ./pkg/util/generic/BUILD.bazel ./pkg/util/generic/sync_map.go ./pkg/util/generic/sync_map_test.go ./pkg/util/stmtsummary/ ./pkg/util/stmtsummary/BUILD.bazel ./pkg/util/stmtsummary/statement_summary_test.go ./pkg/util/stmtsummary/evicted_test.go ./pkg/util/stmtsummary/reader.go ./pkg/util/stmtsummary/evicted.go ./pkg/util/stmtsummary/main_test.go ./pkg/util/stmtsummary/statement_summary.go ./pkg/util/stmtsummary/v2/ ./pkg/util/stmtsummary/v2/column.go ./pkg/util/stmtsummary/v2/BUILD.bazel ./pkg/util/stmtsummary/v2/stmtsummary_test.go ./pkg/util/stmtsummary/v2/tests/ ./pkg/util/stmtsummary/v2/tests/BUILD.bazel ./pkg/util/stmtsummary/v2/tests/main_test.go ./pkg/util/stmtsummary/v2/tests/table_test.go ./pkg/util/stmtsummary/v2/column_test.go ./pkg/util/stmtsummary/v2/reader.go ./pkg/util/stmtsummary/v2/reader_test.go ./pkg/util/stmtsummary/v2/main_test.go ./pkg/util/stmtsummary/v2/logger.go ./pkg/util/stmtsummary/v2/record.go ./pkg/util/stmtsummary/v2/stmtsummary.go ./pkg/util/stmtsummary/v2/record_test.go ./pkg/util/table-rule-selector/ ./pkg/util/table-rule-selector/BUILD.bazel ./pkg/util/table-rule-selector/trie_selector.go ./pkg/util/table-rule-selector/selector_test.go ./pkg/util/disjointset/ ./pkg/util/disjointset/BUILD.bazel ./pkg/util/disjointset/int_set.go ./pkg/util/disjointset/int_set_test.go ./pkg/util/disjointset/main_test.go ./pkg/util/disjointset/set.go ./pkg/util/disjointset/set_test.go ./pkg/util/urls.go ./pkg/util/prefetch/ ./pkg/util/prefetch/BUILD.bazel ./pkg/util/prefetch/reader.go ./pkg/util/prefetch/reader_test.go ./pkg/util/paging/ ./pkg/util/paging/BUILD.bazel ./pkg/util/paging/paging.go ./pkg/util/paging/main_test.go ./pkg/util/paging/paging_test.go ./pkg/util/sqlexec/ ./pkg/util/sqlexec/BUILD.bazel ./pkg/util/sqlexec/mock/ ./pkg/util/sqlexec/mock/BUILD.bazel ./pkg/util/sqlexec/mock/mock.go ./pkg/util/sqlexec/mock/restricted_sql_executor_mock.go ./pkg/util/sqlexec/simple_record_set.go ./pkg/util/sqlexec/main_test.go ./pkg/util/sqlexec/restricted_sql_executor.go ./pkg/util/gctuner/ ./pkg/util/gctuner/BUILD.bazel ./pkg/util/gctuner/mem.go ./pkg/util/gctuner/finalizer_test.go ./pkg/util/gctuner/finalizer.go ./pkg/util/gctuner/tuner.go ./pkg/util/gctuner/mem_test.go ./pkg/util/gctuner/tuner_test.go ./pkg/util/gctuner/memory_limit_tuner_test.go ./pkg/util/gctuner/memory_limit_tuner.go ./pkg/util/encrypt/ ./pkg/util/encrypt/BUILD.bazel ./pkg/util/encrypt/aes.go ./pkg/util/encrypt/aes_layer_test.go ./pkg/util/encrypt/crypt_test.go ./pkg/util/encrypt/aes_layer.go ./pkg/util/encrypt/main_test.go ./pkg/util/encrypt/crypt.go ./pkg/util/encrypt/aes_test.go ./pkg/util/sli/ ./pkg/util/sli/BUILD.bazel ./pkg/util/sli/sli.go ./pkg/util/cgroup/ ./pkg/util/cgroup/cgroup_mock_test.go ./pkg/util/cgroup/BUILD.bazel ./pkg/util/cgroup/cgroup_cpu_test.go ./pkg/util/cgroup/cgroup_memory.go ./pkg/util/cgroup/cgroup_cpu_unsupport.go ./pkg/util/cgroup/cgroup_cpu_linux.go ./pkg/util/cgroup/cgroup_cpu.go ./pkg/util/cgroup/cgroup.go ./pkg/util/intset/ ./pkg/util/intset/BUILD.bazel ./pkg/util/intset/fast_int_set_test.go ./pkg/util/intset/fast_int_set_bench_test.go ./pkg/util/intset/fast_int_set.go ./pkg/util/sqlkiller/ ./pkg/util/sqlkiller/BUILD.bazel ./pkg/util/sqlkiller/sqlkiller.go ./pkg/util/hack/ ./pkg/util/hack/BUILD.bazel ./pkg/util/hack/main_test.go ./pkg/util/hack/hack_test.go ./pkg/util/hack/hack.go ./pkg/util/logutil/ ./pkg/util/logutil/hex.go ./pkg/util/logutil/BUILD.bazel ./pkg/util/logutil/log_test.go ./pkg/util/logutil/general_logger.go ./pkg/util/logutil/main_test.go ./pkg/util/logutil/slow_query_logger.go ./pkg/util/logutil/consistency/ ./pkg/util/logutil/consistency/BUILD.bazel ./pkg/util/logutil/consistency/reporter.go ./pkg/util/logutil/hex_test.go ./pkg/util/logutil/log.go ./pkg/util/checksum/ ./pkg/util/checksum/BUILD.bazel ./pkg/util/checksum/main_test.go ./pkg/util/checksum/checksum.go ./pkg/util/checksum/checksum_test.go ./pkg/util/main_test.go ./pkg/util/disttask/ ./pkg/util/disttask/BUILD.bazel ./pkg/util/disttask/idservice.go ./pkg/util/disttask/idservice_test.go ./pkg/util/deadlockhistory/ ./pkg/util/deadlockhistory/BUILD.bazel ./pkg/util/deadlockhistory/deadlock_history_test.go ./pkg/util/deadlockhistory/main_test.go ./pkg/util/deadlockhistory/deadlock_history.go ./pkg/util/chunk/ ./pkg/util/chunk/chunk_in_disk.go ./pkg/util/chunk/column.go ./pkg/util/chunk/BUILD.bazel ./pkg/util/chunk/chunk_util.go ./pkg/util/chunk/iterator.go ./pkg/util/chunk/alloc.go ./pkg/util/chunk/alloc_test.go ./pkg/util/chunk/codec.go ./pkg/util/chunk/compare.go ./pkg/util/chunk/chunk_in_disk_test.go ./pkg/util/chunk/chunk.go ./pkg/util/chunk/column_test.go ./pkg/util/chunk/codec_test.go ./pkg/util/chunk/mutrow_test.go ./pkg/util/chunk/row_container_test.go ./pkg/util/chunk/main_test.go ./pkg/util/chunk/iterator_test.go ./pkg/util/chunk/chunk_test.go ./pkg/util/chunk/mutrow.go ./pkg/util/chunk/list_test.go ./pkg/util/chunk/chunk_util_test.go ./pkg/util/chunk/pool.go ./pkg/util/chunk/row_in_disk.go ./pkg/util/chunk/row.go ./pkg/util/chunk/row_in_disk_test.go ./pkg/util/chunk/list.go ./pkg/util/chunk/pool_test.go ./pkg/util/chunk/row_container_reader.go ./pkg/util/chunk/row_container.go ./pkg/util/mathutil/ ./pkg/util/mathutil/BUILD.bazel ./pkg/util/mathutil/exponential_average_test.go ./pkg/util/mathutil/exponential_average.go ./pkg/util/mathutil/rand.go ./pkg/util/mathutil/main_test.go ./pkg/util/mathutil/math_test.go ./pkg/util/mathutil/math.go ./pkg/util/mathutil/rand_test.go ./pkg/util/tracing/ ./pkg/util/tracing/noop_bench_test.go ./pkg/util/tracing/BUILD.bazel ./pkg/util/tracing/util_test.go ./pkg/util/tracing/main_test.go ./pkg/util/tracing/opt_trace_test.go ./pkg/util/tracing/util.go ./pkg/util/tracing/opt_trace.go ./pkg/util/security.go ./pkg/util/rlimit_windows.go ./pkg/util/worker_pool.go ./pkg/util/zeropool/ ./pkg/util/zeropool/BUILD.bazel ./pkg/util/zeropool/pool.go ./pkg/util/zeropool/pool_test.go ./pkg/util/compress/ ./pkg/util/compress/BUILD.bazel ./pkg/util/compress/gzip.go ./pkg/util/execdetails/ ./pkg/util/execdetails/BUILD.bazel ./pkg/util/execdetails/execdetails_test.go ./pkg/util/execdetails/execdetails.go ./pkg/util/execdetails/main_test.go ./pkg/util/replayer/ ./pkg/util/replayer/BUILD.bazel ./pkg/util/replayer/replayer.go ./pkg/util/security_test.go ./pkg/util/profile/ ./pkg/util/profile/BUILD.bazel ./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/flamegraph.go ./pkg/util/profile/profile_test.go ./pkg/util/profile/profile.go ./pkg/util/errors.go ./pkg/util/printer.go ./pkg/util/rlimit_other.go ./pkg/util/partialjson/ ./pkg/util/partialjson/BUILD.bazel ./pkg/util/partialjson/extract_test.go ./pkg/util/partialjson/extract.go ./pkg/util/disk/ ./pkg/util/disk/BUILD.bazel ./pkg/util/disk/main_test.go ./pkg/util/disk/tempDir.go ./pkg/util/disk/tracker.go ./pkg/util/disk/tempDir_test.go ./pkg/util/cteutil/ ./pkg/util/cteutil/BUILD.bazel ./pkg/util/cteutil/storage_test.go ./pkg/util/cteutil/main_test.go ./pkg/util/cteutil/storage.go ./pkg/util/memoryusagealarm/ ./pkg/util/memoryusagealarm/BUILD.bazel ./pkg/util/memoryusagealarm/memoryusagealarm_test.go ./pkg/util/memoryusagealarm/memoryusagealarm.go ./pkg/util/sys/ ./pkg/util/sys/storage/ ./pkg/util/sys/storage/BUILD.bazel ./pkg/util/sys/storage/main_test.go ./pkg/util/sys/storage/sys_posix.go ./pkg/util/sys/storage/sys_test.go ./pkg/util/sys/storage/sys_other.go ./pkg/util/sys/storage/sys_windows.go ./pkg/util/sys/linux/ ./pkg/util/sys/linux/BUILD.bazel ./pkg/util/sys/linux/main_test.go ./pkg/util/sys/linux/sys_test.go ./pkg/util/sys/linux/sys_other.go ./pkg/util/sys/linux/sys_windows.go ./pkg/util/sys/linux/sys_linux.go ./pkg/util/admin/ ./pkg/util/admin/BUILD.bazel ./pkg/util/admin/admin_integration_test.go ./pkg/util/admin/admin.go ./pkg/util/admin/main_test.go ./pkg/util/metricsutil/ ./pkg/util/metricsutil/BUILD.bazel ./pkg/util/metricsutil/common.go ./pkg/util/texttree/ ./pkg/util/texttree/BUILD.bazel ./pkg/util/texttree/texttree_test.go ./pkg/util/texttree/main_test.go ./pkg/util/texttree/texttree.go ./pkg/util/prefix_helper.go ./pkg/util/engine/ ./pkg/util/engine/BUILD.bazel ./pkg/util/engine/engine_test.go ./pkg/util/engine/engine.go ./pkg/util/prefix_helper_test.go ./pkg/util/resourcegrouptag/ ./pkg/util/resourcegrouptag/BUILD.bazel ./pkg/util/resourcegrouptag/resource_group_tag.go ./pkg/util/resourcegrouptag/resource_group_tag_test.go ./pkg/util/resourcegrouptag/main_test.go ./pkg/util/password-validation/ ./pkg/util/password-validation/BUILD.bazel ./pkg/util/password-validation/password_validation_test.go ./pkg/util/password-validation/password_validation.go ./pkg/util/signal/ ./pkg/util/signal/BUILD.bazel ./pkg/util/signal/signal_wasm.go ./pkg/util/signal/signal_posix.go ./pkg/util/signal/signal_windows.go ./pkg/util/watcher/ ./pkg/util/watcher/BUILD.bazel ./pkg/util/watcher/watcher.go ./pkg/util/watcher/event.go ./pkg/util/watcher/watcher_test.go ./pkg/util/workloadrepo/ ./pkg/util/workloadrepo/sampling.go ./pkg/util/workloadrepo/BUILD.bazel ./pkg/util/workloadrepo/worker.go ./pkg/util/workloadrepo/table.go ./pkg/util/workloadrepo/utils.go ./pkg/util/workloadrepo/const.go ./pkg/util/workloadrepo/housekeeper.go ./pkg/util/workloadrepo/snapshot.go ./pkg/util/workloadrepo/worker_test.go ./pkg/util/deeptest/ ./pkg/util/deeptest/BUILD.bazel ./pkg/util/deeptest/statictesthelper.go ./pkg/util/deeptest/statictesthelper_test.go ./pkg/util/backoff/ ./pkg/util/backoff/BUILD.bazel ./pkg/util/backoff/backoff.go ./pkg/util/backoff/backoff_test.go ./pkg/util/cdcutil/ ./pkg/util/cdcutil/BUILD.bazel ./pkg/util/cdcutil/cdc.go ./pkg/util/cdcutil/cdc_test.go ./pkg/util/cdcutil/export_for_test.go ./pkg/util/ppcpuusage/ ./pkg/util/ppcpuusage/BUILD.bazel ./pkg/util/ppcpuusage/cpuusages.go ./pkg/util/trxevents/ ./pkg/util/trxevents/BUILD.bazel ./pkg/util/trxevents/trx_events.go ./pkg/util/wait_group_wrapper_test.go ./pkg/util/israce/ ./pkg/util/israce/BUILD.bazel ./pkg/util/israce/israce.go ./pkg/util/israce/norace.go ./pkg/util/urls_test.go ./pkg/util/ddl-checker/ ./pkg/util/ddl-checker/BUILD.bazel ./pkg/util/ddl-checker/ddl_syncer.go ./pkg/util/ddl-checker/executable_checker_test.go ./pkg/util/ddl-checker/executable_checker.go ./pkg/util/kvcache/ ./pkg/util/kvcache/BUILD.bazel ./pkg/util/kvcache/simple_lru_test.go ./pkg/util/kvcache/main_test.go ./pkg/util/kvcache/simple_lru.go ./pkg/util/dbutil/ ./pkg/util/dbutil/BUILD.bazel ./pkg/util/dbutil/index_test.go ./pkg/util/dbutil/common.go ./pkg/util/dbutil/types.go ./pkg/util/dbutil/retry.go ./pkg/util/dbutil/dbutiltest/ ./pkg/util/dbutil/dbutiltest/BUILD.bazel ./pkg/util/dbutil/dbutiltest/utils.go ./pkg/util/dbutil/table.go ./pkg/util/dbutil/query.go ./pkg/util/dbutil/common_test.go ./pkg/util/dbutil/variable.go ./pkg/util/dbutil/README.md ./pkg/util/dbutil/table_test.go ./pkg/util/dbutil/variable_test.go ./pkg/util/dbutil/interface.go ./pkg/util/dbutil/index.go ./pkg/util/dbutil/retry_test.go ./pkg/util/hint/ ./pkg/util/hint/BUILD.bazel ./pkg/util/hint/hint_processor.go ./pkg/util/hint/hint_query_block.go ./pkg/util/hint/hint.go ./pkg/util/promutil/ ./pkg/util/promutil/registry_test.go ./pkg/util/promutil/BUILD.bazel ./pkg/util/promutil/registry.go ./pkg/util/promutil/factory.go ./pkg/util/keydecoder/ ./pkg/util/keydecoder/BUILD.bazel ./pkg/util/keydecoder/main_test.go ./pkg/util/keydecoder/keydecoder_test.go ./pkg/util/keydecoder/keydecoder.go ./pkg/util/tiflash/ ./pkg/util/tiflash/BUILD.bazel ./pkg/util/tiflash/tiflash_replica_read.go ./pkg/util/errors_test.go ./pkg/util/schemacmp/ ./pkg/util/schemacmp/BUILD.bazel ./pkg/util/schemacmp/type.go ./pkg/util/schemacmp/lattice.go ./pkg/util/schemacmp/table.go ./pkg/util/schemacmp/lattice_test.go ./pkg/util/schemacmp/table_test.go ./pkg/util/schemacmp/type_test.go ./pkg/util/schemacmp/util.go ./pkg/util/split_test.go ./pkg/util/size/ ./pkg/util/size/BUILD.bazel ./pkg/util/size/size.go ./pkg/util/filter/ ./pkg/util/filter/BUILD.bazel ./pkg/util/filter/filter_test.go ./pkg/util/filter/filter.go ./pkg/util/filter/schema.go ./pkg/util/filter/schema_test.go ./pkg/util/filter/README.md ./pkg/util/nocopy/ ./pkg/util/nocopy/BUILD.bazel ./pkg/util/nocopy/nocopy.go ./pkg/util/cgmon/ ./pkg/util/cgmon/BUILD.bazel ./pkg/util/cgmon/cgmon.go ./pkg/util/selection/ ./pkg/util/selection/BUILD.bazel ./pkg/util/selection/main_test.go ./pkg/util/selection/selection_test.go ./pkg/util/selection/selection.go ./pkg/util/servicescope/ ./pkg/util/servicescope/BUILD.bazel ./pkg/util/servicescope/scope_test.go ./pkg/util/servicescope/scope.go ./pkg/util/cpu_windows.go ./pkg/util/importer/ ./pkg/util/importer/BUILD.bazel ./pkg/util/importer/db.go ./pkg/util/importer/rand.go ./pkg/util/importer/job.go ./pkg/util/importer/data.go ./pkg/util/importer/importer.go ./pkg/util/importer/config.go ./pkg/util/importer/parser.go ./pkg/util/table-filter/ ./pkg/util/table-filter/BUILD.bazel ./pkg/util/table-filter/compat.go ./pkg/util/table-filter/matchers.go ./pkg/util/table-filter/column_filter_test.go ./pkg/util/table-filter/compat_test.go ./pkg/util/table-filter/README.md ./pkg/util/table-filter/table_filter.go ./pkg/util/table-filter/column_filter.go ./pkg/util/table-filter/parser.go ./pkg/util/table-filter/table_filter_test.go ./pkg/util/table-router/ ./pkg/util/table-router/BUILD.bazel ./pkg/util/table-router/router.go ./pkg/util/table-router/router_test.go ./pkg/util/tls/ ./pkg/util/tls/BUILD.bazel ./pkg/util/tls/tls.go ./pkg/util/cpu_posix.go ./pkg/util/gcutil/ ./pkg/util/gcutil/BUILD.bazel ./pkg/util/gcutil/gcutil.go ./pkg/util/regexpr-router/ ./pkg/util/regexpr-router/BUILD.bazel ./pkg/util/regexpr-router/regexpr_router_test.go ./pkg/util/regexpr-router/regexpr_router.go ./pkg/util/skip/ ./pkg/util/skip/BUILD.bazel ./pkg/util/skip/skip.go ./pkg/util/cpuprofile/ ./pkg/util/cpuprofile/BUILD.bazel ./pkg/util/cpuprofile/pprof_api.go ./pkg/util/cpuprofile/testutil/ ./pkg/util/cpuprofile/testutil/BUILD.bazel ./pkg/util/cpuprofile/testutil/util.go ./pkg/util/cpuprofile/cpuprofile_test.go ./pkg/util/cpuprofile/cpuprofile.go ./pkg/util/dbterror/ ./pkg/util/dbterror/BUILD.bazel ./pkg/util/dbterror/terror.go ./pkg/util/dbterror/main_test.go ./pkg/util/dbterror/plannererrors/ ./pkg/util/dbterror/plannererrors/BUILD.bazel ./pkg/util/dbterror/plannererrors/planner_terror.go ./pkg/util/dbterror/plannererrors/errors_test.go ./pkg/util/dbterror/terror_test.go ./pkg/util/dbterror/exeerrors/ ./pkg/util/dbterror/exeerrors/BUILD.bazel ./pkg/util/dbterror/exeerrors/errors.go ./pkg/util/dbterror/ddl_terror.go ./pkg/util/topsql/ ./pkg/util/topsql/BUILD.bazel ./pkg/util/topsql/topsql.go ./pkg/util/topsql/stmtstats/ ./pkg/util/topsql/stmtstats/BUILD.bazel ./pkg/util/topsql/stmtstats/aggregator.go ./pkg/util/topsql/stmtstats/stmtstats.go ./pkg/util/topsql/stmtstats/aggregator_test.go ./pkg/util/topsql/stmtstats/stmtstats_test.go ./pkg/util/topsql/stmtstats/main_test.go ./pkg/util/topsql/stmtstats/kv_exec_count_test.go ./pkg/util/topsql/stmtstats/kv_exec_count.go ./pkg/util/topsql/topsql_test.go ./pkg/util/topsql/reporter/ ./pkg/util/topsql/reporter/single_target_test.go ./pkg/util/topsql/reporter/BUILD.bazel ./pkg/util/topsql/reporter/mock/ ./pkg/util/topsql/reporter/mock/BUILD.bazel ./pkg/util/topsql/reporter/mock/server.go ./pkg/util/topsql/reporter/mock/pubsub.go ./pkg/util/topsql/reporter/reporter_test.go ./pkg/util/topsql/reporter/single_target.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/pubsub_test.go ./pkg/util/topsql/reporter/metrics/ ./pkg/util/topsql/reporter/metrics/BUILD.bazel ./pkg/util/topsql/reporter/metrics/metrics.go ./pkg/util/topsql/reporter/pubsub.go ./pkg/util/topsql/reporter/datamodel_test.go ./pkg/util/topsql/reporter/datamodel.go ./pkg/util/topsql/reporter/datasink.go ./pkg/util/topsql/state/ ./pkg/util/topsql/state/BUILD.bazel ./pkg/util/topsql/state/state.go ./pkg/util/topsql/main_test.go ./pkg/util/topsql/collector/ ./pkg/util/topsql/collector/BUILD.bazel ./pkg/util/topsql/collector/mock/ ./pkg/util/topsql/collector/mock/BUILD.bazel ./pkg/util/topsql/collector/mock/mock.go ./pkg/util/topsql/collector/main_test.go ./pkg/util/topsql/collector/cpu.go ./pkg/util/wait_group_wrapper.go ./pkg/util/tiflashcompute/ ./pkg/util/tiflashcompute/BUILD.bazel ./pkg/util/tiflashcompute/topo_fetcher.go ./pkg/util/tiflashcompute/dispatch_policy.go ./pkg/util/util.go ./pkg/util/vitess/ ./pkg/util/vitess/BUILD.bazel ./pkg/util/vitess/vitess_hash_test.go ./pkg/util/vitess/main_test.go ./pkg/util/vitess/vitess_hash.go ./pkg/util/redact/ ./pkg/util/redact/BUILD.bazel ./pkg/util/redact/redact.go ./pkg/util/redact/redact_test.go ./pkg/util/versioninfo/ ./pkg/util/versioninfo/BUILD.bazel ./pkg/util/versioninfo/versioninfo.go ./pkg/statistics/ ./pkg/statistics/analyze_jobs.go ./pkg/statistics/integration_test.go ./pkg/statistics/column.go ./pkg/statistics/BUILD.bazel ./pkg/statistics/builder_ext_stats.go ./pkg/statistics/estimate.go ./pkg/statistics/scalar.go ./pkg/statistics/row_sampler.go ./pkg/statistics/builder.go ./pkg/statistics/testdata/ ./pkg/statistics/testdata/integration_suite_in.json ./pkg/statistics/testdata/integration_suite_out.json ./pkg/statistics/fmsketch.go ./pkg/statistics/histogram_bench_test.go ./pkg/statistics/histogram.go ./pkg/statistics/util/ ./pkg/statistics/util/BUILD.bazel ./pkg/statistics/util/json_objects.go ./pkg/statistics/scalar_test.go ./pkg/statistics/cmsketch.go ./pkg/statistics/builder_test.go ./pkg/statistics/statistics_test.go ./pkg/statistics/histogram_test.go ./pkg/statistics/main_test.go ./pkg/statistics/analyze.go ./pkg/statistics/table.go ./pkg/statistics/sample_test.go ./pkg/statistics/OWNERS ./pkg/statistics/debugtrace.go ./pkg/statistics/cmsketch_util.go ./pkg/statistics/handle/ ./pkg/statistics/handle/autoanalyze/ ./pkg/statistics/handle/autoanalyze/exec/ ./pkg/statistics/handle/autoanalyze/exec/BUILD.bazel ./pkg/statistics/handle/autoanalyze/exec/exec_test.go ./pkg/statistics/handle/autoanalyze/exec/exec.go ./pkg/statistics/handle/autoanalyze/BUILD.bazel ./pkg/statistics/handle/autoanalyze/autoanalyze.go ./pkg/statistics/handle/autoanalyze/autoanalyze_test.go ./pkg/statistics/handle/autoanalyze/refresher/ ./pkg/statistics/handle/autoanalyze/refresher/BUILD.bazel ./pkg/statistics/handle/autoanalyze/refresher/refresher_test.go ./pkg/statistics/handle/autoanalyze/refresher/worker.go ./pkg/statistics/handle/autoanalyze/refresher/main_test.go ./pkg/statistics/handle/autoanalyze/refresher/refresher.go ./pkg/statistics/handle/autoanalyze/refresher/worker_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/ ./pkg/statistics/handle/autoanalyze/priorityqueue/BUILD.bazel ./pkg/statistics/handle/autoanalyze/priorityqueue/interval_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/non_partitioned_table_analysis_job_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/dynamic_partitioned_table_analysis_job.go ./pkg/statistics/handle/autoanalyze/priorityqueue/analysis_job_factory_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/calculator_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/queue_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/interval.go ./pkg/statistics/handle/autoanalyze/priorityqueue/analysis_job_factory.go ./pkg/statistics/handle/autoanalyze/priorityqueue/heap_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/static_partitioned_table_analysis_job_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/main_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/calculator.go ./pkg/statistics/handle/autoanalyze/priorityqueue/job.go ./pkg/statistics/handle/autoanalyze/priorityqueue/job_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/queue_ddl_handler.go ./pkg/statistics/handle/autoanalyze/priorityqueue/queue.go ./pkg/statistics/handle/autoanalyze/priorityqueue/heap.go ./pkg/statistics/handle/autoanalyze/priorityqueue/queue_ddl_handler_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/dynamic_partitioned_table_analysis_job_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/non_partitioned_table_analysis_job.go ./pkg/statistics/handle/autoanalyze/priorityqueue/static_partitioned_table_analysis_job.go ./pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis/ ./pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis/BUILD.bazel ./pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis/testdata/ ./pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis/testdata/calculated_priorities.golden.csv ./pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis/calculator_analysis_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis/main_test.go ./pkg/statistics/handle/autoanalyze/priorityqueue/calculatoranalysis/README.md ./pkg/statistics/handle/updatetest/ ./pkg/statistics/handle/updatetest/BUILD.bazel ./pkg/statistics/handle/updatetest/main_test.go ./pkg/statistics/handle/updatetest/update_test.go ./pkg/statistics/handle/BUILD.bazel ./pkg/statistics/handle/cache/ ./pkg/statistics/handle/cache/BUILD.bazel ./pkg/statistics/handle/cache/internal/ ./pkg/statistics/handle/cache/internal/BUILD.bazel ./pkg/statistics/handle/cache/internal/lfu/ ./pkg/statistics/handle/cache/internal/lfu/BUILD.bazel ./pkg/statistics/handle/cache/internal/lfu/key_set_shard.go ./pkg/statistics/handle/cache/internal/lfu/key_set.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/mapcache/ ./pkg/statistics/handle/cache/internal/mapcache/BUILD.bazel ./pkg/statistics/handle/cache/internal/mapcache/map_cache.go ./pkg/statistics/handle/cache/internal/inner.go ./pkg/statistics/handle/cache/internal/testutil/ ./pkg/statistics/handle/cache/internal/testutil/BUILD.bazel ./pkg/statistics/handle/cache/internal/testutil/testutil.go ./pkg/statistics/handle/cache/internal/metrics/ ./pkg/statistics/handle/cache/internal/metrics/BUILD.bazel ./pkg/statistics/handle/cache/internal/metrics/metrics.go ./pkg/statistics/handle/cache/statscacheinner.go ./pkg/statistics/handle/cache/statscache.go ./pkg/statistics/handle/cache/bench_test.go ./pkg/statistics/handle/cache/statscache_test.go ./pkg/statistics/handle/cache/stats_table_row_cache.go ./pkg/statistics/handle/usage/ ./pkg/statistics/handle/usage/BUILD.bazel ./pkg/statistics/handle/usage/session_stats_collect.go ./pkg/statistics/handle/usage/indexusage/ ./pkg/statistics/handle/usage/indexusage/BUILD.bazel ./pkg/statistics/handle/usage/indexusage/collector_test.go ./pkg/statistics/handle/usage/indexusage/collector.go ./pkg/statistics/handle/usage/session_stats_collect_test.go ./pkg/statistics/handle/usage/index_usage_integration_test.go ./pkg/statistics/handle/usage/predicatecolumn/ ./pkg/statistics/handle/usage/predicatecolumn/BUILD.bazel ./pkg/statistics/handle/usage/predicatecolumn/predicate_column.go ./pkg/statistics/handle/usage/index_usage.go ./pkg/statistics/handle/usage/predicate_column.go ./pkg/statistics/handle/usage/predicate_column_test.go ./pkg/statistics/handle/usage/collector/ ./pkg/statistics/handle/usage/collector/BUILD.bazel ./pkg/statistics/handle/usage/collector/collector_test.go ./pkg/statistics/handle/usage/collector/collector.go ./pkg/statistics/handle/lockstats/ ./pkg/statistics/handle/lockstats/BUILD.bazel ./pkg/statistics/handle/lockstats/lock_stats.go ./pkg/statistics/handle/lockstats/lock_stats_test.go ./pkg/statistics/handle/lockstats/main_test.go ./pkg/statistics/handle/lockstats/unlock_stats.go ./pkg/statistics/handle/lockstats/query_lock.go ./pkg/statistics/handle/lockstats/unlock_stats_test.go ./pkg/statistics/handle/lockstats/query_lock_test.go ./pkg/statistics/handle/ddl/ ./pkg/statistics/handle/ddl/BUILD.bazel ./pkg/statistics/handle/ddl/ddl_test.go ./pkg/statistics/handle/ddl/subscriber.go ./pkg/statistics/handle/ddl/testutil/ ./pkg/statistics/handle/ddl/testutil/BUILD.bazel ./pkg/statistics/handle/ddl/testutil/util.go ./pkg/statistics/handle/ddl/ddl.go ./pkg/statistics/handle/bootstrap.go ./pkg/statistics/handle/internal/ ./pkg/statistics/handle/internal/BUILD.bazel ./pkg/statistics/handle/internal/testutil.go ./pkg/statistics/handle/handle.go ./pkg/statistics/handle/syncload/ ./pkg/statistics/handle/syncload/BUILD.bazel ./pkg/statistics/handle/syncload/stats_syncload.go ./pkg/statistics/handle/syncload/stats_syncload_test.go ./pkg/statistics/handle/util/ ./pkg/statistics/handle/util/BUILD.bazel ./pkg/statistics/handle/util/util_test.go ./pkg/statistics/handle/util/table_info.go ./pkg/statistics/handle/util/lease_getter.go ./pkg/statistics/handle/util/pool.go ./pkg/statistics/handle/util/test/ ./pkg/statistics/handle/util/test/BUILD.bazel ./pkg/statistics/handle/util/test/ctx_matcher.go ./pkg/statistics/handle/util/auto_analyze_proc_id_generator.go ./pkg/statistics/handle/util/util.go ./pkg/statistics/handle/storage/ ./pkg/statistics/handle/storage/read_test.go ./pkg/statistics/handle/storage/BUILD.bazel ./pkg/statistics/handle/storage/gc.go ./pkg/statistics/handle/storage/read.go ./pkg/statistics/handle/storage/save.go ./pkg/statistics/handle/storage/json.go ./pkg/statistics/handle/storage/update.go ./pkg/statistics/handle/storage/stats_read_writer_test.go ./pkg/statistics/handle/storage/dump_test.go ./pkg/statistics/handle/storage/gc_test.go ./pkg/statistics/handle/storage/stats_read_writer.go ./pkg/statistics/handle/logutil/ ./pkg/statistics/handle/logutil/logutil.go ./pkg/statistics/handle/logutil/BUILD.bazel ./pkg/statistics/handle/main_test.go ./pkg/statistics/handle/history/ ./pkg/statistics/handle/history/BUILD.bazel ./pkg/statistics/handle/history/history_stats.go ./pkg/statistics/handle/metrics/ ./pkg/statistics/handle/metrics/BUILD.bazel ./pkg/statistics/handle/metrics/metrics.go ./pkg/statistics/handle/handletest/ ./pkg/statistics/handle/handletest/BUILD.bazel ./pkg/statistics/handle/handletest/lockstats/ ./pkg/statistics/handle/handletest/lockstats/BUILD.bazel ./pkg/statistics/handle/handletest/lockstats/main_test.go ./pkg/statistics/handle/handletest/lockstats/lock_partition_stats_test.go ./pkg/statistics/handle/handletest/lockstats/lock_table_stats_test.go ./pkg/statistics/handle/handletest/main_test.go ./pkg/statistics/handle/handletest/statstest/ ./pkg/statistics/handle/handletest/statstest/BUILD.bazel ./pkg/statistics/handle/handletest/statstest/stats_test.go ./pkg/statistics/handle/handletest/statstest/main_test.go ./pkg/statistics/handle/handletest/handle_test.go ./pkg/statistics/handle/handletest/initstats/ ./pkg/statistics/handle/handletest/initstats/BUILD.bazel ./pkg/statistics/handle/handletest/initstats/main_test.go ./pkg/statistics/handle/handletest/initstats/load_stats_test.go ./pkg/statistics/handle/handletest/analyze/ ./pkg/statistics/handle/handletest/analyze/BUILD.bazel ./pkg/statistics/handle/handletest/analyze/main_test.go ./pkg/statistics/handle/handletest/analyze/analyze_test.go ./pkg/statistics/handle/initstats/ ./pkg/statistics/handle/initstats/BUILD.bazel ./pkg/statistics/handle/initstats/load_stats.go ./pkg/statistics/handle/initstats/load_stats_page.go ./pkg/statistics/handle/globalstats/ ./pkg/statistics/handle/globalstats/global_stats_async.go ./pkg/statistics/handle/globalstats/BUILD.bazel ./pkg/statistics/handle/globalstats/global_stats.go ./pkg/statistics/handle/globalstats/global_stats_test.go ./pkg/statistics/handle/globalstats/merge_worker.go ./pkg/statistics/handle/globalstats/topn_bench_test.go ./pkg/statistics/handle/globalstats/topn.go ./pkg/statistics/handle/globalstats/main_test.go ./pkg/statistics/handle/globalstats/global_stats_internal_test.go ./pkg/statistics/handle/globalstats/topn_test.go ./pkg/statistics/handle/types/ ./pkg/statistics/handle/types/BUILD.bazel ./pkg/statistics/handle/types/interfaces.go ./pkg/statistics/sample.go ./pkg/statistics/table_test.go ./pkg/statistics/cmsketch_test.go ./pkg/statistics/index.go ./pkg/statistics/bench_daily_test.go ./pkg/statistics/fmsketch_test.go ./pkg/statistics/asyncload/ ./pkg/statistics/asyncload/BUILD.bazel ./pkg/statistics/asyncload/async_load.go ./pkg/statistics/asyncload/async_load_test.go ./pkg/extension/ ./pkg/extension/.gitignore ./pkg/extension/registry_test.go ./pkg/extension/bootstrap_test.go ./pkg/extension/BUILD.bazel ./pkg/extension/_import/ ./pkg/extension/_import/BUILD.bazel ./pkg/extension/_import/import.go ./pkg/extension/enterprise/ ./pkg/extension/enterprise/.git ./pkg/extension/enterprise/audit/ ./pkg/extension/enterprise/audit/sysvar_test.go ./pkg/extension/enterprise/audit/BUILD.bazel ./pkg/extension/enterprise/audit/util_test.go ./pkg/extension/enterprise/audit/filter_test.go ./pkg/extension/enterprise/audit/function_test.go ./pkg/extension/enterprise/audit/manager.go ./pkg/extension/enterprise/audit/filter.go ./pkg/extension/enterprise/audit/main_test.go ./pkg/extension/enterprise/audit/register.go ./pkg/extension/enterprise/audit/logger.go ./pkg/extension/enterprise/audit/entry.go ./pkg/extension/enterprise/audit/manager_test.go ./pkg/extension/enterprise/audit/logger_test.go ./pkg/extension/enterprise/audit/entry_test.go ./pkg/extension/enterprise/audit/util.go ./pkg/extension/enterprise/generate/ ./pkg/extension/enterprise/generate/main.go ./pkg/extension/enterprise/OWNERS ./pkg/extension/enterprise/README.md ./pkg/extension/extensionimpl/ ./pkg/extension/extensionimpl/BUILD.bazel ./pkg/extension/extensionimpl/bootstrap.go ./pkg/extension/function_test.go ./pkg/extension/auth_test.go ./pkg/extension/extensions.go ./pkg/extension/manifest.go ./pkg/extension/session.go ./pkg/extension/main_test.go ./pkg/extension/registry.go ./pkg/extension/auth.go ./pkg/extension/README.md ./pkg/extension/event_listener_test.go ./pkg/extension/function.go ./pkg/extension/util.go ./pkg/resourcemanager/ ./pkg/resourcemanager/BUILD.bazel ./pkg/resourcemanager/schedule.go ./pkg/resourcemanager/util/ ./pkg/resourcemanager/util/BUILD.bazel ./pkg/resourcemanager/util/shard_pool_map_test.go ./pkg/resourcemanager/util/mock_gpool.go ./pkg/resourcemanager/util/util.go ./pkg/resourcemanager/util/shard_pool_map.go ./pkg/resourcemanager/scheduler/ ./pkg/resourcemanager/scheduler/BUILD.bazel ./pkg/resourcemanager/scheduler/cpu_scheduler.go ./pkg/resourcemanager/scheduler/scheduler.go ./pkg/resourcemanager/poolmanager/ ./pkg/resourcemanager/poolmanager/BUILD.bazel ./pkg/resourcemanager/poolmanager/task_manager.go ./pkg/resourcemanager/poolmanager/task_manager_iterator.go ./pkg/resourcemanager/poolmanager/task_manager_scheduler.go ./pkg/resourcemanager/schedule_test.go ./pkg/resourcemanager/OWNERS ./pkg/resourcemanager/rm.go ./pkg/resourcemanager/pool/ ./pkg/resourcemanager/pool/BUILD.bazel ./pkg/resourcemanager/pool/basepool.go ./pkg/resourcemanager/pool/workerpool/ ./pkg/resourcemanager/pool/workerpool/BUILD.bazel ./pkg/resourcemanager/pool/workerpool/main_test.go ./pkg/resourcemanager/pool/workerpool/workerpool.go ./pkg/resourcemanager/pool/workerpool/workpool_test.go ./pkg/resourcemanager/pool/spool/ ./pkg/resourcemanager/pool/spool/BUILD.bazel ./pkg/resourcemanager/pool/spool/spool_test.go ./pkg/resourcemanager/pool/spool/main_test.go ./pkg/resourcemanager/pool/spool/option.go ./pkg/resourcemanager/pool/spool/spool.go ./pkg/disttask/ ./pkg/disttask/operator/ ./pkg/disttask/operator/BUILD.bazel ./pkg/disttask/operator/pipeline_test.go ./pkg/disttask/operator/compose.go ./pkg/disttask/operator/operator.go ./pkg/disttask/operator/pipeline.go ./pkg/disttask/operator/wrapper.go ./pkg/disttask/framework/ ./pkg/disttask/framework/BUILD.bazel ./pkg/disttask/framework/mock/ ./pkg/disttask/framework/mock/BUILD.bazel ./pkg/disttask/framework/mock/storage_manager_mock.go ./pkg/disttask/framework/mock/scheduler_mock.go ./pkg/disttask/framework/mock/execute/ ./pkg/disttask/framework/mock/execute/BUILD.bazel ./pkg/disttask/framework/mock/execute/execute_mock.go ./pkg/disttask/framework/mock/plan_mock.go ./pkg/disttask/framework/mock/task_executor_mock.go ./pkg/disttask/framework/planner/ ./pkg/disttask/framework/planner/BUILD.bazel ./pkg/disttask/framework/planner/planner.go ./pkg/disttask/framework/planner/planner_test.go ./pkg/disttask/framework/planner/plan_test.go ./pkg/disttask/framework/planner/plan.go ./pkg/disttask/framework/testutil/ ./pkg/disttask/framework/testutil/BUILD.bazel ./pkg/disttask/framework/testutil/context.go ./pkg/disttask/framework/testutil/executor_util.go ./pkg/disttask/framework/testutil/task_util.go ./pkg/disttask/framework/testutil/disttest_util.go ./pkg/disttask/framework/testutil/table_util.go ./pkg/disttask/framework/testutil/scheduler_util.go ./pkg/disttask/framework/doc.go ./pkg/disttask/framework/storage/ ./pkg/disttask/framework/storage/BUILD.bazel ./pkg/disttask/framework/storage/task_state.go ./pkg/disttask/framework/storage/task_state_test.go ./pkg/disttask/framework/storage/converter.go ./pkg/disttask/framework/storage/task_table.go ./pkg/disttask/framework/storage/task_table_test.go ./pkg/disttask/framework/storage/history.go ./pkg/disttask/framework/storage/table_test.go ./pkg/disttask/framework/storage/nodes.go ./pkg/disttask/framework/storage/subtask_state.go ./pkg/disttask/framework/scheduler/ ./pkg/disttask/framework/scheduler/state_transform.go ./pkg/disttask/framework/scheduler/BUILD.bazel ./pkg/disttask/framework/scheduler/scheduler_manager.go ./pkg/disttask/framework/scheduler/slots_test.go ./pkg/disttask/framework/scheduler/mock/ ./pkg/disttask/framework/scheduler/mock/BUILD.bazel ./pkg/disttask/framework/scheduler/mock/scheduler_mock.go ./pkg/disttask/framework/scheduler/balancer_test.go ./pkg/disttask/framework/scheduler/scheduler_test.go ./pkg/disttask/framework/scheduler/scheduler_manager_nokit_test.go ./pkg/disttask/framework/scheduler/nodes_test.go ./pkg/disttask/framework/scheduler/scheduler.go ./pkg/disttask/framework/scheduler/balancer.go ./pkg/disttask/framework/scheduler/main_test.go ./pkg/disttask/framework/scheduler/collector.go ./pkg/disttask/framework/scheduler/scheduler_nokit_test.go ./pkg/disttask/framework/scheduler/slots.go ./pkg/disttask/framework/scheduler/interface.go ./pkg/disttask/framework/scheduler/scheduler_manager_test.go ./pkg/disttask/framework/scheduler/nodes.go ./pkg/disttask/framework/taskexecutor/ ./pkg/disttask/framework/taskexecutor/BUILD.bazel ./pkg/disttask/framework/taskexecutor/slot.go ./pkg/disttask/framework/taskexecutor/manager.go ./pkg/disttask/framework/taskexecutor/task_executor.go ./pkg/disttask/framework/taskexecutor/execute/ ./pkg/disttask/framework/taskexecutor/execute/BUILD.bazel ./pkg/disttask/framework/taskexecutor/execute/interface.go ./pkg/disttask/framework/taskexecutor/register_test.go ./pkg/disttask/framework/taskexecutor/main_test.go ./pkg/disttask/framework/taskexecutor/task_executor_testkit_test.go ./pkg/disttask/framework/taskexecutor/register.go ./pkg/disttask/framework/taskexecutor/task_executor_test.go ./pkg/disttask/framework/taskexecutor/interface.go ./pkg/disttask/framework/taskexecutor/manager_test.go ./pkg/disttask/framework/taskexecutor/slot_test.go ./pkg/disttask/framework/proto/ ./pkg/disttask/framework/proto/BUILD.bazel ./pkg/disttask/framework/proto/step.go ./pkg/disttask/framework/proto/modify.go ./pkg/disttask/framework/proto/step_test.go ./pkg/disttask/framework/proto/type.go ./pkg/disttask/framework/proto/task_test.go ./pkg/disttask/framework/proto/subtask.go ./pkg/disttask/framework/proto/type_test.go ./pkg/disttask/framework/proto/task.go ./pkg/disttask/framework/proto/node.go ./pkg/disttask/framework/proto/subtask_test.go ./pkg/disttask/framework/handle/ ./pkg/disttask/framework/handle/BUILD.bazel ./pkg/disttask/framework/handle/handle.go ./pkg/disttask/framework/handle/handle_test.go ./pkg/disttask/framework/integrationtests/ ./pkg/disttask/framework/integrationtests/BUILD.bazel ./pkg/disttask/framework/integrationtests/framework_test.go ./pkg/disttask/framework/integrationtests/framework_pause_and_resume_test.go ./pkg/disttask/framework/integrationtests/framework_ha_test.go ./pkg/disttask/framework/integrationtests/framework_rollback_test.go ./pkg/disttask/framework/integrationtests/framework_scope_test.go ./pkg/disttask/framework/integrationtests/bench_test.go ./pkg/disttask/framework/integrationtests/framework_err_handling_test.go ./pkg/disttask/framework/integrationtests/main_test.go ./pkg/disttask/framework/integrationtests/modify_test.go ./pkg/disttask/framework/integrationtests/resource_control_test.go ./pkg/disttask/example/ ./pkg/disttask/example/BUILD.bazel ./pkg/disttask/example/app_test.go ./pkg/disttask/example/task_executor.go ./pkg/disttask/example/scheduler.go ./pkg/disttask/example/proto.go ./pkg/disttask/example/doc.go ./pkg/disttask/OWNERS ./pkg/disttask/importinto/ ./pkg/disttask/importinto/BUILD.bazel ./pkg/disttask/importinto/mock/ ./pkg/disttask/importinto/mock/BUILD.bazel ./pkg/disttask/importinto/mock/import_mock.go ./pkg/disttask/importinto/subtask_executor.go ./pkg/disttask/importinto/task_executor.go ./pkg/disttask/importinto/scheduler_test.go ./pkg/disttask/importinto/scheduler.go ./pkg/disttask/importinto/scheduler_testkit_test.go ./pkg/disttask/importinto/proto.go ./pkg/disttask/importinto/encode_and_sort_operator.go ./pkg/disttask/importinto/task_executor_testkit_test.go ./pkg/disttask/importinto/planner.go ./pkg/disttask/importinto/encode_and_sort_operator_test.go ./pkg/disttask/importinto/job.go ./pkg/disttask/importinto/clean_s3.go ./pkg/disttask/importinto/wrapper_test.go ./pkg/disttask/importinto/metrics.go ./pkg/disttask/importinto/metrics_test.go ./pkg/disttask/importinto/task_executor_test.go ./pkg/disttask/importinto/planner_test.go ./pkg/disttask/importinto/job_testkit_test.go ./pkg/disttask/importinto/wrapper.go ./pkg/privilege/ ./pkg/privilege/BUILD.bazel ./pkg/privilege/conn/ ./pkg/privilege/conn/BUILD.bazel ./pkg/privilege/conn/conn.go ./pkg/privilege/privileges/ ./pkg/privilege/privileges/BUILD.bazel ./pkg/privilege/privileges/cache.go ./pkg/privilege/privileges/tidb_auth_token_test.go ./pkg/privilege/privileges/main_test.go ./pkg/privilege/privileges/errors.go ./pkg/privilege/privileges/ldap/ ./pkg/privilege/privileges/ldap/ldap_common.go ./pkg/privilege/privileges/ldap/BUILD.bazel ./pkg/privilege/privileges/ldap/sasl.go ./pkg/privilege/privileges/ldap/ldap_common_test.go ./pkg/privilege/privileges/ldap/const.go ./pkg/privilege/privileges/ldap/test/ ./pkg/privilege/privileges/ldap/test/ldap.key ./pkg/privilege/privileges/ldap/test/ca.crt ./pkg/privilege/privileges/ldap/test/ldap.crt ./pkg/privilege/privileges/ldap/simple.go ./pkg/privilege/privileges/tidb_auth_token.go ./pkg/privilege/privileges/privileges_test.go ./pkg/privilege/privileges/privileges.go ./pkg/privilege/privileges/cache_test.go ./pkg/privilege/privilege.go ./pkg/session/ ./pkg/session/bootstrap_test.go ./pkg/session/BUILD.bazel ./pkg/session/tidb_test.go ./pkg/session/nontransactionaltest/ ./pkg/session/nontransactionaltest/BUILD.bazel ./pkg/session/nontransactionaltest/nontransactional_test.go ./pkg/session/nontransactionaltest/main_test.go ./pkg/session/session_test.go ./pkg/session/advisory_locks.go ./pkg/session/bootstrap.go ./pkg/session/contextimpl.go ./pkg/session/txn.go ./pkg/session/schematest/ ./pkg/session/schematest/BUILD.bazel ./pkg/session/schematest/schema_test.go ./pkg/session/schematest/main_test.go ./pkg/session/bench_test.go ./pkg/session/sync_upgrade.go ./pkg/session/session.go ./pkg/session/mock_bootstrap.go ./pkg/session/main_test.go ./pkg/session/temporarytabletest/ ./pkg/session/temporarytabletest/BUILD.bazel ./pkg/session/temporarytabletest/temporary_table_test.go ./pkg/session/temporarytabletest/main_test.go ./pkg/session/clusteredindextest/ ./pkg/session/clusteredindextest/BUILD.bazel ./pkg/session/clusteredindextest/clustered_index_test.go ./pkg/session/clusteredindextest/main_test.go ./pkg/session/bootstraptest/ ./pkg/session/bootstraptest/BUILD.bazel ./pkg/session/bootstraptest/main_test.go ./pkg/session/bootstraptest/bootstrap_upgrade_test.go ./pkg/session/cursor/ ./pkg/session/cursor/BUILD.bazel ./pkg/session/cursor/tracker_test.go ./pkg/session/cursor/state.go ./pkg/session/cursor/tracker.go ./pkg/session/tidb.go ./pkg/session/resourcegrouptest/ ./pkg/session/resourcegrouptest/BUILD.bazel ./pkg/session/resourcegrouptest/resource_group_test.go ./pkg/session/OWNERS ./pkg/session/metrics/ ./pkg/session/metrics/BUILD.bazel ./pkg/session/metrics/metrics.go ./pkg/session/test/ ./pkg/session/test/BUILD.bazel ./pkg/session/test/variable/ ./pkg/session/test/variable/BUILD.bazel ./pkg/session/test/variable/main_test.go ./pkg/session/test/variable/variable_test.go ./pkg/session/test/tidb_test.go ./pkg/session/test/session_test.go ./pkg/session/test/txn/ ./pkg/session/test/txn/BUILD.bazel ./pkg/session/test/txn/txn_test.go ./pkg/session/test/txn/main_test.go ./pkg/session/test/privileges/ ./pkg/session/test/privileges/BUILD.bazel ./pkg/session/test/privileges/main_test.go ./pkg/session/test/privileges/privileges_test.go ./pkg/session/test/main_test.go ./pkg/session/test/meta/ ./pkg/session/test/meta/BUILD.bazel ./pkg/session/test/meta/session_test.go ./pkg/session/test/meta/main_test.go ./pkg/session/test/vars/ ./pkg/session/test/vars/BUILD.bazel ./pkg/session/test/vars/main_test.go ./pkg/session/test/vars/vars_test.go ./pkg/session/test/common/ ./pkg/session/test/common/BUILD.bazel ./pkg/session/test/common/main_test.go ./pkg/session/test/common/common_test.go ./pkg/session/txninfo/ ./pkg/session/txninfo/BUILD.bazel ./pkg/session/txninfo/summary.go ./pkg/session/txninfo/txn_info.go ./pkg/session/testutil.go ./pkg/session/txnmanager.go ./pkg/session/types/ ./pkg/session/types/BUILD.bazel ./pkg/session/types/sesson_interface.go ./pkg/session/nontransactional.go ./pkg/errctx/ ./pkg/errctx/BUILD.bazel ./pkg/errctx/context.go ./pkg/errctx/context_test.go ./pkg/ttl/ ./pkg/ttl/sqlbuilder/ ./pkg/ttl/sqlbuilder/BUILD.bazel ./pkg/ttl/sqlbuilder/main_test.go ./pkg/ttl/sqlbuilder/sql_test.go ./pkg/ttl/sqlbuilder/sql.go ./pkg/ttl/cache/ ./pkg/ttl/cache/BUILD.bazel ./pkg/ttl/cache/base.go ./pkg/ttl/cache/main_test.go ./pkg/ttl/cache/table.go ./pkg/ttl/cache/task_test.go ./pkg/ttl/cache/ttlstatus.go ./pkg/ttl/cache/table_test.go ./pkg/ttl/cache/base_test.go ./pkg/ttl/cache/split_test.go ./pkg/ttl/cache/ttlstatus_test.go ./pkg/ttl/cache/infoschema.go ./pkg/ttl/cache/infoschema_test.go ./pkg/ttl/cache/task.go ./pkg/ttl/session/ ./pkg/ttl/session/sysvar_test.go ./pkg/ttl/session/BUILD.bazel ./pkg/ttl/session/session_test.go ./pkg/ttl/session/session.go ./pkg/ttl/session/main_test.go ./pkg/ttl/metrics/ ./pkg/ttl/metrics/BUILD.bazel ./pkg/ttl/metrics/metrics.go ./pkg/ttl/metrics/metrics_test.go ./pkg/ttl/client/ ./pkg/ttl/client/BUILD.bazel ./pkg/ttl/client/notification.go ./pkg/ttl/client/command_test.go ./pkg/ttl/client/command.go ./pkg/ttl/ttlworker/ ./pkg/ttl/ttlworker/scan_integration_test.go ./pkg/ttl/ttlworker/task_manager_integration_test.go ./pkg/ttl/ttlworker/BUILD.bazel ./pkg/ttl/ttlworker/task_manager.go ./pkg/ttl/ttlworker/session_test.go ./pkg/ttl/ttlworker/worker.go ./pkg/ttl/ttlworker/task_manager_test.go ./pkg/ttl/ttlworker/timer.go ./pkg/ttl/ttlworker/session.go ./pkg/ttl/ttlworker/scan_test.go ./pkg/ttl/ttlworker/job.go ./pkg/ttl/ttlworker/job_manager.go ./pkg/ttl/ttlworker/scan.go ./pkg/ttl/ttlworker/timer_sync.go ./pkg/ttl/ttlworker/timer_test.go ./pkg/ttl/ttlworker/del_test.go ./pkg/ttl/ttlworker/job_manager_integration_test.go ./pkg/ttl/ttlworker/timer_sync_test.go ./pkg/ttl/ttlworker/session_integration_test.go ./pkg/ttl/ttlworker/config.go ./pkg/ttl/ttlworker/del.go ./pkg/ttl/ttlworker/job_manager_test.go ./pkg/expression/ ./pkg/expression/builtin_like_vec.go ./pkg/expression/builtin_encryption.go ./pkg/expression/aggregation/ ./pkg/expression/aggregation/descriptor.go ./pkg/expression/aggregation/BUILD.bazel ./pkg/expression/aggregation/agg_to_pb.go ./pkg/expression/aggregation/util_test.go ./pkg/expression/aggregation/count.go ./pkg/expression/aggregation/max_min.go ./pkg/expression/aggregation/base_func_test.go ./pkg/expression/aggregation/bench_test.go ./pkg/expression/aggregation/agg_to_pb_test.go ./pkg/expression/aggregation/bit_xor.go ./pkg/expression/aggregation/main_test.go ./pkg/expression/aggregation/base_func.go ./pkg/expression/aggregation/sum.go ./pkg/expression/aggregation/concat.go ./pkg/expression/aggregation/bit_and.go ./pkg/expression/aggregation/bit_or.go ./pkg/expression/aggregation/first_row.go ./pkg/expression/aggregation/window_func.go ./pkg/expression/aggregation/explain.go ./pkg/expression/aggregation/aggregation_test.go ./pkg/expression/aggregation/aggregation.go ./pkg/expression/aggregation/util.go ./pkg/expression/aggregation/avg.go ./pkg/expression/evaluator_test.go ./pkg/expression/vs_helper.go ./pkg/expression/builtin_miscellaneous_vec.go ./pkg/expression/exprctx/ ./pkg/expression/exprctx/BUILD.bazel ./pkg/expression/exprctx/context_override_test.go ./pkg/expression/exprctx/context.go ./pkg/expression/exprctx/optional.go ./pkg/expression/exprctx/optional_test.go ./pkg/expression/exprctx/param.go ./pkg/expression/column.go ./pkg/expression/BUILD.bazel ./pkg/expression/builtin_cast_vec_test.go ./pkg/expression/builtin_op_vec_test.go ./pkg/expression/builtin_time.go ./pkg/expression/typeinfer_test.go ./pkg/expression/builtin_math_vec.go ./pkg/expression/util_test.go ./pkg/expression/builtin_string.go ./pkg/expression/context.go ./pkg/expression/builtin_string_test.go ./pkg/expression/integration_test/ ./pkg/expression/integration_test/integration_test.go ./pkg/expression/integration_test/BUILD.bazel ./pkg/expression/integration_test/main_test.go ./pkg/expression/integration_test/README.md ./pkg/expression/builtin_vec_vec_test.go ./pkg/expression/grouping_sets_test.go ./pkg/expression/builtin_math.go ./pkg/expression/grouping_sets.go ./pkg/expression/builtin_json_vec.go ./pkg/expression/collation_test.go ./pkg/expression/builtin_encryption_vec_test.go ./pkg/expression/builtin_compare_test.go ./pkg/expression/builtin_info_vec_test.go ./pkg/expression/builtin_time_test.go ./pkg/expression/column_test.go ./pkg/expression/function_traits_test.go ./pkg/expression/builtin_miscellaneous_vec_test.go ./pkg/expression/builtin_encryption_test.go ./pkg/expression/builtin.go ./pkg/expression/builtin_string_vec.go ./pkg/expression/exprstatic/ ./pkg/expression/exprstatic/BUILD.bazel ./pkg/expression/exprstatic/exprctx_test.go ./pkg/expression/exprstatic/exprctx.go ./pkg/expression/exprstatic/evalctx.go ./pkg/expression/exprstatic/evalctx_test.go ./pkg/expression/distsql_builtin_test.go ./pkg/expression/builtin_vec.go ./pkg/expression/builtin_vectorized.go ./pkg/expression/builtin_time_vec_generated.go ./pkg/expression/builtin_miscellaneous.go ./pkg/expression/builtin_op.go ./pkg/expression/bench_test.go ./pkg/expression/builtin_string_vec_test.go ./pkg/expression/schema.go ./pkg/expression/builtin_regexp.go ./pkg/expression/builtin_like.go ./pkg/expression/builtin_encryption_vec.go ./pkg/expression/builtin_math_vec_test.go ./pkg/expression/builtin_threadunsafe_generated.go ./pkg/expression/builtin_func_param.go ./pkg/expression/builtin_other.go ./pkg/expression/builtin_regexp_vec_const_test.go ./pkg/expression/infer_pushdown.go ./pkg/expression/builtin_regexp_test.go ./pkg/expression/builtin_time_vec.go ./pkg/expression/builtin_cast_bench_test.go ./pkg/expression/builtin_cast.go ./pkg/expression/helper_test.go ./pkg/expression/expression_test.go ./pkg/expression/builtin_control.go ./pkg/expression/schema_test.go ./pkg/expression/builtin_convert_charset.go ./pkg/expression/builtin_string_vec_generated.go ./pkg/expression/builtin_info.go ./pkg/expression/function_traits.go ./pkg/expression/builtin_time_vec_generated_test.go ./pkg/expression/simple_rewriter_test.go ./pkg/expression/main_test.go ./pkg/expression/generator/ ./pkg/expression/generator/BUILD.bazel ./pkg/expression/generator/other_vec.go ./pkg/expression/generator/control_vec.go ./pkg/expression/generator/string_vec.go ./pkg/expression/generator/compare_vec.go ./pkg/expression/generator/helper/ ./pkg/expression/generator/helper/BUILD.bazel ./pkg/expression/generator/helper/helper.go ./pkg/expression/generator/builtin_threadsafe.go ./pkg/expression/generator/time_vec.go ./pkg/expression/builtin_other_vec.go ./pkg/expression/simple_rewriter.go ./pkg/expression/collation.go ./pkg/expression/expr_to_pb_test.go ./pkg/expression/builtin_string_vec_generated_test.go ./pkg/expression/builtin_json_vec_test.go ./pkg/expression/builtin_op_test.go ./pkg/expression/builtin_grouping.go ./pkg/expression/expropt/ ./pkg/expression/expropt/BUILD.bazel ./pkg/expression/expropt/optional.go ./pkg/expression/expropt/current_user.go ./pkg/expression/expropt/optional_test.go ./pkg/expression/expropt/sequence.go ./pkg/expression/expropt/kvstore.go ./pkg/expression/expropt/priv.go ./pkg/expression/expropt/sqlexec.go ./pkg/expression/expropt/ddlowner.go ./pkg/expression/expropt/infoschema.go ./pkg/expression/expropt/sessionvars.go ./pkg/expression/expropt/advisory_lock.go ./pkg/expression/errors.go ./pkg/expression/builtin_test.go ./pkg/expression/builtin_ilike_vec.go ./pkg/expression/expr_to_pb.go ./pkg/expression/builtin_json_test.go ./pkg/expression/builtin_info_vec.go ./pkg/expression/builtin_compare_vec.go ./pkg/expression/builtin_other_vec_test.go ./pkg/expression/builtin_compare_vec_generated.go ./pkg/expression/builtin_ilike_test.go ./pkg/expression/scalar_function.go ./pkg/expression/scalar_function_test.go ./pkg/expression/extension.go ./pkg/expression/OWNERS ./pkg/expression/builtin_arithmetic_vec_test.go ./pkg/expression/builtin_cast_vec.go ./pkg/expression/builtin_vec_vec.go ./pkg/expression/constant.go ./pkg/expression/builtin_json.go ./pkg/expression/builtin_grouping_test.go ./pkg/expression/builtin_info_test.go ./pkg/expression/sessionexpr/ ./pkg/expression/sessionexpr/sessionctx.go ./pkg/expression/sessionexpr/BUILD.bazel ./pkg/expression/sessionexpr/sessionctx_test.go ./pkg/expression/builtin_compare_vec_generated_test.go ./pkg/expression/evaluator.go ./pkg/expression/builtin_control_vec_generated_test.go ./pkg/expression/builtin_miscellaneous_test.go ./pkg/expression/builtin_compare_vec_test.go ./pkg/expression/test/ ./pkg/expression/test/multivaluedindex/ ./pkg/expression/test/multivaluedindex/BUILD.bazel ./pkg/expression/test/multivaluedindex/multi_valued_index_test.go ./pkg/expression/test/multivaluedindex/main_test.go ./pkg/expression/builtin_cast_test.go ./pkg/expression/vectorized.go ./pkg/expression/builtin_vectorized_test.go ./pkg/expression/builtin_other_test.go ./pkg/expression/builtin_regexp_util.go ./pkg/expression/builtin_arithmetic.go ./pkg/expression/builtin_op_vec.go ./pkg/expression/expression.go ./pkg/expression/builtin_threadsafe_generated.go ./pkg/expression/builtin_like_vec_test.go ./pkg/expression/builtin_control_vec_generated.go ./pkg/expression/builtin_control_test.go ./pkg/expression/chunk_executor.go ./pkg/expression/builtin_ilike.go ./pkg/expression/constant_fold.go ./pkg/expression/constant_test.go ./pkg/expression/builtin_other_vec_generated.go ./pkg/expression/builtin_like_test.go ./pkg/expression/constant_propagation.go ./pkg/expression/builtin_math_test.go ./pkg/expression/builtin_arithmetic_vec.go ./pkg/expression/explain.go ./pkg/expression/distsql_builtin.go ./pkg/expression/builtin_time_vec_test.go ./pkg/expression/util.go ./pkg/expression/builtin_compare.go ./pkg/expression/helper.go ./pkg/expression/builtin_arithmetic_test.go ./pkg/expression/builtin_other_vec_generated_test.go ./pkg/structure/ ./pkg/structure/BUILD.bazel ./pkg/structure/hash.go ./pkg/structure/string.go ./pkg/structure/type.go ./pkg/structure/main_test.go ./pkg/structure/structure_test.go ./pkg/structure/structure.go ./pkg/structure/list.go ./pkg/errno/ ./pkg/errno/BUILD.bazel ./pkg/errno/main_test.go ./pkg/errno/errname.go ./pkg/errno/errcode.go ./pkg/errno/infoschema.go ./pkg/errno/infoschema_test.go ./pkg/errno/errname_test.go ./pkg/errno/logredaction.md ./pkg/meta/ ./pkg/meta/BUILD.bazel ./pkg/meta/reader.go ./pkg/meta/meta_autoid.go ./pkg/meta/main_test.go ./pkg/meta/OWNERS ./pkg/meta/meta.go ./pkg/meta/autoid/ ./pkg/meta/autoid/BUILD.bazel ./pkg/meta/autoid/autoid_test.go ./pkg/meta/autoid/bench_test.go ./pkg/meta/autoid/seq_autoid_test.go ./pkg/meta/autoid/main_test.go ./pkg/meta/autoid/autoid_service.go ./pkg/meta/autoid/errors.go ./pkg/meta/autoid/memid_test.go ./pkg/meta/autoid/memid.go ./pkg/meta/autoid/autoid.go ./pkg/meta/model/ ./pkg/meta/model/column.go ./pkg/meta/model/BUILD.bazel ./pkg/meta/model/index_test.go ./pkg/meta/model/bdr.go ./pkg/meta/model/db.go ./pkg/meta/model/bdr_test.go ./pkg/meta/model/column_test.go ./pkg/meta/model/reorg.go ./pkg/meta/model/flags.go ./pkg/meta/model/job_args.go ./pkg/meta/model/job_args_test.go ./pkg/meta/model/job.go ./pkg/meta/model/job_test.go ./pkg/meta/model/table.go ./pkg/meta/model/resource_group.go ./pkg/meta/model/table_test.go ./pkg/meta/model/index.go ./pkg/meta/model/placement.go ./pkg/meta/model/placement_test.go ./pkg/meta/meta_test.go ./pkg/meta/metabuild/ ./pkg/meta/metabuild/BUILD.bazel ./pkg/meta/metabuild/context.go ./pkg/meta/metabuild/context_test.go ./pkg/metrics/ ./pkg/metrics/BUILD.bazel ./pkg/metrics/ttl.go ./pkg/metrics/disttask.go ./pkg/metrics/alertmanager/ ./pkg/metrics/alertmanager/tidb.rules.yml ./pkg/metrics/topsql.go ./pkg/metrics/bindinfo.go ./pkg/metrics/domain.go ./pkg/metrics/server.go ./pkg/metrics/grafana/ ./pkg/metrics/grafana/tidb_summary.jsonnet ./pkg/metrics/grafana/tidb_summary.json ./pkg/metrics/grafana/performance_overview.json ./pkg/metrics/grafana/tidb.json ./pkg/metrics/grafana/tidb_resource_control.json ./pkg/metrics/grafana/tidb_runtime.json ./pkg/metrics/grafana/generate_json.sh ./pkg/metrics/grafana/README.md ./pkg/metrics/grafana/tidb_resource_control.jsonnet ./pkg/metrics/grafana/overview.json ./pkg/metrics/owner.go ./pkg/metrics/session.go ./pkg/metrics/main_test.go ./pkg/metrics/resourcemanager.go ./pkg/metrics/br.go ./pkg/metrics/metrics.go ./pkg/metrics/log_backup.go ./pkg/metrics/stats.go ./pkg/metrics/sli.go ./pkg/metrics/metrics_test.go ./pkg/metrics/resource_group.go ./pkg/metrics/meta.go ./pkg/metrics/executor.go ./pkg/metrics/import.go ./pkg/metrics/globalsort.go ./pkg/metrics/metrics_internal_test.go ./pkg/metrics/infoschema.go ./pkg/metrics/distsql.go ./pkg/metrics/gc_worker.go ./pkg/metrics/ddl.go ./pkg/metrics/wrapper.go ./pkg/resourcegroup/ ./pkg/resourcegroup/BUILD.bazel ./pkg/resourcegroup/tests/ ./pkg/resourcegroup/tests/BUILD.bazel ./pkg/resourcegroup/tests/resource_group_test.go ./pkg/resourcegroup/runaway/ ./pkg/resourcegroup/runaway/BUILD.bazel ./pkg/resourcegroup/runaway/syncer.go ./pkg/resourcegroup/runaway/manager.go ./pkg/resourcegroup/runaway/record.go ./pkg/resourcegroup/runaway/checker_test.go ./pkg/resourcegroup/runaway/checker.go ./pkg/resourcegroup/runaway/record_test.go ./pkg/resourcegroup/checker.go ./pkg/sessiontxn/ ./pkg/sessiontxn/BUILD.bazel ./pkg/sessiontxn/staleread/ ./pkg/sessiontxn/staleread/BUILD.bazel ./pkg/sessiontxn/staleread/externalts_test.go ./pkg/sessiontxn/staleread/processor_test.go ./pkg/sessiontxn/staleread/processor.go ./pkg/sessiontxn/staleread/provider.go ./pkg/sessiontxn/staleread/main_test.go ./pkg/sessiontxn/staleread/failpoint.go ./pkg/sessiontxn/staleread/errors.go ./pkg/sessiontxn/staleread/util.go ./pkg/sessiontxn/staleread/provider_test.go ./pkg/sessiontxn/txn_context_test.go ./pkg/sessiontxn/internal/ ./pkg/sessiontxn/internal/BUILD.bazel ./pkg/sessiontxn/internal/txn.go ./pkg/sessiontxn/txn_rc_tso_optimize_test.go ./pkg/sessiontxn/future.go ./pkg/sessiontxn/txn_manager_test.go ./pkg/sessiontxn/failpoint.go ./pkg/sessiontxn/isolation/ ./pkg/sessiontxn/isolation/optimistic_test.go ./pkg/sessiontxn/isolation/BUILD.bazel ./pkg/sessiontxn/isolation/serializable.go ./pkg/sessiontxn/isolation/base.go ./pkg/sessiontxn/isolation/serializable_test.go ./pkg/sessiontxn/isolation/repeatable_read.go ./pkg/sessiontxn/isolation/readcommitted.go ./pkg/sessiontxn/isolation/main_test.go ./pkg/sessiontxn/isolation/repeatable_read_test.go ./pkg/sessiontxn/isolation/metrics/ ./pkg/sessiontxn/isolation/metrics/BUILD.bazel ./pkg/sessiontxn/isolation/metrics/metrics.go ./pkg/sessiontxn/isolation/optimistic.go ./pkg/sessiontxn/isolation/readcommitted_test.go ./pkg/sessiontxn/interface.go ./pkg/tablecodec/ ./pkg/tablecodec/BUILD.bazel ./pkg/tablecodec/tablecodec.go ./pkg/tablecodec/bench_test.go ./pkg/tablecodec/main_test.go ./pkg/tablecodec/OWNERS ./pkg/tablecodec/rowindexcodec/ ./pkg/tablecodec/rowindexcodec/BUILD.bazel ./pkg/tablecodec/rowindexcodec/main_test.go ./pkg/tablecodec/rowindexcodec/rowindexcodec_test.go ./pkg/tablecodec/rowindexcodec/rowindexcodec.go ./pkg/tablecodec/tablecodec_test.go ./pkg/autoid_service/ ./pkg/autoid_service/BUILD.bazel ./pkg/autoid_service/autoid_test.go ./pkg/autoid_service/OWNERS ./pkg/autoid_service/autoid.go ./pkg/kv/ ./pkg/kv/BUILD.bazel ./pkg/kv/keyflags.go ./pkg/kv/option_test.go ./pkg/kv/cachedb.go ./pkg/kv/mpp.go ./pkg/kv/txn_test.go ./pkg/kv/variables.go ./pkg/kv/key_test.go ./pkg/kv/txn.go ./pkg/kv/interface_mock_test.go ./pkg/kv/main_test.go ./pkg/kv/txn_scope_var.go ./pkg/kv/utils.go ./pkg/kv/version_test.go ./pkg/kv/error.go ./pkg/kv/checker_test.go ./pkg/kv/fault_injection.go ./pkg/kv/mock_test.go ./pkg/kv/error_test.go ./pkg/kv/option.go ./pkg/kv/iter.go ./pkg/kv/key.go ./pkg/kv/fault_injection_test.go ./pkg/kv/utils_test.go ./pkg/kv/checker.go ./pkg/kv/version.go ./pkg/kv/kv.go ./pkg/bindinfo/ ./pkg/bindinfo/binding.go ./pkg/bindinfo/BUILD.bazel ./pkg/bindinfo/tests/ ./pkg/bindinfo/tests/BUILD.bazel ./pkg/bindinfo/tests/main_test.go ./pkg/bindinfo/tests/cross_db_binding_test.go ./pkg/bindinfo/tests/bind_test.go ./pkg/bindinfo/binding_operator.go ./pkg/bindinfo/binding_cache_test.go ./pkg/bindinfo/main_test.go ./pkg/bindinfo/binding_operator_test.go ./pkg/bindinfo/binding_handle.go ./pkg/bindinfo/binding_auto.go ./pkg/bindinfo/utils.go ./pkg/bindinfo/binding_auto_test.go ./pkg/bindinfo/binding_cache.go ./pkg/bindinfo/session_handle.go ./pkg/bindinfo/OWNERS ./pkg/bindinfo/session_handle_test.go ./pkg/testkit/ ./pkg/testkit/BUILD.bazel ./pkg/testkit/result.go ./pkg/testkit/testfailpoint/ ./pkg/testkit/testfailpoint/BUILD.bazel ./pkg/testkit/testfailpoint/failpoint.go ./pkg/testkit/testenv/ ./pkg/testkit/testenv/BUILD.bazel ./pkg/testkit/testenv/testenv.go ./pkg/testkit/testsetup/ ./pkg/testkit/testsetup/BUILD.bazel ./pkg/testkit/testsetup/bridge.go ./pkg/testkit/testdata/ ./pkg/testkit/testdata/BUILD.bazel ./pkg/testkit/testdata/testdata.go ./pkg/testkit/testflag/ ./pkg/testkit/testflag/BUILD.bazel ./pkg/testkit/testflag/flag.go ./pkg/testkit/asynctestkit.go ./pkg/testkit/testutil/ ./pkg/testkit/testutil/BUILD.bazel ./pkg/testkit/testutil/loghook.go ./pkg/testkit/testutil/handle.go ./pkg/testkit/testutil/require_test.go ./pkg/testkit/testutil/require.go ./pkg/testkit/mocksessionmanager.go ./pkg/testkit/analyzehelper/ ./pkg/testkit/analyzehelper/BUILD.bazel ./pkg/testkit/analyzehelper/helper.go ./pkg/testkit/testmain/ ./pkg/testkit/testmain/BUILD.bazel ./pkg/testkit/testmain/bench.go ./pkg/testkit/testmain/wrapper.go ./pkg/testkit/dbtestkit.go ./pkg/testkit/mockstore.go ./pkg/testkit/testkit_test.go ./pkg/testkit/external/ ./pkg/testkit/external/BUILD.bazel ./pkg/testkit/external/util.go ./pkg/testkit/ddlhelper/ ./pkg/testkit/ddlhelper/BUILD.bazel ./pkg/testkit/ddlhelper/helper.go ./pkg/testkit/testfork/ ./pkg/testkit/testfork/BUILD.bazel ./pkg/testkit/testfork/fork.go ./pkg/testkit/testfork/fork_test.go ./pkg/testkit/stepped.go ./pkg/testkit/testkit.go ./pkg/server/ ./pkg/server/handler/ ./pkg/server/handler/ttlhandler/ ./pkg/server/handler/ttlhandler/BUILD.bazel ./pkg/server/handler/ttlhandler/ttl.go ./pkg/server/handler/BUILD.bazel ./pkg/server/handler/tests/ ./pkg/server/handler/tests/BUILD.bazel ./pkg/server/handler/tests/http_handler_serial_test.go ./pkg/server/handler/tests/main_test.go ./pkg/server/handler/tests/http_handler_test.go ./pkg/server/handler/tikvhandler/ ./pkg/server/handler/tikvhandler/BUILD.bazel ./pkg/server/handler/tikvhandler/tikv_handler.go ./pkg/server/handler/upgrade_handler.go ./pkg/server/handler/tikv_handler.go ./pkg/server/handler/extractorhandler/ ./pkg/server/handler/extractorhandler/BUILD.bazel ./pkg/server/handler/extractorhandler/extract_test.go ./pkg/server/handler/extractorhandler/extractor.go ./pkg/server/handler/extractorhandler/main_test.go ./pkg/server/handler/util.go ./pkg/server/handler/optimizor/ ./pkg/server/handler/optimizor/BUILD.bazel ./pkg/server/handler/optimizor/statistics_handler.go ./pkg/server/handler/optimizor/main_test.go ./pkg/server/handler/optimizor/optimize_trace_test.go ./pkg/server/handler/optimizor/statistics_handler_test.go ./pkg/server/handler/optimizor/optimize_trace.go ./pkg/server/handler/optimizor/plan_replayer_test.go ./pkg/server/handler/optimizor/plan_replayer.go ./pkg/server/BUILD.bazel ./pkg/server/tests/ ./pkg/server/tests/commontest/ ./pkg/server/tests/commontest/BUILD.bazel ./pkg/server/tests/commontest/tidb_test.go ./pkg/server/tests/commontest/main_test.go ./pkg/server/tests/commontest/cursor_test.go ./pkg/server/tests/BUILD.bazel ./pkg/server/tests/main_test.go ./pkg/server/tests/servertestkit/ ./pkg/server/tests/servertestkit/BUILD.bazel ./pkg/server/tests/servertestkit/testkit.go ./pkg/server/tests/cursor/ ./pkg/server/tests/cursor/BUILD.bazel ./pkg/server/tests/cursor/main_test.go ./pkg/server/tests/cursor/cursor_test.go ./pkg/server/tests/tidb_serial_test.go ./pkg/server/tests/tls/ ./pkg/server/tests/tls/BUILD.bazel ./pkg/server/tests/tls/main_test.go ./pkg/server/tests/tls/tls_test.go ./pkg/server/tidb_test.go ./pkg/server/conn_stmt_params_test.go ./pkg/server/http_handler.go ./pkg/server/server_test.go ./pkg/server/user_connections_test.go ./pkg/server/http_status.go ./pkg/server/internal/ ./pkg/server/internal/BUILD.bazel ./pkg/server/internal/testutil/ ./pkg/server/internal/testutil/BUILD.bazel ./pkg/server/internal/testutil/testutil.go ./pkg/server/internal/util/ ./pkg/server/internal/util/BUILD.bazel ./pkg/server/internal/util/util_test.go ./pkg/server/internal/util/buffered_read_conn.go ./pkg/server/internal/util/util.go ./pkg/server/internal/handshake/ ./pkg/server/internal/handshake/BUILD.bazel ./pkg/server/internal/handshake/handshake.go ./pkg/server/internal/testserverclient/ ./pkg/server/internal/testserverclient/BUILD.bazel ./pkg/server/internal/testserverclient/server_client.go ./pkg/server/internal/resultset/ ./pkg/server/internal/resultset/BUILD.bazel ./pkg/server/internal/resultset/resultset.go ./pkg/server/internal/resultset/cursor.go ./pkg/server/internal/column/ ./pkg/server/internal/column/column.go ./pkg/server/internal/column/BUILD.bazel ./pkg/server/internal/column/column_test.go ./pkg/server/internal/column/result_encoder.go ./pkg/server/internal/column/result_encoder_test.go ./pkg/server/internal/column/convert.go ./pkg/server/internal/packetio.go ./pkg/server/internal/parse/ ./pkg/server/internal/parse/BUILD.bazel ./pkg/server/internal/parse/parse_test.go ./pkg/server/internal/parse/parse.go ./pkg/server/internal/parse/handshake_test.go ./pkg/server/internal/packetio_test.go ./pkg/server/internal/dump/ ./pkg/server/internal/dump/BUILD.bazel ./pkg/server/internal/dump/dump_test.go ./pkg/server/internal/dump/dump.go ./pkg/server/stat_test.go ./pkg/server/err/ ./pkg/server/err/BUILD.bazel ./pkg/server/err/error.go ./pkg/server/stat.go ./pkg/server/server.go ./pkg/server/testdata/ ./pkg/server/testdata/optimizer_suite_out.json ./pkg/server/testdata/optimizer_suite_in.json ./pkg/server/extract.go ./pkg/server/rpc_server.go ./pkg/server/driver.go ./pkg/server/conn_stmt.go ./pkg/server/mock_conn.go ./pkg/server/conn_stmt_test.go ./pkg/server/main_test.go ./pkg/server/driver_tidb_test.go ./pkg/server/tidb_library_test.go ./pkg/server/extension.go ./pkg/server/metrics/ ./pkg/server/metrics/BUILD.bazel ./pkg/server/metrics/metrics.go ./pkg/server/conn_stmt_params.go ./pkg/server/conn.go ./pkg/server/mock_conn_test.go ./pkg/server/driver_tidb.go ./pkg/server/user_connections.go ./pkg/server/conn_test.go ./pkg/plugin/ ./pkg/plugin/integration_test.go ./pkg/plugin/BUILD.bazel ./pkg/plugin/spi_test.go ./pkg/plugin/plugin_test.go ./pkg/plugin/audit.go ./pkg/plugin/helper_test.go ./pkg/plugin/main_test.go ./pkg/plugin/errors.go ./pkg/plugin/const.go ./pkg/plugin/plugin.go ./pkg/plugin/README.md ./pkg/plugin/const_test.go ./pkg/plugin/conn_ip_example/ ./pkg/plugin/conn_ip_example/BUILD.bazel ./pkg/plugin/conn_ip_example/conn_ip_example.go ./pkg/plugin/conn_ip_example/main_test.go ./pkg/plugin/conn_ip_example/conn_ip_example_test.go ./pkg/plugin/conn_ip_example/manifest.toml ./pkg/plugin/spi.go ./pkg/plugin/helper.go ./pkg/store/ ./pkg/store/BUILD.bazel ./pkg/store/pdtypes/ ./pkg/store/pdtypes/statistics.go ./pkg/store/pdtypes/BUILD.bazel ./pkg/store/pdtypes/typeutil.go ./pkg/store/pdtypes/region_tree.go ./pkg/store/pdtypes/config.go ./pkg/store/pdtypes/placement.go ./pkg/store/pdtypes/api.go ./pkg/store/etcd.go ./pkg/store/driver/ ./pkg/store/driver/BUILD.bazel ./pkg/store/driver/options/ ./pkg/store/driver/options/BUILD.bazel ./pkg/store/driver/options/options.go ./pkg/store/driver/txn_test.go ./pkg/store/driver/txn/ ./pkg/store/driver/txn/batch_getter_test.go ./pkg/store/driver/txn/driver_test.go ./pkg/store/driver/txn/BUILD.bazel ./pkg/store/driver/txn/batch_getter.go ./pkg/store/driver/txn/union_iter.go ./pkg/store/driver/txn/main_test.go ./pkg/store/driver/txn/scanner.go ./pkg/store/driver/txn/error.go ./pkg/store/driver/txn/union_iter_test.go ./pkg/store/driver/txn/unionstore_driver.go ./pkg/store/driver/txn/snapshot.go ./pkg/store/driver/txn/txn_driver.go ./pkg/store/driver/client_test.go ./pkg/store/driver/config_test.go ./pkg/store/driver/snap_interceptor_test.go ./pkg/store/driver/main_test.go ./pkg/store/driver/error/ ./pkg/store/driver/error/BUILD.bazel ./pkg/store/driver/error/error.go ./pkg/store/driver/error/error_test.go ./pkg/store/driver/tikv_driver.go ./pkg/store/driver/backoff/ ./pkg/store/driver/backoff/BUILD.bazel ./pkg/store/driver/backoff/backoff.go ./pkg/store/driver/sql_fail_test.go ./pkg/store/helper/ ./pkg/store/helper/BUILD.bazel ./pkg/store/helper/helper_test.go ./pkg/store/helper/main_test.go ./pkg/store/helper/helper.go ./pkg/store/main_test.go ./pkg/store/etcd_test.go ./pkg/store/store_test.go ./pkg/store/store.go ./pkg/store/gcworker/ ./pkg/store/gcworker/BUILD.bazel ./pkg/store/gcworker/gc_worker_test.go ./pkg/store/gcworker/main_test.go ./pkg/store/gcworker/gc_worker.go ./pkg/store/batch_coprocessor_test.go ./pkg/store/mockstore/ ./pkg/store/mockstore/tikv.go ./pkg/store/mockstore/BUILD.bazel ./pkg/store/mockstore/mockstorage/ ./pkg/store/mockstore/mockstorage/BUILD.bazel ./pkg/store/mockstore/mockstorage/storage.go ./pkg/store/mockstore/redirector.go ./pkg/store/mockstore/unistore/ ./pkg/store/mockstore/unistore/BUILD.bazel ./pkg/store/mockstore/unistore/raw_handler.go ./pkg/store/mockstore/unistore/rpc.go ./pkg/store/mockstore/unistore/pd.go ./pkg/store/mockstore/unistore/config/ ./pkg/store/mockstore/unistore/config/BUILD.bazel ./pkg/store/mockstore/unistore/config/config.go ./pkg/store/mockstore/unistore/config/config-template.toml ./pkg/store/mockstore/unistore/pd/ ./pkg/store/mockstore/unistore/pd/BUILD.bazel ./pkg/store/mockstore/unistore/pd/client.go ./pkg/store/mockstore/unistore/util/ ./pkg/store/mockstore/unistore/util/lockwaiter/ ./pkg/store/mockstore/unistore/util/lockwaiter/BUILD.bazel ./pkg/store/mockstore/unistore/util/lockwaiter/main_test.go ./pkg/store/mockstore/unistore/util/lockwaiter/lockwaiter.go ./pkg/store/mockstore/unistore/util/lockwaiter/lockwaiter_test.go ./pkg/store/mockstore/unistore/raw_handler_test.go ./pkg/store/mockstore/unistore/main_test.go ./pkg/store/mockstore/unistore/mock.go ./pkg/store/mockstore/unistore/cophandler/ ./pkg/store/mockstore/unistore/cophandler/BUILD.bazel ./pkg/store/mockstore/unistore/cophandler/mpp.go ./pkg/store/mockstore/unistore/cophandler/topn.go ./pkg/store/mockstore/unistore/cophandler/main_test.go ./pkg/store/mockstore/unistore/cophandler/cop_handler.go ./pkg/store/mockstore/unistore/cophandler/analyze.go ./pkg/store/mockstore/unistore/cophandler/cop_handler_test.go ./pkg/store/mockstore/unistore/cophandler/closure_exec.go ./pkg/store/mockstore/unistore/cophandler/mpp_exec.go ./pkg/store/mockstore/unistore/lockstore/ ./pkg/store/mockstore/unistore/lockstore/BUILD.bazel ./pkg/store/mockstore/unistore/lockstore/iterator.go ./pkg/store/mockstore/unistore/lockstore/lockstore_test.go ./pkg/store/mockstore/unistore/lockstore/lockstore.go ./pkg/store/mockstore/unistore/lockstore/load_dump.go ./pkg/store/mockstore/unistore/lockstore/main_test.go ./pkg/store/mockstore/unistore/lockstore/arena.go ./pkg/store/mockstore/unistore/pd_test.go ./pkg/store/mockstore/unistore/metrics/ ./pkg/store/mockstore/unistore/metrics/BUILD.bazel ./pkg/store/mockstore/unistore/metrics/metrics.go ./pkg/store/mockstore/unistore/tikv/ ./pkg/store/mockstore/unistore/tikv/kverrors/ ./pkg/store/mockstore/unistore/tikv/kverrors/BUILD.bazel ./pkg/store/mockstore/unistore/tikv/kverrors/errors.go ./pkg/store/mockstore/unistore/tikv/mvcc.go ./pkg/store/mockstore/unistore/tikv/server_batch.go ./pkg/store/mockstore/unistore/tikv/BUILD.bazel ./pkg/store/mockstore/unistore/tikv/inner_server.go ./pkg/store/mockstore/unistore/tikv/server.go ./pkg/store/mockstore/unistore/tikv/mvcc_test.go ./pkg/store/mockstore/unistore/tikv/main_test.go ./pkg/store/mockstore/unistore/tikv/mock_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/write.go ./pkg/store/mockstore/unistore/tikv/detector_test.go ./pkg/store/mockstore/unistore/tikv/mvcc/ ./pkg/store/mockstore/unistore/tikv/mvcc/mvcc.go ./pkg/store/mockstore/unistore/tikv/mvcc/tikv.go ./pkg/store/mockstore/unistore/tikv/mvcc/BUILD.bazel ./pkg/store/mockstore/unistore/tikv/mvcc/db_writer.go ./pkg/store/mockstore/unistore/tikv/dbreader/ ./pkg/store/mockstore/unistore/tikv/dbreader/BUILD.bazel ./pkg/store/mockstore/unistore/tikv/dbreader/db_reader.go ./pkg/store/mockstore/unistore/tikv/deadlock.go ./pkg/store/mockstore/unistore/tikv/detector.go ./pkg/store/mockstore/unistore/tikv/region.go ./pkg/store/mockstore/unistore/tikv/util.go ./pkg/store/mockstore/unistore/client/ ./pkg/store/mockstore/unistore/client/BUILD.bazel ./pkg/store/mockstore/unistore/client/client.go ./pkg/store/mockstore/unistore/testutil.go ./pkg/store/mockstore/unistore/server/ ./pkg/store/mockstore/unistore/server/BUILD.bazel ./pkg/store/mockstore/unistore/server/server.go ./pkg/store/mockstore/unistore/cluster.go ./pkg/store/mockstore/main_test.go ./pkg/store/mockstore/cluster_test.go ./pkg/store/mockstore/tikv_test.go ./pkg/store/mockstore/mockstore.go ./pkg/store/mockstore/unistore.go ./pkg/store/mockstore/mockcopr/ ./pkg/store/mockstore/mockcopr/BUILD.bazel ./pkg/store/mockstore/mockcopr/rpc_copr.go ./pkg/store/mockstore/mockcopr/executor_test.go ./pkg/store/mockstore/mockcopr/topn.go ./pkg/store/mockstore/mockcopr/cop_handler_dag.go ./pkg/store/mockstore/mockcopr/main_test.go ./pkg/store/mockstore/mockcopr/analyze.go ./pkg/store/mockstore/mockcopr/checksum.go ./pkg/store/mockstore/mockcopr/copr_handler.go ./pkg/store/mockstore/mockcopr/executor.go ./pkg/store/mockstore/mockcopr/aggregate.go ./pkg/store/copr/ ./pkg/store/copr/BUILD.bazel ./pkg/store/copr/copr_test/ ./pkg/store/copr/copr_test/BUILD.bazel ./pkg/store/copr/copr_test/coprocessor_test.go ./pkg/store/copr/copr_test/main_test.go ./pkg/store/copr/mpp.go ./pkg/store/copr/coprocessor.go ./pkg/store/copr/coprocessor_test.go ./pkg/store/copr/key_ranges_test.go ./pkg/store/copr/coprocessor_cache_test.go ./pkg/store/copr/batch_coprocessor.go ./pkg/store/copr/main_test.go ./pkg/store/copr/mpp_probe_test.go ./pkg/store/copr/store.go ./pkg/store/copr/metrics/ ./pkg/store/copr/metrics/BUILD.bazel ./pkg/store/copr/metrics/metrics.go ./pkg/store/copr/batch_request_sender.go ./pkg/store/copr/mpp_probe.go ./pkg/store/copr/region_cache.go ./pkg/store/copr/coprocessor_cache.go ./pkg/store/copr/batch_coprocessor_test.go ./pkg/store/copr/key_ranges.go ./pkg/distsql/ ./pkg/distsql/BUILD.bazel ./pkg/distsql/distsql_test.go ./pkg/distsql/select_result_test.go ./pkg/distsql/context/ ./pkg/distsql/context/BUILD.bazel ./pkg/distsql/context/context.go ./pkg/distsql/context/context_test.go ./pkg/distsql/request_builder_test.go ./pkg/distsql/bench_test.go ./pkg/distsql/request_builder.go ./pkg/distsql/context_test.go ./pkg/distsql/main_test.go ./pkg/distsql/OWNERS ./pkg/distsql/select_result.go ./pkg/distsql/distsql.go ./pkg/param/ ./pkg/param/BUILD.bazel ./pkg/param/binary_params.go ./pkg/types/ ./pkg/types/datum_test.go ./pkg/types/fsp.go ./pkg/types/BUILD.bazel ./pkg/types/context.go ./pkg/types/binary_literal_test.go ./pkg/types/field_type_test.go ./pkg/types/compare.go ./pkg/types/datum.go ./pkg/types/compare_test.go ./pkg/types/json_path_expr_test.go ./pkg/types/mydecimal.go ./pkg/types/overflow_test.go ./pkg/types/benchmark_test.go ./pkg/types/convert_test.go ./pkg/types/fsp_test.go ./pkg/types/mydecimal_test.go ./pkg/types/enum_test.go ./pkg/types/time_test.go ./pkg/types/helper_test.go ./pkg/types/json_binary_test.go ./pkg/types/context_test.go ./pkg/types/main_test.go ./pkg/types/json_constants.go ./pkg/types/json_binary.go ./pkg/types/set.go ./pkg/types/vector_test.go ./pkg/types/field_name.go ./pkg/types/mydecimal_benchmark_test.go ./pkg/types/errors.go ./pkg/types/eval_type.go ./pkg/types/enum.go ./pkg/types/core_time.go ./pkg/types/core_time_test.go ./pkg/types/overflow.go ./pkg/types/datum_eval.go ./pkg/types/explain_format.go ./pkg/types/convert.go ./pkg/types/format_test.go ./pkg/types/parser_driver/ ./pkg/types/parser_driver/value_expr.go ./pkg/types/parser_driver/BUILD.bazel ./pkg/types/parser_driver/value_expr_test.go ./pkg/types/parser_driver/main_test.go ./pkg/types/etc_test.go ./pkg/types/json_binary_functions_test.go ./pkg/types/binary_literal.go ./pkg/types/export_test.go ./pkg/types/vector_functions.go ./pkg/types/errors_test.go ./pkg/types/vector.go ./pkg/types/field_type_builder.go ./pkg/types/const_test.go ./pkg/types/etc.go ./pkg/types/json_binary_functions.go ./pkg/types/truncate.go ./pkg/types/field_type.go ./pkg/types/time.go ./pkg/types/json_path_expr.go ./pkg/types/helper.go ./pkg/types/set_test.go ./pkg/owner/ ./pkg/owner/BUILD.bazel ./pkg/owner/manager.go ./pkg/owner/fail_test.go ./pkg/owner/main_test.go ./pkg/owner/mock.go ./pkg/owner/OWNERS ./pkg/owner/manager_test.go ./roadmap.md ./tests/ ./tests/_utils/ ./tests/_utils/run_sql_file ./tests/_utils/br_tikv_outage_util ./tests/_utils/run_pd_ctl ./tests/_utils/config/ ./tests/_utils/config/rootca.conf ./tests/_utils/config/ipsan.cnf ./tests/_utils/run_lightning_ctl ./tests/_utils/make_tiflash_config ./tests/_utils/read_result ./tests/_utils/check_not_contains ./tests/_utils/run_br ./tests/_utils/check_contains ./tests/_utils/generate_certs ./tests/_utils/run_cdc ./tests/_utils/run_sql_in_container ./tests/_utils/run_services ./tests/_utils/run_sql ./tests/_utils/check_cluster_version ./tests/_utils/run_curl ./tests/_utils/run_lightning ./tests/integrationtest2/ ./tests/integrationtest2/t/ ./tests/integrationtest2/t/dumpling_import_integration.test ./tests/integrationtest2/t/br_integration.test ./tests/integrationtest2/t/ticdc/ ./tests/integrationtest2/t/ticdc/cdc_integration.test ./tests/integrationtest2/run-tests.sh ./tests/integrationtest2/config.toml ./tests/integrationtest2/r/ ./tests/integrationtest2/r/ticdc/ ./tests/integrationtest2/r/ticdc/cdc_integration.result ./tests/integrationtest2/r/dumpling_import_integration.result ./tests/integrationtest2/r/br_integration.result ./tests/integrationtest2/README.md ./tests/integrationtest2/download_integration_test_binaries.sh ./tests/graceshutdown/ ./tests/graceshutdown/.gitignore ./tests/graceshutdown/BUILD.bazel ./tests/graceshutdown/run-tests.sh ./tests/graceshutdown/graceshutdown_test.go ./tests/graceshutdown/Makefile ./tests/graceshutdown/main_test.go ./tests/globalkilltest/ ./tests/globalkilltest/.gitignore ./tests/globalkilltest/BUILD.bazel ./tests/globalkilltest/run-tests.sh ./tests/globalkilltest/Makefile ./tests/globalkilltest/main_test.go ./tests/globalkilltest/tikv.toml ./tests/globalkilltest/up.sh ./tests/globalkilltest/config.toml ./tests/globalkilltest/config-64.toml ./tests/globalkilltest/global_kill_test.go ./tests/globalkilltest/Dockerfile ./tests/globalkilltest/README.md ./tests/globalkilltest/util.go ./tests/llmtest/ ./tests/llmtest/testcase/ ./tests/llmtest/testcase/BUILD.bazel ./tests/llmtest/testcase/run.go ./tests/llmtest/testcase/testcase.go ./tests/llmtest/BUILD.bazel ./tests/llmtest/testdata/ ./tests/llmtest/testdata/expression.json ./tests/llmtest/testdata/misc.json ./tests/llmtest/testdata/dml.json ./tests/llmtest/logger/ ./tests/llmtest/logger/BUILD.bazel ./tests/llmtest/logger/log.go ./tests/llmtest/main_test.go ./tests/llmtest/generator/ ./tests/llmtest/generator/BUILD.bazel ./tests/llmtest/generator/misc.go ./tests/llmtest/generator/dml.go ./tests/llmtest/generator/prompt.go ./tests/llmtest/generator/expression.go ./tests/llmtest/generator/generator.go ./tests/llmtest/main.go ./tests/llmtest/README.md ./tests/integrationtest/ ./tests/integrationtest/t/ ./tests/integrationtest/t/black_list.test ./tests/integrationtest/t/collation_check_use_collation.test ./tests/integrationtest/t/cte.test ./tests/integrationtest/t/ddl/ ./tests/integrationtest/t/ddl/primary_key_handle.test ./tests/integrationtest/t/ddl/modify_column.test ./tests/integrationtest/t/ddl/ddl_tiflash.test ./tests/integrationtest/t/ddl/db_foreign_key.test ./tests/integrationtest/t/ddl/attributes_sql.test ./tests/integrationtest/t/ddl/column_type_change.test ./tests/integrationtest/t/ddl/foreign_key.test ./tests/integrationtest/t/ddl/column_change.test ./tests/integrationtest/t/ddl/multi_schema_change.test ./tests/integrationtest/t/ddl/db_cache.test ./tests/integrationtest/t/ddl/reorg_partition.test ./tests/integrationtest/t/ddl/ddl_error.test ./tests/integrationtest/t/ddl/db_integration.test ./tests/integrationtest/t/ddl/db_rename.test ./tests/integrationtest/t/ddl/db.test ./tests/integrationtest/t/ddl/table_modify.test ./tests/integrationtest/t/ddl/index_modify.test ./tests/integrationtest/t/ddl/db_change.test ./tests/integrationtest/t/ddl/fail_db.test ./tests/integrationtest/t/ddl/sequence.test ./tests/integrationtest/t/ddl/db_partition.test ./tests/integrationtest/t/ddl/bdr_mode.test ./tests/integrationtest/t/ddl/resource_group.test ./tests/integrationtest/t/ddl/default_as_expression.test ./tests/integrationtest/t/ddl/partition.test ./tests/integrationtest/t/ddl/column.test ./tests/integrationtest/t/ddl/constraint.test ./tests/integrationtest/t/ddl/serial.test ./tests/integrationtest/t/ddl/integration.test ./tests/integrationtest/t/ddl/db_table.test ./tests/integrationtest/t/ddl/column_modify.test ./tests/integrationtest/t/table/ ./tests/integrationtest/t/table/index.test ./tests/integrationtest/t/table/temptable.test ./tests/integrationtest/t/table/partition.test ./tests/integrationtest/t/table/tables.test ./tests/integrationtest/t/table/cache.test ./tests/integrationtest/t/show.test ./tests/integrationtest/t/index_merge.test ./tests/integrationtest/t/sessionctx/ ./tests/integrationtest/t/sessionctx/setvar.test ./tests/integrationtest/t/infoschema/ ./tests/integrationtest/t/infoschema/cluster_tables.test ./tests/integrationtest/t/infoschema/infoschema.test ./tests/integrationtest/t/infoschema/v2.test ./tests/integrationtest/t/infoschema/tables.test ./tests/integrationtest/t/explain_indexmerge_stats.test ./tests/integrationtest/t/explain_generate_column_substitute.test ./tests/integrationtest/t/explain_shard_index.test ./tests/integrationtest/t/planner/ ./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/planner/core/ ./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/cbo.test ./tests/integrationtest/t/planner/core/plan.test ./tests/integrationtest/t/planner/core/physical_plan.test ./tests/integrationtest/t/planner/core/rule_constant_propagation.test ./tests/integrationtest/t/planner/core/expression_rewriter.test ./tests/integrationtest/t/planner/core/range_scan_for_like.test ./tests/integrationtest/t/planner/core/rule_result_reorder.test ./tests/integrationtest/t/planner/core/plan_cache.test ./tests/integrationtest/t/planner/core/point_get_plan.test ./tests/integrationtest/t/planner/core/indexmerge_path.test ./tests/integrationtest/t/planner/core/preprocess.test ./tests/integrationtest/t/planner/core/indexjoin.test ./tests/integrationtest/t/planner/core/plan_cost_ver2.test ./tests/integrationtest/t/planner/core/integration_partition.test ./tests/integrationtest/t/planner/core/indexmerge_intersection.test ./tests/integrationtest/t/planner/core/enforce_mpp.test ./tests/integrationtest/t/planner/core/partition_pruner.test ./tests/integrationtest/t/planner/core/rule_join_reorder.test ./tests/integrationtest/t/planner/core/issuetest/ ./tests/integrationtest/t/planner/core/issuetest/planner_issue.test ./tests/integrationtest/t/planner/core/binary_plan.test ./tests/integrationtest/t/planner/core/casetest/ ./tests/integrationtest/t/planner/core/casetest/expression_rewriter.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/pushdown/ ./tests/integrationtest/t/planner/core/casetest/pushdown/push_down.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_join_reorder.test ./tests/integrationtest/t/planner/core/casetest/rule/rule_derive_topn_from_window.test ./tests/integrationtest/t/planner/core/casetest/index/ ./tests/integrationtest/t/planner/core/casetest/index/index.test ./tests/integrationtest/t/planner/core/casetest/predicate_simplification.test ./tests/integrationtest/t/planner/core/casetest/hint/ ./tests/integrationtest/t/planner/core/casetest/hint/hint.test ./tests/integrationtest/t/planner/core/casetest/physicalplantest/ ./tests/integrationtest/t/planner/core/casetest/physicalplantest/physical_plan.test ./tests/integrationtest/t/planner/core/casetest/integration.test ./tests/integrationtest/t/planner/core/integration.test ./tests/integrationtest/t/planner/core/memtable_predicate_extractor.test ./tests/integrationtest/t/explain_complex.test ./tests/integrationtest/t/parser/ ./tests/integrationtest/t/parser/integration.test ./tests/integrationtest/t/agg_predicate_pushdown.test ./tests/integrationtest/t/naaj.test ./tests/integrationtest/t/new_character_set_builtin.test ./tests/integrationtest/t/executor/ ./tests/integrationtest/t/executor/split_table.test ./tests/integrationtest/t/executor/index_lookup_join.test ./tests/integrationtest/t/executor/cte.test ./tests/integrationtest/t/executor/prepared.test ./tests/integrationtest/t/executor/rowid.test ./tests/integrationtest/t/executor/simple.test ./tests/integrationtest/t/executor/show.test ./tests/integrationtest/t/executor/perfschema.test ./tests/integrationtest/t/executor/infoschema_reader.test ./tests/integrationtest/t/executor/set.test ./tests/integrationtest/t/executor/analyze.test ./tests/integrationtest/t/executor/autoid.test ./tests/integrationtest/t/executor/partition/ ./tests/integrationtest/t/executor/partition/partition_with_expression.test ./tests/integrationtest/t/executor/partition/issues.test ./tests/integrationtest/t/executor/partition/partition_boundaries.test ./tests/integrationtest/t/executor/partition/table.test ./tests/integrationtest/t/executor/partition/write.test ./tests/integrationtest/t/executor/index_lookup_merge_join.test ./tests/integrationtest/t/executor/charset.test ./tests/integrationtest/t/executor/foreign_key.test ./tests/integrationtest/t/executor/issues.test ./tests/integrationtest/t/executor/ddl.test ./tests/integrationtest/t/executor/aggregate.test ./tests/integrationtest/t/executor/revoke.test ./tests/integrationtest/t/executor/window.test ./tests/integrationtest/t/executor/explain.test ./tests/integrationtest/t/executor/delete.test ./tests/integrationtest/t/executor/statement_context.test ./tests/integrationtest/t/executor/index_merge_reader.test ./tests/integrationtest/t/executor/update.test ./tests/integrationtest/t/executor/batch_point_get.test ./tests/integrationtest/t/executor/kv.test ./tests/integrationtest/t/executor/cluster_table.test ./tests/integrationtest/t/executor/sample.test ./tests/integrationtest/t/executor/write.test ./tests/integrationtest/t/executor/executor_txn.test ./tests/integrationtest/t/executor/import_into.test ./tests/integrationtest/t/executor/adapter.test ./tests/integrationtest/t/executor/explainfor.test ./tests/integrationtest/t/executor/executor.test ./tests/integrationtest/t/executor/stale_txn.test ./tests/integrationtest/t/executor/merge_join.test ./tests/integrationtest/t/executor/jointest/ ./tests/integrationtest/t/executor/jointest/join.test ./tests/integrationtest/t/executor/jointest/hash_join.test ./tests/integrationtest/t/executor/insert.test ./tests/integrationtest/t/executor/point_get.test ./tests/integrationtest/t/executor/chunk_reuse.test ./tests/integrationtest/t/executor/union_scan.test ./tests/integrationtest/t/executor/password_management.test ./tests/integrationtest/t/executor/compact_table.test ./tests/integrationtest/t/executor/parallel_apply.test ./tests/integrationtest/t/executor/admin.test ./tests/integrationtest/t/executor/expand.test ./tests/integrationtest/t/executor/grant.test ./tests/integrationtest/t/executor/inspection_common.test ./tests/integrationtest/t/executor/distsql.test ./tests/integrationtest/t/util/ ./tests/integrationtest/t/util/ranger.test ./tests/integrationtest/t/util/admin.test ./tests/integrationtest/t/statistics/ ./tests/integrationtest/t/statistics/handle.test ./tests/integrationtest/t/statistics/lock_table_stats.test ./tests/integrationtest/t/statistics/overflow_calc.test ./tests/integrationtest/t/statistics/integration.test ./tests/integrationtest/t/explain.test ./tests/integrationtest/t/explain_easy.test ./tests/integrationtest/t/topn_pushdown.test ./tests/integrationtest/t/access_path_selection.test ./tests/integrationtest/t/index_join.test ./tests/integrationtest/t/common_collation.test ./tests/integrationtest/t/explain_join_stats.test ./tests/integrationtest/t/db_integration.test ./tests/integrationtest/t/privilege/ ./tests/integrationtest/t/privilege/privileges.test ./tests/integrationtest/t/explain_easy_stats.test ./tests/integrationtest/t/session/ ./tests/integrationtest/t/session/vars.test ./tests/integrationtest/t/session/txn.test ./tests/integrationtest/t/session/nontransactional.test ./tests/integrationtest/t/session/common.test ./tests/integrationtest/t/session/session.test ./tests/integrationtest/t/session/bootstrap_upgrade.test ./tests/integrationtest/t/session/temporary_table.test ./tests/integrationtest/t/session/variable.test ./tests/integrationtest/t/session/privileges.test ./tests/integrationtest/t/session/user_variables.test ./tests/integrationtest/t/session/clustered_index.test ./tests/integrationtest/t/clustered_index.test ./tests/integrationtest/t/new_character_set_invalid.test ./tests/integrationtest/t/explain_union_scan.test ./tests/integrationtest/t/collation_agg_func.test ./tests/integrationtest/t/collation_misc.test ./tests/integrationtest/t/explain_foreign_key.test ./tests/integrationtest/t/explain-non-select-stmt.test ./tests/integrationtest/t/expression/ ./tests/integrationtest/t/expression/builtin.test ./tests/integrationtest/t/expression/constant_fold.test ./tests/integrationtest/t/expression/plan_cache.test ./tests/integrationtest/t/expression/cast.test ./tests/integrationtest/t/expression/issues.test ./tests/integrationtest/t/expression/explain.test ./tests/integrationtest/t/expression/noop_functions.test ./tests/integrationtest/t/expression/json.test ./tests/integrationtest/t/expression/format.test ./tests/integrationtest/t/expression/enum_set.test ./tests/integrationtest/t/expression/multi_valued_index.test ./tests/integrationtest/t/expression/charset_and_collation.test ./tests/integrationtest/t/expression/misc.test ./tests/integrationtest/t/expression/vitess_hash.test ./tests/integrationtest/t/expression/time.test ./tests/integrationtest/t/partition.test ./tests/integrationtest/t/imdbload.test ./tests/integrationtest/t/topn_push_down.test ./tests/integrationtest/t/window_function.test ./tests/integrationtest/t/tpch.test ./tests/integrationtest/t/select.test ./tests/integrationtest/t/explain_cte.test ./tests/integrationtest/t/sessiontxn/ ./tests/integrationtest/t/sessiontxn/externals.test ./tests/integrationtest/t/globalindex/ ./tests/integrationtest/t/globalindex/analyze.test ./tests/integrationtest/t/globalindex/ddl.test ./tests/integrationtest/t/globalindex/aggregate.test ./tests/integrationtest/t/globalindex/information_schema.test ./tests/integrationtest/t/globalindex/mem_index_reader.test ./tests/integrationtest/t/globalindex/index_join.test ./tests/integrationtest/t/globalindex/update.test ./tests/integrationtest/t/globalindex/insert.test ./tests/integrationtest/t/globalindex/point_get.test ./tests/integrationtest/t/globalindex/mem_index_merge.test ./tests/integrationtest/t/globalindex/expression_index.test ./tests/integrationtest/t/globalindex/mem_index_lookup.test ./tests/integrationtest/t/globalindex/multi_valued_index.test ./tests/integrationtest/t/globalindex/misc.test ./tests/integrationtest/t/explain_stats.test ./tests/integrationtest/t/collation_pointget.test ./tests/integrationtest/t/bindinfo/ ./tests/integrationtest/t/bindinfo/bind.test ./tests/integrationtest/t/bindinfo/temptable.test ./tests/integrationtest/t/bindinfo/session_handle.test ./tests/integrationtest/t/generated_columns.test ./tests/integrationtest/t/new_character_set.test ./tests/integrationtest/t/explain_complex_stats.test ./tests/integrationtest/t/types/ ./tests/integrationtest/t/types/const.test ./tests/integrationtest/t/subquery.test ./tests/integrationtest/run-tests.sh ./tests/integrationtest/config.toml ./tests/integrationtest/s.zip ./tests/integrationtest/r/ ./tests/integrationtest/r/subquery.result ./tests/integrationtest/r/ddl/ ./tests/integrationtest/r/ddl/default_as_expression.result ./tests/integrationtest/r/ddl/db_partition.result ./tests/integrationtest/r/ddl/index_modify.result ./tests/integrationtest/r/ddl/bdr_mode.result ./tests/integrationtest/r/ddl/integration.result ./tests/integrationtest/r/ddl/fail_db.result ./tests/integrationtest/r/ddl/reorg_partition.result ./tests/integrationtest/r/ddl/db_table.result ./tests/integrationtest/r/ddl/resource_group.result ./tests/integrationtest/r/ddl/table_modify.result ./tests/integrationtest/r/ddl/db_cache.result ./tests/integrationtest/r/ddl/ddl_error.result ./tests/integrationtest/r/ddl/foreign_key.result ./tests/integrationtest/r/ddl/db_integration.result ./tests/integrationtest/r/ddl/ddl_tiflash.result ./tests/integrationtest/r/ddl/sequence.result ./tests/integrationtest/r/ddl/db_foreign_key.result ./tests/integrationtest/r/ddl/multi_schema_change.result ./tests/integrationtest/r/ddl/serial.result ./tests/integrationtest/r/ddl/partition.result ./tests/integrationtest/r/ddl/column_change.result ./tests/integrationtest/r/ddl/constraint.result ./tests/integrationtest/r/ddl/column_modify.result ./tests/integrationtest/r/ddl/column.result ./tests/integrationtest/r/ddl/db.result ./tests/integrationtest/r/ddl/primary_key_handle.result ./tests/integrationtest/r/ddl/db_change.result ./tests/integrationtest/r/ddl/attributes_sql.result ./tests/integrationtest/r/ddl/modify_column.result ./tests/integrationtest/r/ddl/column_type_change.result ./tests/integrationtest/r/ddl/db_rename.result ./tests/integrationtest/r/table/ ./tests/integrationtest/r/table/tables.result ./tests/integrationtest/r/table/temptable.result ./tests/integrationtest/r/table/cache.result ./tests/integrationtest/r/table/partition.result ./tests/integrationtest/r/table/index.result ./tests/integrationtest/r/collation_misc_disabled.result ./tests/integrationtest/r/sessionctx/ ./tests/integrationtest/r/sessionctx/setvar.result ./tests/integrationtest/r/new_character_set_builtin.result ./tests/integrationtest/r/infoschema/ ./tests/integrationtest/r/infoschema/tables.result ./tests/integrationtest/r/infoschema/v2.result ./tests/integrationtest/r/infoschema/cluster_tables.result ./tests/integrationtest/r/infoschema/infoschema.result ./tests/integrationtest/r/collation_agg_func_disabled.result ./tests/integrationtest/r/imdbload.result ./tests/integrationtest/r/explain_easy_stats.result ./tests/integrationtest/r/explain_shard_index.result ./tests/integrationtest/r/common_collation.result ./tests/integrationtest/r/planner/ ./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/trace.result ./tests/integrationtest/r/planner/cardinality/selectivity.result ./tests/integrationtest/r/planner/core/ ./tests/integrationtest/r/planner/core/point_get_plan.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/plan_cost_ver2.result ./tests/integrationtest/r/planner/core/physical_plan.result ./tests/integrationtest/r/planner/core/expression_rewriter.result ./tests/integrationtest/r/planner/core/integration.result ./tests/integrationtest/r/planner/core/indexmerge_intersection.result ./tests/integrationtest/r/planner/core/enforce_mpp.result ./tests/integrationtest/r/planner/core/rule_result_reorder.result ./tests/integrationtest/r/planner/core/indexjoin.result ./tests/integrationtest/r/planner/core/range_scan_for_like.result ./tests/integrationtest/r/planner/core/plan_cache.result ./tests/integrationtest/r/planner/core/rule_constant_propagation.result ./tests/integrationtest/r/planner/core/memtable_predicate_extractor.result ./tests/integrationtest/r/planner/core/cbo.result ./tests/integrationtest/r/planner/core/partition_pruner.result ./tests/integrationtest/r/planner/core/preprocess.result ./tests/integrationtest/r/planner/core/integration_partition.result ./tests/integrationtest/r/planner/core/binary_plan.result ./tests/integrationtest/r/planner/core/indexmerge_path.result ./tests/integrationtest/r/planner/core/issuetest/ ./tests/integrationtest/r/planner/core/issuetest/planner_issue.result ./tests/integrationtest/r/planner/core/rule_join_reorder.result ./tests/integrationtest/r/planner/core/casetest/ ./tests/integrationtest/r/planner/core/casetest/point_get_plan.result ./tests/integrationtest/r/planner/core/casetest/expression_rewriter.result ./tests/integrationtest/r/planner/core/casetest/integration.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/pushdown/ ./tests/integrationtest/r/planner/core/casetest/pushdown/push_down.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_derive_topn_from_window.result ./tests/integrationtest/r/planner/core/casetest/rule/rule_join_reorder.result ./tests/integrationtest/r/planner/core/casetest/index/ ./tests/integrationtest/r/planner/core/casetest/index/index.result ./tests/integrationtest/r/planner/core/casetest/hint/ ./tests/integrationtest/r/planner/core/casetest/hint/hint.result ./tests/integrationtest/r/planner/core/casetest/physicalplantest/ ./tests/integrationtest/r/planner/core/casetest/physicalplantest/physical_plan.result ./tests/integrationtest/r/planner/core/casetest/predicate_simplification.result ./tests/integrationtest/r/planner/core/plan.result ./tests/integrationtest/r/explain_complex_stats.result ./tests/integrationtest/r/explain_indexmerge_stats.result ./tests/integrationtest/r/parser/ ./tests/integrationtest/r/parser/integration.result ./tests/integrationtest/r/black_list.result ./tests/integrationtest/r/collation_misc_enabled.result ./tests/integrationtest/r/executor/ ./tests/integrationtest/r/executor/analyze.result ./tests/integrationtest/r/executor/set.result ./tests/integrationtest/r/executor/executor_txn.result ./tests/integrationtest/r/executor/window.result ./tests/integrationtest/r/executor/batch_point_get.result ./tests/integrationtest/r/executor/infoschema_reader.result ./tests/integrationtest/r/executor/update.result ./tests/integrationtest/r/executor/expand.result ./tests/integrationtest/r/executor/import_into.result ./tests/integrationtest/r/executor/perfschema.result ./tests/integrationtest/r/executor/sample.result ./tests/integrationtest/r/executor/admin.result ./tests/integrationtest/r/executor/rowid.result ./tests/integrationtest/r/executor/inspection_common.result ./tests/integrationtest/r/executor/index_lookup_merge_join.result ./tests/integrationtest/r/executor/kv.result ./tests/integrationtest/r/executor/index_lookup_join.result ./tests/integrationtest/r/executor/partition/ ./tests/integrationtest/r/executor/partition/partition_boundaries.result ./tests/integrationtest/r/executor/partition/partition_with_expression.result ./tests/integrationtest/r/executor/partition/issues.result ./tests/integrationtest/r/executor/partition/write.result ./tests/integrationtest/r/executor/partition/table.result ./tests/integrationtest/r/executor/ddl.result ./tests/integrationtest/r/executor/union_scan.result ./tests/integrationtest/r/executor/merge_join.result ./tests/integrationtest/r/executor/executor.result ./tests/integrationtest/r/executor/stale_txn.result ./tests/integrationtest/r/executor/autoid.result ./tests/integrationtest/r/executor/distsql.result ./tests/integrationtest/r/executor/delete.result ./tests/integrationtest/r/executor/cluster_table.result ./tests/integrationtest/r/executor/revoke.result ./tests/integrationtest/r/executor/show.result ./tests/integrationtest/r/executor/chunk_reuse.result ./tests/integrationtest/r/executor/point_get.result ./tests/integrationtest/r/executor/issues.result ./tests/integrationtest/r/executor/aggregate.result ./tests/integrationtest/r/executor/foreign_key.result ./tests/integrationtest/r/executor/grant.result ./tests/integrationtest/r/executor/split_table.result ./tests/integrationtest/r/executor/insert.result ./tests/integrationtest/r/executor/write.result ./tests/integrationtest/r/executor/cte.result ./tests/integrationtest/r/executor/adapter.result ./tests/integrationtest/r/executor/jointest/ ./tests/integrationtest/r/executor/jointest/join.result ./tests/integrationtest/r/executor/jointest/hash_join.result ./tests/integrationtest/r/executor/index_merge_reader.result ./tests/integrationtest/r/executor/simple.result ./tests/integrationtest/r/executor/statement_context.result ./tests/integrationtest/r/executor/prepared.result ./tests/integrationtest/r/executor/compact_table.result ./tests/integrationtest/r/executor/charset.result ./tests/integrationtest/r/executor/password_management.result ./tests/integrationtest/r/executor/parallel_apply.result ./tests/integrationtest/r/executor/explainfor.result ./tests/integrationtest/r/executor/explain.result ./tests/integrationtest/r/explain-non-select-stmt.result ./tests/integrationtest/r/new_character_set_invalid.result ./tests/integrationtest/r/explain_join_stats.result ./tests/integrationtest/r/index_join.result ./tests/integrationtest/r/util/ ./tests/integrationtest/r/util/admin.result ./tests/integrationtest/r/util/ranger.result ./tests/integrationtest/r/explain_foreign_key.result ./tests/integrationtest/r/index_merge.result ./tests/integrationtest/r/statistics/ ./tests/integrationtest/r/statistics/integration.result ./tests/integrationtest/r/statistics/handle.result ./tests/integrationtest/r/statistics/overflow_calc.result ./tests/integrationtest/r/statistics/lock_table_stats.result ./tests/integrationtest/r/explain_cte.result ./tests/integrationtest/r/tpch.result ./tests/integrationtest/r/access_path_selection.result ./tests/integrationtest/r/explain_stats.result ./tests/integrationtest/r/collation_agg_func_enabled.result ./tests/integrationtest/r/show.result ./tests/integrationtest/r/new_character_set.result ./tests/integrationtest/r/collation_check_use_collation_disabled.result ./tests/integrationtest/r/privilege/ ./tests/integrationtest/r/privilege/privileges.result ./tests/integrationtest/r/session/ ./tests/integrationtest/r/session/vars.result ./tests/integrationtest/r/session/txn.result ./tests/integrationtest/r/session/common.result ./tests/integrationtest/r/session/user_variables.result ./tests/integrationtest/r/session/temporary_table.result ./tests/integrationtest/r/session/session.result ./tests/integrationtest/r/session/privileges.result ./tests/integrationtest/r/session/variable.result ./tests/integrationtest/r/session/nontransactional.result ./tests/integrationtest/r/session/clustered_index.result ./tests/integrationtest/r/session/bootstrap_upgrade.result ./tests/integrationtest/r/explain_easy.result ./tests/integrationtest/r/window_function.result ./tests/integrationtest/r/db_integration.result ./tests/integrationtest/r/expression/ ./tests/integrationtest/r/expression/cast.result ./tests/integrationtest/r/expression/vitess_hash.result ./tests/integrationtest/r/expression/builtin.result ./tests/integrationtest/r/expression/enum_set.result ./tests/integrationtest/r/expression/misc.result ./tests/integrationtest/r/expression/charset_and_collation.result ./tests/integrationtest/r/expression/plan_cache.result ./tests/integrationtest/r/expression/time.result ./tests/integrationtest/r/expression/issues.result ./tests/integrationtest/r/expression/format.result ./tests/integrationtest/r/expression/constant_fold.result ./tests/integrationtest/r/expression/noop_functions.result ./tests/integrationtest/r/expression/multi_valued_index.result ./tests/integrationtest/r/expression/explain.result ./tests/integrationtest/r/expression/json.result ./tests/integrationtest/r/generated_columns.result ./tests/integrationtest/r/collation_pointget_disabled.result ./tests/integrationtest/r/naaj.result ./tests/integrationtest/r/sessiontxn/ ./tests/integrationtest/r/sessiontxn/externals.result ./tests/integrationtest/r/collation_pointget_enabled.result ./tests/integrationtest/r/globalindex/ ./tests/integrationtest/r/globalindex/analyze.result ./tests/integrationtest/r/globalindex/update.result ./tests/integrationtest/r/globalindex/information_schema.result ./tests/integrationtest/r/globalindex/ddl.result ./tests/integrationtest/r/globalindex/index_join.result ./tests/integrationtest/r/globalindex/misc.result ./tests/integrationtest/r/globalindex/mem_index_reader.result ./tests/integrationtest/r/globalindex/mem_index_merge.result ./tests/integrationtest/r/globalindex/point_get.result ./tests/integrationtest/r/globalindex/aggregate.result ./tests/integrationtest/r/globalindex/insert.result ./tests/integrationtest/r/globalindex/expression_index.result ./tests/integrationtest/r/globalindex/mem_index_lookup.result ./tests/integrationtest/r/globalindex/multi_valued_index.result ./tests/integrationtest/r/topn_pushdown.result ./tests/integrationtest/r/agg_predicate_pushdown.result ./tests/integrationtest/r/cte.result ./tests/integrationtest/r/explain_generate_column_substitute.result ./tests/integrationtest/r/explain_union_scan.result ./tests/integrationtest/r/clustered_index.result ./tests/integrationtest/r/collation_check_use_collation_enabled.result ./tests/integrationtest/r/partition.result ./tests/integrationtest/r/bindinfo/ ./tests/integrationtest/r/bindinfo/temptable.result ./tests/integrationtest/r/bindinfo/session_handle.result ./tests/integrationtest/r/bindinfo/bind.result ./tests/integrationtest/r/topn_push_down.result ./tests/integrationtest/r/explain_complex.result ./tests/integrationtest/r/types/ ./tests/integrationtest/r/types/const.result ./tests/integrationtest/r/explain.result ./tests/integrationtest/r/select.result ./tests/integrationtest/disable_new_collation.toml ./tests/integrationtest/README.md ./tests/readonlytest/ ./tests/readonlytest/BUILD.bazel ./tests/readonlytest/readonly_test.go ./tests/readonlytest/main_test.go ./tests/readonlytest/README.md ./tests/realtikvtest/ ./tests/realtikvtest/BUILD.bazel ./tests/realtikvtest/addindextest1/ ./tests/realtikvtest/addindextest1/BUILD.bazel ./tests/realtikvtest/addindextest1/disttask_test.go ./tests/realtikvtest/addindextest1/main_test.go ./tests/realtikvtest/importintotest4/ ./tests/realtikvtest/importintotest4/BUILD.bazel ./tests/realtikvtest/importintotest4/split_file_test.go ./tests/realtikvtest/importintotest4/main_test.go ./tests/realtikvtest/importintotest4/global_sort_test.go ./tests/realtikvtest/brietest/ ./tests/realtikvtest/brietest/BUILD.bazel ./tests/realtikvtest/brietest/binlog_test.go ./tests/realtikvtest/brietest/pitr_test.go ./tests/realtikvtest/brietest/operator_test.go ./tests/realtikvtest/brietest/main_test.go ./tests/realtikvtest/brietest/brie_test.go ./tests/realtikvtest/brietest/backup_restore_test.go ./tests/realtikvtest/importintotest3/ ./tests/realtikvtest/importintotest3/BUILD.bazel ./tests/realtikvtest/importintotest3/file_compression_test.go ./tests/realtikvtest/importintotest3/main_test.go ./tests/realtikvtest/importintotest3/from_server_test.go ./tests/realtikvtest/flashbacktest/ ./tests/realtikvtest/flashbacktest/BUILD.bazel ./tests/realtikvtest/flashbacktest/flashback_test.go ./tests/realtikvtest/flashbacktest/main_test.go ./tests/realtikvtest/importintotest/ ./tests/realtikvtest/importintotest/precheck_test.go ./tests/realtikvtest/importintotest/BUILD.bazel ./tests/realtikvtest/importintotest/util_test.go ./tests/realtikvtest/importintotest/detach_test.go ./tests/realtikvtest/importintotest/import_into_test.go ./tests/realtikvtest/importintotest/main_test.go ./tests/realtikvtest/importintotest/job_test.go ./tests/realtikvtest/importintotest/test.parquet ./tests/realtikvtest/importintotest/one_parquet_test.go ./tests/realtikvtest/pipelineddmltest/ ./tests/realtikvtest/pipelineddmltest/BUILD.bazel ./tests/realtikvtest/pipelineddmltest/main_test.go ./tests/realtikvtest/pipelineddmltest/pipelineddml_test.go ./tests/realtikvtest/addindextest2/ ./tests/realtikvtest/addindextest2/BUILD.bazel ./tests/realtikvtest/addindextest2/alter_job_test.go ./tests/realtikvtest/addindextest2/main_test.go ./tests/realtikvtest/addindextest2/global_sort_test.go ./tests/realtikvtest/statisticstest/ ./tests/realtikvtest/statisticstest/BUILD.bazel ./tests/realtikvtest/statisticstest/statistics_test.go ./tests/realtikvtest/statisticstest/main_test.go ./tests/realtikvtest/addindextest4/ ./tests/realtikvtest/addindextest4/BUILD.bazel ./tests/realtikvtest/addindextest4/main_test.go ./tests/realtikvtest/addindextest4/failure_test.go ./tests/realtikvtest/addindextest3/ ./tests/realtikvtest/addindextest3/BUILD.bazel ./tests/realtikvtest/addindextest3/functional_test.go ./tests/realtikvtest/addindextest3/operator_test.go ./tests/realtikvtest/addindextest3/main_test.go ./tests/realtikvtest/addindextest3/ingest_test.go ./tests/realtikvtest/sessiontest/ ./tests/realtikvtest/sessiontest/BUILD.bazel ./tests/realtikvtest/sessiontest/infoschema_v2_test.go ./tests/realtikvtest/sessiontest/main_test.go ./tests/realtikvtest/sessiontest/session_fail_test.go ./tests/realtikvtest/sessiontest/paging_test.go ./tests/realtikvtest/testutils/ ./tests/realtikvtest/testutils/BUILD.bazel ./tests/realtikvtest/testutils/workload.go ./tests/realtikvtest/testutils/common.go ./tests/realtikvtest/testutils/compatibility.go ./tests/realtikvtest/addindextest/ ./tests/realtikvtest/addindextest/BUILD.bazel ./tests/realtikvtest/addindextest/pitr_test.go ./tests/realtikvtest/addindextest/add_index_test.go ./tests/realtikvtest/addindextest/failpoints_test.go ./tests/realtikvtest/addindextest/main_test.go ./tests/realtikvtest/addindextest/concurrent_ddl_test.go ./tests/realtikvtest/addindextest/multi_schema_change_test.go ./tests/realtikvtest/importintotest2/ ./tests/realtikvtest/importintotest2/BUILD.bazel ./tests/realtikvtest/importintotest2/main_test.go ./tests/realtikvtest/importintotest2/write_after_import_test.go ./tests/realtikvtest/importintotest2/from_select_test.go ./tests/realtikvtest/pushdowntest/ ./tests/realtikvtest/pushdowntest/BUILD.bazel ./tests/realtikvtest/pushdowntest/main_test.go ./tests/realtikvtest/pushdowntest/expr_test.go ./tests/realtikvtest/pessimistictest/ ./tests/realtikvtest/pessimistictest/BUILD.bazel ./tests/realtikvtest/pessimistictest/main_test.go ./tests/realtikvtest/pessimistictest/pessimistic_test.go ./tests/realtikvtest/testkit.go ./tests/realtikvtest/txntest/ ./tests/realtikvtest/txntest/BUILD.bazel ./tests/realtikvtest/txntest/isolation_test.go ./tests/realtikvtest/txntest/txn_test.go ./tests/realtikvtest/txntest/stale_read_test.go ./tests/realtikvtest/txntest/main_test.go ./tests/realtikvtest/txntest/txn_state_test.go ./tests/cncheckcert/ ./tests/cncheckcert/server-cert.pem ./tests/cncheckcert/ca-key.pem ./tests/cncheckcert/client-key-2.pem ./tests/cncheckcert/client-cert-1.pem ./tests/cncheckcert/server-key.pem ./tests/cncheckcert/client-key-1.pem ./tests/cncheckcert/client-cert-2.pem ./tests/cncheckcert/ca-tidb-test-1.crt ./tools/ ./tools/dashboard-linter/ ./tools/dashboard-linter/BUILD.bazel ./tools/dashboard-linter/main.go ./tools/fake-oauth/ ./tools/fake-oauth/BUILD.bazel ./tools/fake-oauth/main.go ./tools/patch-go/ ./tools/patch-go/patch-go.sh ./tools/patch-go/go1.20.2.patch ./tools/patch-go/build.sh ./tools/patch-go/check.go ./tools/patch-go/go1.20.1.patch ./tools/patch-go/Dockerfile ./tools/patch-go/go1.20.5.patch ./tools/tazel/ ./tools/tazel/BUILD.bazel ./tools/tazel/ast.go ./tools/tazel/main.go ./tools/tazel/util.go ./tools/check/ ./tools/check/check-tidy.sh ./tools/check/BUILD.bazel ./tools/check/check_testSuite.sh ./tools/check/longtests.go ./tools/check/go-compile-without-link.sh ./tools/check/check-bazel-prepare.sh ./tools/check/check-bazel-prepare-rbe.sh ./tools/check/check-gogenerate.sh ./tools/check/check-errdoc.sh ./tools/check/check-file-perm.sh ./tools/check/ut.go ./tools/check/revive.toml ./tools/check/xprog/ ./tools/check/xprog/BUILD.bazel ./tools/check/xprog/xprog.go ./tools/gen-parquet/ ./tools/gen-parquet/BUILD.bazel ./tools/gen-parquet/main.go + echo pr/dde8429f030a5d9dd80c21356dccec04ccedf6af + echo done [Pipeline] sh + filepath=builds/pingcap/tidb/pr/dde8429f030a5d9dd80c21356dccec04ccedf6af/centos7/tidb-server.tar.gz + donepath=builds/pingcap/tidb/pr/dde8429f030a5d9dd80c21356dccec04ccedf6af/centos7/done + refspath=refs/pingcap/tidb/pr/60399/sha1 + curl -F builds/pingcap/tidb/pr/dde8429f030a5d9dd80c21356dccec04ccedf6af/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 15 174M 0 0 15 26.8M 0 368M --:--:-- --:--:-- --:--:-- 363M 100 174M 0 0 100 174M 0 127M 0:00:01 0:00:01 --:--:-- 127M 100 174M 0 0 100 174M 0 73.7M 0:00:02 0:00:02 --:--:-- 73.7M 100 174M 0 0 100 174M 0 51.8M 0:00:03 0:00:03 --:--:-- 51.8M 100 174M 0 0 100 174M 0 39.9M 0:00:04 0:00:04 --:--:-- 39.9M 100 174M 100 155 100 174M 29 32.8M 0:00:05 0:00:05 --:--:-- 28.1M 100 174M 100 155 100 174M 29 32.8M 0:00:05 0:00:05 --:--:-- 39 {"msg":"success","url":"http://fileserver.pingcap.net/download/builds/pingcap/tidb/pr/dde8429f030a5d9dd80c21356dccec04ccedf6af/centos7/tidb-server.tar.gz"}+ curl -F builds/pingcap/tidb/pr/dde8429f030a5d9dd80c21356dccec04ccedf6af/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 4406 8531 --:--:-- --:--:-- --:--:-- 12937 {"msg":"success","url":"http://fileserver.pingcap.net/download/builds/pingcap/tidb/pr/dde8429f030a5d9dd80c21356dccec04ccedf6af/centos7/done"}+ curl -F refs/pingcap/tidb/pr/60399/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 4173 11608 --:--:-- --:--:-- --:--:-- 15782 {"msg":"success","url":"http://fileserver.pingcap.net/download/refs/pingcap/tidb/pr/60399/sha1"} [Pipeline] sh + filepath=builds/pingcap/tidb-check/pr/dde8429f030a5d9dd80c21356dccec04ccedf6af/centos7/tidb-server.tar.gz + donepath=builds/pingcap/tidb-check/pr/dde8429f030a5d9dd80c21356dccec04ccedf6af/centos7/done + curl -F builds/pingcap/tidb-check/pr/dde8429f030a5d9dd80c21356dccec04ccedf6af/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 54 174M 0 0 54 94.8M 0 481M --:--:-- --:--:-- --:--:-- 478M 100 174M 0 0 100 174M 0 127M 0:00:01 0:00:01 --:--:-- 127M 100 174M 0 0 100 174M 0 73.8M 0:00:02 0:00:02 --:--:-- 73.7M 100 174M 0 0 100 174M 0 51.8M 0:00:03 0:00:03 --:--:-- 51.8M 100 174M 0 0 100 174M 0 39.9M 0:00:04 0:00:04 --:--:-- 39.9M 100 174M 100 161 100 174M 32 35.3M 0:00:05 0:00:04 0:00:01 16.8M {"msg":"success","url":"http://fileserver.pingcap.net/download/builds/pingcap/tidb-check/pr/dde8429f030a5d9dd80c21356dccec04ccedf6af/centos7/tidb-server.tar.gz"}+ curl -F builds/pingcap/tidb-check/pr/dde8429f030a5d9dd80c21356dccec04ccedf6af/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 3585 6804 --:--:-- --:--:-- --:--:-- 10390 {"msg":"success","url":"http://fileserver.pingcap.net/download/builds/pingcap/tidb-check/pr/dde8429f030a5d9dd80c21356dccec04ccedf6af/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/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.20240318064555-6bd07397691f go: downloading github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a go: downloading go.uber.org/zap v1.27.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/ghpr_build/tidb/pkg/extension/enterprise/../../../.git/modules/extension/enterprise CGO_ENABLED=1 GO111MODULE=on go build -tags codes -tags=codes,enterprise -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=b2a5950" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2025-04-04 10:49:29" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=b2a59508c11c86ba701c4af25fc536a9475b82c6" -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 github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 go: downloading github.com/tikv/client-go/v2 v2.0.8-0.20250327030528-1906b778d741 go: downloading github.com/grafana/pyroscope-go v1.2.1 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 go: downloading go.uber.org/automaxprocs v1.6.0 go: downloading github.com/prometheus/client_golang v1.21.1 go: downloading github.com/pingcap/kvproto v0.0.0-20250224053625-b6a98c6bf02d go: downloading github.com/tikv/pd/client v0.0.0-20250318085533-e8050f72d00d go: downloading github.com/otiai10/copy v1.14.0 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 go: downloading golang.org/x/net v0.38.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/pingcap/tipb v0.0.0-20250331100511-d2c561dad347 go: downloading github.com/google/uuid v1.6.0 go: downloading google.golang.org/grpc v1.63.2 go: downloading github.com/pingcap/sysutil v1.0.1-0.20240311050922-ae81ee01f3a5 go: downloading github.com/uber/jaeger-client-go v2.22.1+incompatible go: downloading github.com/BurntSushi/toml v1.5.0 go: downloading github.com/google/btree v1.1.2 go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 go: downloading golang.org/x/sys v0.31.0 go: downloading github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 go: downloading github.com/danjacques/gofslock v0.0.0-20191023191349-0a45f885bc37 go: downloading golang.org/x/sync v0.12.0 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/opentracing/basictracer-go v1.0.0 go: downloading github.com/twmb/murmur3 v1.1.6 go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go: downloading github.com/cloudfoundry/gosigar v1.3.6 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f go: downloading github.com/coocood/freecache v1.2.1 go: downloading github.com/stretchr/testify v1.10.0 go: downloading github.com/YangKeao/ldap/v3 v3.4.5-0.20230421065457-369a3bab1117 go: downloading github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a go: downloading google.golang.org/protobuf v1.36.5 go: downloading github.com/dolthub/swiss v0.2.1 go: downloading golang.org/x/text v0.23.0 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/gorilla/mux v1.8.1 go: downloading github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d go: downloading github.com/blacktear23/go-proxyprotocol v1.0.6 go: downloading github.com/klauspost/compress v1.18.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/influxdata/tdigest v0.0.1 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef go: downloading github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/qri-io/jsonschema v0.2.1 go: downloading golang.org/x/tools v0.31.0 go: downloading github.com/grafana/pyroscope-go/godeltaprof v0.1.8 go: downloading github.com/bits-and-blooms/bitset v1.14.3 go: downloading golang.org/x/time v0.11.0 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/prometheus/common v0.63.0 go: downloading github.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 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 github.com/dolthub/maphash v0.1.0 go: downloading github.com/jellydator/ttlcache/v3 v3.0.1 go: downloading github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 go: downloading github.com/cockroachdb/pebble v1.1.4-0.20250120151818-5dd133a1e6fb go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading github.com/aws/aws-sdk-go v1.55.5 go: downloading github.com/joho/sqltocsv v0.0.0-20210428211105-a6d6801d59df go: downloading github.com/carlmjohnson/flagext v0.21.0 go: downloading github.com/cheggaaa/pb/v3 v3.0.8 go: downloading golang.org/x/term v0.30.0 go: downloading cloud.google.com/go/storage v1.38.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.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/go-resty/resty/v2 v2.11.0 go: downloading github.com/ks3sdklib/aws-sdk-go v1.2.9 go: downloading github.com/spf13/pflag v1.0.6 go: downloading golang.org/x/oauth2 v0.28.0 go: downloading google.golang.org/api v0.169.0 go: downloading github.com/spkg/bom v1.0.0 go: downloading github.com/jfcg/sorty/v2 v2.1.0 go: downloading github.com/xitongsys/parquet-go v1.6.3-0.20240520233950-75e935fc3e17 go: downloading github.com/robfig/cron/v3 v3.0.1 go: downloading github.com/fatih/color v1.18.0 go: downloading github.com/vbauerster/mpb/v7 v7.5.3 go: downloading github.com/spf13/cobra v1.9.1 go: downloading go.uber.org/mock v0.4.0 go: downloading golang.org/x/crypto v0.36.0 go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible 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/beorn7/perks v1.0.1 go: downloading github.com/prometheus/procfs v0.16.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/lestrrat-go/blackmagic v1.0.2 go: downloading github.com/lestrrat-go/httprc v1.0.5 go: downloading github.com/lestrrat-go/iter v1.0.2 go: downloading github.com/lestrrat-go/option v1.0.1 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading github.com/golang/glog v1.2.4 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec go: downloading github.com/tklauser/go-sysconf v0.3.12 go: downloading github.com/qri-io/jsonpointer v0.1.1 go: downloading github.com/VividCortex/ewma v1.2.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/mattn/go-colorable v0.1.14 go: downloading github.com/mattn/go-runewidth v0.0.16 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading github.com/zyedidia/generic v1.2.1 go: downloading github.com/Masterminds/semver v1.5.0 go: downloading k8s.io/api v0.29.11 go: downloading github.com/emirpasic/gods v1.18.1 go: downloading github.com/jedib0t/go-pretty/v6 v6.2.2 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 go: downloading google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de go: downloading github.com/jfcg/sixb v1.3.8 go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go: downloading cloud.google.com/go v0.112.1 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/lestrrat-go/httpcc v1.0.1 go: downloading cloud.google.com/go/compute/metadata v0.3.0 go: downloading github.com/apache/thrift v0.16.0 go: downloading github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 go: downloading github.com/rivo/uniseg v0.4.7 go: downloading github.com/klauspost/cpuid v1.3.1 go: downloading github.com/tklauser/numcpus v0.6.1 go: downloading github.com/apache/arrow/go/v12 v12.0.1 go: downloading github.com/goccy/go-reflect v1.2.0 go: downloading github.com/kylelemons/godebug v1.1.0 go: downloading cloud.google.com/go/kms v1.15.7 go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c go: downloading github.com/segmentio/fasthash v1.0.3 go: downloading github.com/pierrec/lz4/v4 v4.1.15 go: downloading github.com/golang-jwt/jwt/v5 v5.2.2 go: downloading cloud.google.com/go/iam v1.1.6 go: downloading github.com/googleapis/gax-go/v2 v2.12.2 go: downloading go.opencensus.io v0.24.0 go: downloading go.opentelemetry.io/otel v1.24.0 go: downloading go.opentelemetry.io/otel/trace v1.24.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da go: downloading github.com/go-logr/logr v1.4.1 go: downloading go.opentelemetry.io/otel/metric v1.24.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/cockroachdb/errors v1.11.3 go: downloading github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/DataDog/zstd v1.5.5 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/getsentry/sentry-go v0.27.0 go: downloading github.com/rogpeppe/go-internal v1.14.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/google/flatbuffers v2.0.8+incompatible go: downloading github.com/goccy/go-json v0.10.2 go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 go: downloading github.com/zeebo/xxh3 v1.0.2 go: downloading github.com/andybalholm/brotli v1.0.5 go: downloading k8s.io/apimachinery v0.29.11 go: downloading github.com/klauspost/cpuid/v2 v2.0.9 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading k8s.io/klog/v2 v2.120.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go: downloading github.com/google/gofuzz v1.2.0 go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b go: downloading github.com/google/s2a-go v0.1.7 go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading github.com/jmespath/go-jmespath v0.4.0 + ./bin/tidb-server -V Release Version: b2a5950 Edition: Enterprise Git Commit Hash: b2a59508c11c86ba701c4af25fc536a9475b82c6 Git Branch: HEAD UTC Build Time: 2025-04-04 10:49:29 GoVersion: go1.23.8 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/ghpr_build/enterprise-plugin [Pipeline] { [Pipeline] cache Cache restored successfully (git/pingcap-inc/enterprise-plugin/rev-3387dab0de035a0cd9d2e055c747364745616a40) 2785280 bytes in 0.10 secs (27606625 bytes/sec) [Pipeline] { [Pipeline] retry [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo computeBranchFromPR component: plugin, prTargetBranch: master, prTitle: planner: Fixed point get not giving error on non-existing explict partition, trunkBranch: master [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@1b74e4b4; decorates RemoteLauncher[hudson.remoting.Channel@302ed53d:JNLP4-connect connection from 10.233.81.154/10.233.81.154:53950] 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/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/ghpr_build/enterprise-plugin@tmp/jenkins-gitclient-ssh13125459004439653562.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 3d5796cbcf8b2f16fe91392cd6742f9181ee723b (origin/master) > git rev-parse origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d5796cbcf8b2f16fe91392cd6742f9181ee723b # timeout=10 Commit message: "*: update go.mod (#164)" [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // retry [Pipeline] } Cache saved successfully (git/pingcap-inc/enterprise-plugin/rev-dde8429f030a5d9dd80c21356dccec04ccedf6af) 2785280 bytes in 0.29 secs (9616492 bytes/sec) [Pipeline] // cache [Pipeline] } [Pipeline] // dir [Pipeline] sh + mkdir -p plugin-so + pushd enterprise-plugin/audit ~/agent/workspace/pingcap/tidb/ghpr_build/enterprise-plugin/audit ~/agent/workspace/pingcap/tidb/ghpr_build + go mod tidy go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 go: downloading github.com/sasha-s/go-deadlock v0.3.5 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/spf13/cobra v1.8.1 go: downloading github.com/segmentio/asm v1.2.0 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 github.com/mattn/go-colorable v0.1.13 go: downloading github.com/yusufpapurcu/wmi v1.2.4 go: downloading github.com/shoenig/go-m1cpu v0.1.6 go: downloading github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 go: downloading github.com/rogpeppe/go-internal v1.13.1 go: downloading github.com/go-ole/go-ole v1.3.0 go: downloading golang.org/x/mod v0.24.0 go: downloading github.com/klauspost/asmfmt v1.3.2 go: downloading github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 go: downloading github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 go: downloading github.com/gobwas/glob v0.2.3 go: downloading go.uber.org/goleak v1.3.0 go: downloading github.com/google/go-cmp v0.7.0 go: downloading go.etcd.io/etcd/tests/v3 v3.5.12 go: downloading github.com/prometheus/prometheus v0.50.1 go: downloading go.etcd.io/etcd/server/v3 v3.5.12 go: downloading github.com/HdrHistogram/hdrhistogram-go v1.1.2 go: downloading github.com/hashicorp/go-version v1.7.0 go: downloading github.com/fsouza/fake-gcs-server v1.44.0 go: downloading github.com/stretchr/objx v0.5.2 go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1 go: downloading github.com/otiai10/mint v1.5.1 go: downloading github.com/cockroachdb/datadriven v1.0.3-0.20230413201302-be42291fc80f go: downloading github.com/onsi/gomega v1.29.0 go: downloading github.com/onsi/ginkgo v1.16.5 go: downloading github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 go: downloading github.com/xitongsys/parquet-go-source v0.0.0-20200817004010-026bad9b25d0 go: downloading github.com/jfcg/opt v0.3.1 go: downloading github.com/google/martian/v3 v3.3.2 go: downloading github.com/zeebo/assert v1.3.0 go: downloading github.com/stathat/consistent v1.0.0 go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0 go: downloading github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5 go: downloading google.golang.org/grpc/examples v0.0.0-20231221225426-4f03f3ff32c9 go: downloading github.com/shoenig/test v0.6.4 go: downloading sigs.k8s.io/yaml v1.4.0 go: downloading gonum.org/v1/gonum v0.11.0 go: downloading github.com/go-errors/errors v1.4.2 go: downloading github.com/sergi/go-diff v1.1.0 go: downloading github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c go: downloading github.com/jfcg/rng v1.0.4 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading go.opentelemetry.io/otel/sdk v1.24.0 go: downloading github.com/felixge/fgprof v0.9.3 go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f go: downloading github.com/johannesboyne/gofakes3 v0.0.0-20230506070712-04da935ef877 go: downloading github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/jpillora/backoff v1.0.0 go: downloading github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c 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/sirupsen/logrus v1.9.3 go: downloading github.com/gorilla/handlers v1.5.1 go: downloading cloud.google.com/go/pubsub v1.36.1 go: downloading github.com/google/renameio/v2 v2.0.0 go: downloading github.com/pkg/xattr v0.4.9 go: downloading github.com/google/renameio v0.1.0 go: downloading github.com/google/martian v2.1.0+incompatible go: downloading github.com/nxadm/tail v1.4.8 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: downloading github.com/fsnotify/fsnotify v1.6.0 go: downloading go.etcd.io/etcd/client/v2 v2.305.12 go: downloading go.etcd.io/etcd/raft/v3 v3.5.12 go: downloading go.etcd.io/etcd/pkg/v3 v3.5.12 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go: downloading go.etcd.io/bbolt v1.3.5 go: downloading github.com/jonboulle/clockwork v0.4.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 go: downloading github.com/golang-jwt/jwt/v4 v4.5.2 go: downloading github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 go: downloading github.com/gorilla/websocket v1.5.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 go: downloading github.com/golang-jwt/jwt v3.2.1+incompatible go: downloading go.opentelemetry.io/proto/otlp v1.1.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 go: downloading github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd go: downloading github.com/go-kit/log v0.2.1 go: downloading github.com/dennwc/varint v1.0.0 go: downloading github.com/go-logfmt/logfmt v0.6.0 + popd ~/agent/workspace/pingcap/tidb/ghpr_build + pushd tidb ~/agent/workspace/pingcap/tidb/ghpr_build/tidb ~/agent/workspace/pingcap/tidb/ghpr_build + go run ./cmd/pluginpkg -pkg-dir ../enterprise-plugin/audit -out-dir ../plugin-so Package "/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/enterprise-plugin/audit" as plugin "/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/plugin-so/audit-1.so" success. Manifest: { "buildTime": "2025-04-04 10:51:50.559443591 +0000 UTC m=+0.000275835", "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/ghpr_build + pushd enterprise-plugin/whitelist ~/agent/workspace/pingcap/tidb/ghpr_build/enterprise-plugin/whitelist ~/agent/workspace/pingcap/tidb/ghpr_build + go mod tidy + popd ~/agent/workspace/pingcap/tidb/ghpr_build + pushd tidb ~/agent/workspace/pingcap/tidb/ghpr_build/tidb ~/agent/workspace/pingcap/tidb/ghpr_build + go run ./cmd/pluginpkg -pkg-dir ../enterprise-plugin/whitelist -out-dir ../plugin-so Package "/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/enterprise-plugin/whitelist" as plugin "/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/plugin-so/whitelist-1.so" success. Manifest: { "buildTime": "2025-04-04 10:54:31.161807547 +0000 UTC m=+0.000291597", "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/ghpr_build + make server -C tidb make: Entering directory '/home/jenkins/agent/workspace/pingcap/tidb/ghpr_build/tidb' CGO_ENABLED=1 GO111MODULE=on go build -tags codes -ldflags '-X "github.com/pingcap/tidb/pkg/parser/mysql.TiDBReleaseVersion=b2a5950" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBBuildTS=2025-04-04 10:54:52" -X "github.com/pingcap/tidb/pkg/util/versioninfo.TiDBGitHash=b2a59508c11c86ba701c4af25fc536a9475b82c6" -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/ghpr_build/tidb' + sleep 30 + ./tidb/bin/tidb-server -plugin-dir=./plugin-so -plugin-load=audit-1,whitelist-1 + tee ./loading-plugin.log [2025/04/04 10:55:14.296 +00:00] [INFO] [meminfo.go:179] ["use cgroup memory hook because TiDB is in the container"] [2025/04/04 10:55:14.296 +00:00] [INFO] [cpuprofile.go:113] ["parallel cpu profiler started"] [2025/04/04 10:55:14.297 +00:00] [INFO] [cgmon.go:60] ["cgroup monitor started"] [2025/04/04 10:55:14.297 +00:00] [INFO] [printer.go:52] ["Welcome to TiDB."] ["Release Version"=b2a5950] [Edition=Community] ["Git Commit Hash"=b2a59508c11c86ba701c4af25fc536a9475b82c6] ["Git Branch"=HEAD] ["UTC Build Time"="2025-04-04 10:54:52"] [GoVersion=go1.23.8] ["Race Enabled"=false] ["Check Table Before Drop"=false] [2025/04/04 10:55:14.297 +00:00] [INFO] [cgmon.go:130] ["set the maxprocs"] [quota=16] [2025/04/04 10:55:14.297 +00:00] [INFO] [cgmon.go:154] ["set the memory limit"] [memLimit=68719476736] [2025/04/04 10:55:14.297 +00:00] [INFO] [printer.go:57] ["loaded config"] [config="{\"host\":\"0.0.0.0\",\"advertise-address\":\"10.233.81.154\",\"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,\"compression\":\"\"},\"slow-query-file\":\"tidb-slow.log\",\"expensive-threshold\":10000,\"general-log-file\":\"\",\"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_enable_stats_owner\":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,\"max-txn-ttl\":3600000,\"index-usage-sync-lease\":\"\",\"plan-replayer-gc-lease\":\"10m\",\"gogc\":100,\"enforce-mpp\":false,\"stats-load-concurrency\":0,\"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\":true,\"projection-push-down\":true},\"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\":true},\"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-shared-buffer-pool\":false,\"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},\"batch-policy\":\"standard\",\"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,\"max-concurrency-request-limit\":9223372036854775807,\"enable-replica-selector-v2\":true},\"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\":true,\"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}"] [2025/04/04 10:55:14.297 +00:00] [INFO] [main.go:435] ["disable Prometheus push client"] [2025/04/04 10:55:14.297 +00:00] [INFO] [store.go:80] ["new store"] [path=unistore:///tmp/tidb] [2025/04/04 10:55:14.297 +00:00] [INFO] [systime_mon.go:26] ["start system time monitor"] [2025/04/04 10:55:14.303 +00:00] [INFO] [store.go:86] ["new store with retry success"] [2025/04/04 10:55:14.303 +00:00] [INFO] [plugin.go:377] ["start load plugin manifest"] [plugin=audit-1] [name=audit] [version=1] [2025/04/04 10:55:14.408 +00:00] [INFO] [plugin.go:377] ["start load plugin manifest"] [plugin=whitelist-1] [name=whitelist] [version=1] [2025/04/04 10:55:14.539 +00:00] [INFO] [store_cache.go:532] ["change store resolve state"] [store=1] [addr=store1] [from=unresolved] [to=resolved] [liveness-state=reachable] [2025/04/04 10:55:14.539 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000fffffffffffe] [2025/04/04 10:55:14.540 +00: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] [2025/04/04 10:55:14.540 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/04 10:55:14.540 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000fffffffffffd] [2025/04/04 10:55:14.542 +00: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] [2025/04/04 10:55:14.542 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/04 10:55:14.542 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000fffffffffffc] [2025/04/04 10:55:14.545 +00: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] [2025/04/04 10:55:14.545 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/04 10:55:14.545 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:14.545 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:14.546 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:14.546 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:14.546 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000fffffffffffb] [2025/04/04 10:55:14.546 +00: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] [2025/04/04 10:55:14.546 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/04 10:55:14.547 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(65535) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:14.547 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000fffffffffffa] [2025/04/04 10:55:14.547 +00: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] [2025/04/04 10:55:14.547 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/04 10:55:14.547 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000fffffffffff9] [2025/04/04 10:55:14.549 +00: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] [2025/04/04 10:55:14.549 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/04 10:55:14.550 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000fffffffffff8] [2025/04/04 10:55:14.550 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=2] ["first at"=748000fffffffffff8] ["first new region left"="{Id:2 StartKey: EndKey:748000fffffffffffff800000000000000f8 RegionEpoch:{ConfVer:1 Version:8} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.550 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/04 10:55:14.551 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=9e96d325-ef08-4e0c-9aca-bc7e3f40ec74] ["ddl lease"=45s] ["stats lease"=3s] [2025/04/04 10:55:14.558 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:55:14.558 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:55:14.558 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [version=0] [2025/04/04 10:55:14.570 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=0] ["elapsed time"=12.086551ms] [2025/04/04 10:55:14.570 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:55:14.570 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=47ed1d84-ca46-4463-9768-da34f64d8410] [runWorker=true] [jobVersion=v2] [2025/04/04 10:55:14.570 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:55:14.571 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:55:14.571 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=47ed1d84-ca46-4463-9768-da34f64d8410] [2025/04/04 10:55:14.571 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:55:14.571 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:55:14.571 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:55:14.571 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:55:14.571 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:55:14.571 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:55:14.571 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:55:14.571 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:55:14.571 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:55:14.571 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:55:14.571 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:55:14.571 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:55:14.571 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:55:14.571 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:55:14.571 +00:00] [WARN] [domain.go:318] ["failed to get schema version"] [error="There is no Write MVCC info for the schema version"] [version=0] [2025/04/04 10:55:14.571 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:55:14.571 +00:00] [ERROR] [ru_stats.go:85] ["failed to insert request_unit_by_group data"] [error="[schema:1146]Table 'mysql.request_unit_by_group' doesn't exist"] [retry=0] [2025/04/04 10:55:14.574 +00:00] [INFO] [job_submitter.go:133] ["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: 2025-04-04 10:55:14.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.574 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS test"] [2025/04/04 10:55:14.575 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:queueing, SchemaState:none, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.591 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=1] ["elapsed time"=15.281772ms] [2025/04/04 10:55:14.591 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:55:14.592 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.592 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=3] [version=1] [2025/04/04 10:55:14.595 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=1] ["take time"=19.008979ms] [job="ID:3, Type:create schema, State:done, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.596 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=3] [job="ID:3, Type:create schema, State:synced, SchemaState:public, SchemaID:2, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.573 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.598 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=3] [2025/04/04 10:55:14.598 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS test"] [user=] [2025/04/04 10:55:14.598 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=1] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS `mysql`"] [user=] [2025/04/04 10:55:14.602 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.602 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [2025/04/04 10:55:14.603 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.608 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=1] [neededSchemaVersion=2] ["elapsed time"=762.953µs] [gotSchemaVersion=2] [phyTblIDs="[4]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.609 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.609 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=5] [version=2] [2025/04/04 10:55:14.610 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=2] ["take time"=2.119956ms] [job="ID:5, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.611 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=5] [job="ID:5, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:4, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.6 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.615 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=5] [2025/04/04 10:55:14.615 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.615 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=2] [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\tMax_user_connections \tINT UNSIGNED NOT NULL DEFAULT 0,\n\t\tPRIMARY KEY (Host, User),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:55:14.615 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=2] ["first split key"=748000000000000004] [2025/04/04 10:55:14.615 +00: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:9} Peers:[id:3 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.615 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[2]"] [2025/04/04 10:55:14.616 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.616 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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' "] [2025/04/04 10:55:14.617 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.619 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=2] [neededSchemaVersion=3] ["elapsed time"=190.253µs] [gotSchemaVersion=3] [phyTblIDs="[6]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.619 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.620 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=7] [version=3] [2025/04/04 10:55:14.621 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=3] ["take time"=2.109909ms] [job="ID:7, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.622 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=7] [job="ID:7, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:6, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.616 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.623 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=7] [2025/04/04 10:55:14.623 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.623 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=3] [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=] [2025/04/04 10:55:14.624 +00: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"=748000000000000006] [2025/04/04 10:55:14.624 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=18] ["first at"=748000000000000006] ["first new region left"="{Id:18 StartKey:7480000000000000ff0400000000000000f8 EndKey:7480000000000000ff0600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:19 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.624 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[18]"] [2025/04/04 10:55:14.625 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.625 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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),KEY i_user (User))"] [2025/04/04 10:55:14.626 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.627 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=3] [neededSchemaVersion=4] ["elapsed time"=195.625µs] [gotSchemaVersion=4] [phyTblIDs="[8]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.628 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.628 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=9] [version=4] [2025/04/04 10:55:14.629 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=4] ["take time"=2.119912ms] [job="ID:9, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.630 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=9] [job="ID:9, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:8, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.624 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.632 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=9] [2025/04/04 10:55:14.632 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.632 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=4] [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),KEY i_user (User))"] [user=] [2025/04/04 10:55:14.632 +00: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"=748000000000000008] [2025/04/04 10:55:14.634 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.634 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=20] ["first at"=748000000000000008] ["first new region left"="{Id:20 StartKey:7480000000000000ff0600000000000000f8 EndKey:7480000000000000ff0800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:21 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.634 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[20]"] [2025/04/04 10:55:14.634 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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),\n\t\tKEY i_user (User));"] [2025/04/04 10:55:14.635 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.638 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=4] [neededSchemaVersion=5] ["elapsed time"=464.219µs] [gotSchemaVersion=5] [phyTblIDs="[10]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.639 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.639 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=11] [version=5] [2025/04/04 10:55:14.640 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=5] ["take time"=2.117217ms] [job="ID:11, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.641 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=11] [job="ID:11, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:10, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.633 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.643 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=11] [2025/04/04 10:55:14.643 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.643 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=5] [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),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:55:14.644 +00: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"=74800000000000000a] [2025/04/04 10:55:14.645 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.645 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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),\n\t\tKEY i_user (User));"] [2025/04/04 10:55:14.646 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=22] ["first at"=74800000000000000a] ["first new region left"="{Id:22 StartKey:7480000000000000ff0800000000000000f8 EndKey:7480000000000000ff0a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:23 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.646 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[22]"] [2025/04/04 10:55:14.646 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.648 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=5] [neededSchemaVersion=6] ["elapsed time"=270.958µs] [gotSchemaVersion=6] [phyTblIDs="[12]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.649 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.649 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=13] [version=6] [2025/04/04 10:55:14.650 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=6] ["take time"=2.168848ms] [job="ID:13, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.651 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=13] [job="ID:13, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:12, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.644 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.653 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=13] [2025/04/04 10:55:14.653 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.653 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=6] [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),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:55:14.653 +00: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"=74800000000000000c] [2025/04/04 10:55:14.655 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.655 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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),\n\t\tKEY i_user (User));"] [2025/04/04 10:55:14.655 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=24] ["first at"=74800000000000000c] ["first new region left"="{Id:24 StartKey:7480000000000000ff0a00000000000000f8 EndKey:7480000000000000ff0c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:25 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.655 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[24]"] [2025/04/04 10:55:14.656 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.658 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=6] [neededSchemaVersion=7] ["elapsed time"=239.262µs] [gotSchemaVersion=7] [phyTblIDs="[14]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.658 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.658 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=15] [version=7] [2025/04/04 10:55:14.659 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=7] ["take time"=2.176953ms] [job="ID:15, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.661 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=15] [job="ID:15, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:14, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.654 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.662 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=15] [2025/04/04 10:55:14.662 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.662 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=7] [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),\n\t\tKEY i_user (User));"] [user=] [2025/04/04 10:55:14.662 +00: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"=74800000000000000e] [2025/04/04 10:55:14.664 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.663 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.664 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.663 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.664 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.663 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.665 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=26] ["first at"=74800000000000000e] ["first new region left"="{Id:26 StartKey:7480000000000000ff0c00000000000000f8 EndKey:7480000000000000ff0e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:27 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.665 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[26]"] [2025/04/04 10:55:14.666 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=7] [neededSchemaVersion=8] ["elapsed time"=175.163µs] [gotSchemaVersion=8] [phyTblIDs="[16]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.666 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.666 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=17] [version=8] [2025/04/04 10:55:14.668 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=8] ["take time"=2.183046ms] [job="ID:17, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.663 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.669 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=17] [job="ID:17, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:16, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.663 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.670 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=17] [2025/04/04 10:55:14.670 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.670 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=8] [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=] [2025/04/04 10:55:14.670 +00: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"=748000000000000010] [2025/04/04 10:55:14.672 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.672 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/04 10:55:14.672 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.673 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=28] ["first at"=748000000000000010] ["first new region left"="{Id:28 StartKey:7480000000000000ff0e00000000000000f8 EndKey:7480000000000000ff1000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:29 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.673 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[28]"] [2025/04/04 10:55:14.674 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=8] [neededSchemaVersion=9] ["elapsed time"=149.725µs] [gotSchemaVersion=9] [phyTblIDs="[18]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.674 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.674 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=19] [version=9] [2025/04/04 10:55:14.676 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=9] ["take time"=2.113883ms] [job="ID:19, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.677 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=19] [job="ID:19, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:18, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.671 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.678 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=19] [2025/04/04 10:55:14.678 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.678 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=9] [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=] [2025/04/04 10:55:14.678 +00: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"=748000000000000012] [2025/04/04 10:55:14.680 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.679 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.680 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.679 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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';"] [2025/04/04 10:55:14.680 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=30] ["first at"=748000000000000012] ["first new region left"="{Id:30 StartKey:7480000000000000ff1000000000000000f8 EndKey:7480000000000000ff1200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:31 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.681 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[30]"] [2025/04/04 10:55:14.681 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.679 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.682 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=9] [neededSchemaVersion=10] ["elapsed time"=206.946µs] [gotSchemaVersion=10] [phyTblIDs="[20]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.683 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.683 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=21] [version=10] [2025/04/04 10:55:14.684 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=10] ["take time"=2.176081ms] [job="ID:21, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.679 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.685 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=21] [job="ID:21, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:20, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.679 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.687 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=21] [2025/04/04 10:55:14.687 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.687 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=10] [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=] [2025/04/04 10:55:14.687 +00: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"=748000000000000014] [2025/04/04 10:55:14.688 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.688 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.688 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.688 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.689 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.688 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.689 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=32] ["first at"=748000000000000014] ["first new region left"="{Id:32 StartKey:7480000000000000ff1200000000000000f8 EndKey:7480000000000000ff1400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:33 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.689 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[32]"] [2025/04/04 10:55:14.691 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=10] [neededSchemaVersion=11] ["elapsed time"=186.987µs] [gotSchemaVersion=11] [phyTblIDs="[22]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.691 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.691 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=23] [version=11] [2025/04/04 10:55:14.693 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=11] ["take time"=2.171366ms] [job="ID:23, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.688 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.694 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=23] [job="ID:23, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:22, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.688 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.695 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=23] [2025/04/04 10:55:14.695 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.695 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=11] [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=] [2025/04/04 10:55:14.695 +00: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"=748000000000000016] [2025/04/04 10:55:14.695 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(6291456) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:14.697 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.697 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.698 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=34] ["first at"=748000000000000016] ["first new region left"="{Id:34 StartKey:7480000000000000ff1400000000000000f8 EndKey:7480000000000000ff1600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:35 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.698 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[34]"] [2025/04/04 10:55:14.698 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.700 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=11] [neededSchemaVersion=12] ["elapsed time"=311.87µs] [gotSchemaVersion=12] [phyTblIDs="[24]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.701 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.701 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=25] [version=12] [2025/04/04 10:55:14.702 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=12] ["take time"=2.176159ms] [job="ID:25, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.703 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=25] [job="ID:25, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:24, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.696 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.705 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=25] [2025/04/04 10:55:14.705 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.705 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=12] [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=] [2025/04/04 10:55:14.705 +00: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"=748000000000000018] [2025/04/04 10:55:14.707 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.706 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.707 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.706 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.708 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=36] ["first at"=748000000000000018] ["first new region left"="{Id:36 StartKey:7480000000000000ff1600000000000000f8 EndKey:7480000000000000ff1800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:37 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.708 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[36]"] [2025/04/04 10:55:14.708 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.706 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.710 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=12] [neededSchemaVersion=13] ["elapsed time"=254.352µs] [gotSchemaVersion=13] [phyTblIDs="[26]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.710 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.710 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=27] [version=13] [2025/04/04 10:55:14.711 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=13] ["take time"=2.178744ms] [job="ID:27, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.706 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.713 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=27] [job="ID:27, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:26, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.706 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.714 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=27] [2025/04/04 10:55:14.714 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.714 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=13] [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=] [2025/04/04 10:55:14.714 +00: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"=74800000000000001a] [2025/04/04 10:55:14.716 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.716 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.716 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.717 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=38] ["first at"=74800000000000001a] ["first new region left"="{Id:38 StartKey:7480000000000000ff1800000000000000f8 EndKey:7480000000000000ff1a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:39 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.717 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[38]"] [2025/04/04 10:55:14.718 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=13] [neededSchemaVersion=14] ["elapsed time"=188.626µs] [gotSchemaVersion=14] [phyTblIDs="[28]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.719 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.719 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=29] [version=14] [2025/04/04 10:55:14.720 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=14] ["take time"=2.171896ms] [job="ID:29, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.721 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=29] [job="ID:29, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:28, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.715 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.723 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=29] [2025/04/04 10:55:14.723 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.723 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=14] [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=] [2025/04/04 10:55:14.723 +00: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"=74800000000000001c] [2025/04/04 10:55:14.724 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.724 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.725 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=40] ["first at"=74800000000000001c] ["first new region left"="{Id:40 StartKey:7480000000000000ff1a00000000000000f8 EndKey:7480000000000000ff1c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:41 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.725 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[40]"] [2025/04/04 10:55:14.725 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.727 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=14] [neededSchemaVersion=15] ["elapsed time"=189.047µs] [gotSchemaVersion=15] [phyTblIDs="[30]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.727 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.727 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=31] [version=15] [2025/04/04 10:55:14.728 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=15] ["take time"=2.179442ms] [job="ID:31, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.730 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=31] [job="ID:31, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:30, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.723 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.731 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=31] [2025/04/04 10:55:14.731 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.731 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=15] [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=] [2025/04/04 10:55:14.731 +00: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"=74800000000000001e] [2025/04/04 10:55:14.732 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.732 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.733 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.732 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.733 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.732 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.734 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=42] ["first at"=74800000000000001e] ["first new region left"="{Id:42 StartKey:7480000000000000ff1c00000000000000f8 EndKey:7480000000000000ff1e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:43 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.734 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[42]"] [2025/04/04 10:55:14.735 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=15] [neededSchemaVersion=16] ["elapsed time"=177.434µs] [gotSchemaVersion=16] [phyTblIDs="[32]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.736 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.736 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=33] [version=16] [2025/04/04 10:55:14.737 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=16] ["take time"=2.176104ms] [job="ID:33, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.732 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.738 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=33] [job="ID:33, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:32, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.732 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.739 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=33] [2025/04/04 10:55:14.739 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.739 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=16] [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=] [2025/04/04 10:55:14.739 +00: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"=748000000000000020] [2025/04/04 10:55:14.741 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.741 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.742 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=44] ["first at"=748000000000000020] ["first new region left"="{Id:44 StartKey:7480000000000000ff1e00000000000000f8 EndKey:7480000000000000ff2000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:45 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.742 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[44]"] [2025/04/04 10:55:14.742 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.743 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=16] [neededSchemaVersion=17] ["elapsed time"=191.335µs] [gotSchemaVersion=17] [phyTblIDs="[34]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.744 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.744 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=35] [version=17] [2025/04/04 10:55:14.745 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=17] ["take time"=2.180422ms] [job="ID:35, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.747 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=35] [job="ID:35, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:34, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.74 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.748 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=35] [2025/04/04 10:55:14.748 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.748 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=17] [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=] [2025/04/04 10:55:14.748 +00: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"=748000000000000022] [2025/04/04 10:55:14.750 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.750 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tKEY i_user (USER))"] [2025/04/04 10:55:14.750 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.750 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=46] ["first at"=748000000000000022] ["first new region left"="{Id:46 StartKey:7480000000000000ff2000000000000000f8 EndKey:7480000000000000ff2200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:47 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.750 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[46]"] [2025/04/04 10:55:14.752 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=17] [neededSchemaVersion=18] ["elapsed time"=192.034µs] [gotSchemaVersion=18] [phyTblIDs="[36]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.753 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.753 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=37] [version=18] [2025/04/04 10:55:14.754 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=18] ["take time"=2.176248ms] [job="ID:37, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.755 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=37] [job="ID:37, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:36, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.749 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.756 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=37] [2025/04/04 10:55:14.756 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.756 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=18] [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\tKEY i_user (USER))"] [user=] [2025/04/04 10:55:14.757 +00: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"=748000000000000024] [2025/04/04 10:55:14.758 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.757 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.758 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.757 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT 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) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\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\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:55:14.759 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=48] ["first at"=748000000000000024] ["first new region left"="{Id:48 StartKey:7480000000000000ff2200000000000000f8 EndKey:7480000000000000ff2400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:49 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.759 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[48]"] [2025/04/04 10:55:14.759 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.757 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.762 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=18] [neededSchemaVersion=19] ["elapsed time"=297.074µs] [gotSchemaVersion=19] [phyTblIDs="[38]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.762 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.762 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=39] [version=19] [2025/04/04 10:55:14.763 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=19] ["take time"=2.177074ms] [job="ID:39, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.757 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.765 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=39] [job="ID:39, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:38, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.757 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.766 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=39] [2025/04/04 10:55:14.766 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.766 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=19] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.bind_info (\n\t\toriginal_sql LONGTEXT NOT NULL,\n\t\tbind_sql LONGTEXT 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) DEFAULT NULL,\n\t\tplan_digest varchar(64) DEFAULT NULL,\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\tUNIQUE INDEX digest_index(plan_digest, sql_digest) COMMENT \"avoid duplicated records\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:55:14.767 +00: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"=748000000000000026] [2025/04/04 10:55:14.769 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.769 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.769 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=50] ["first at"=748000000000000026] ["first new region left"="{Id:50 StartKey:7480000000000000ff2400000000000000f8 EndKey:7480000000000000ff2600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:51 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.769 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[50]"] [2025/04/04 10:55:14.769 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.771 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=19] [neededSchemaVersion=20] ["elapsed time"=185.883µs] [gotSchemaVersion=20] [phyTblIDs="[40]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.771 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.771 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=41] [version=20] [2025/04/04 10:55:14.773 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=20] ["take time"=2.300393ms] [job="ID:41, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.774 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=41] [job="ID:41, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:40, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.768 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.775 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=41] [2025/04/04 10:55:14.775 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.776 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=20] [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=] [2025/04/04 10:55:14.776 +00: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"=748000000000000028] [2025/04/04 10:55:14.777 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.777 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.778 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.778 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=52] ["first at"=748000000000000028] ["first new region left"="{Id:52 StartKey:7480000000000000ff2600000000000000f8 EndKey:7480000000000000ff2800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:53 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.778 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[52]"] [2025/04/04 10:55:14.779 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=20] [neededSchemaVersion=21] ["elapsed time"=143.036µs] [gotSchemaVersion=21] [phyTblIDs="[42]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.780 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.780 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=43] [version=21] [2025/04/04 10:55:14.781 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=21] ["take time"=2.168082ms] [job="ID:43, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.782 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=43] [job="ID:43, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:42, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.776 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.783 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=43] [2025/04/04 10:55:14.783 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.783 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=21] [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=] [2025/04/04 10:55:14.784 +00: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"=74800000000000002a] [2025/04/04 10:55:14.785 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.784 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.785 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.784 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [2025/04/04 10:55:14.786 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.784 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.786 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=54] ["first at"=74800000000000002a] ["first new region left"="{Id:54 StartKey:7480000000000000ff2800000000000000f8 EndKey:7480000000000000ff2a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:55 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.786 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[54]"] [2025/04/04 10:55:14.787 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=21] [neededSchemaVersion=22] ["elapsed time"=103.589µs] [gotSchemaVersion=22] [phyTblIDs="[44]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.787 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.787 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=45] [version=22] [2025/04/04 10:55:14.789 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=22] ["take time"=2.179485ms] [job="ID:45, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.784 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.790 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=45] [job="ID:45, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:44, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.784 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.791 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=45] [2025/04/04 10:55:14.791 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.791 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=22] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.opt_rule_blacklist (\n\t\tname \tCHAR(100) NOT NULL\n\t);"] [user=] [2025/04/04 10:55:14.791 +00: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"=74800000000000002c] [2025/04/04 10:55:14.793 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.792 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.793 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.792 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.793 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=56] ["first at"=74800000000000002c] ["first new region left"="{Id:56 StartKey:7480000000000000ff2a00000000000000f8 EndKey:7480000000000000ff2c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:57 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.793 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[56]"] [2025/04/04 10:55:14.794 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.792 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.795 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=22] [neededSchemaVersion=23] ["elapsed time"=247.707µs] [gotSchemaVersion=23] [phyTblIDs="[46]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.796 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.796 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=47] [version=23] [2025/04/04 10:55:14.797 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=23] ["take time"=2.179589ms] [job="ID:47, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.792 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.798 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=47] [job="ID:47, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:46, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.792 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.800 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=47] [2025/04/04 10:55:14.800 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.800 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=23] [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=] [2025/04/04 10:55:14.800 +00: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"=74800000000000002e] [2025/04/04 10:55:14.802 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.802 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.802 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.802 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=58] ["first at"=74800000000000002e] ["first new region left"="{Id:58 StartKey:7480000000000000ff2c00000000000000f8 EndKey:7480000000000000ff2e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:59 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.802 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[58]"] [2025/04/04 10:55:14.804 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=23] [neededSchemaVersion=24] ["elapsed time"=225.344µs] [gotSchemaVersion=24] [phyTblIDs="[48]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.804 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.804 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=49] [version=24] [2025/04/04 10:55:14.806 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=24] ["take time"=2.178717ms] [job="ID:49, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.807 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=49] [job="ID:49, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:48, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.801 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.808 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=49] [2025/04/04 10:55:14.808 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.808 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.808 +00: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"=748000000000000030] [2025/04/04 10:55:14.810 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.810 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tKEY i_user (USER)\n\t);"] [2025/04/04 10:55:14.811 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.811 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=60] ["first at"=748000000000000030] ["first new region left"="{Id:60 StartKey:7480000000000000ff2e00000000000000f8 EndKey:7480000000000000ff3000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:61 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.811 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[60]"] [2025/04/04 10:55:14.812 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=24] [neededSchemaVersion=25] ["elapsed time"=190.462µs] [gotSchemaVersion=25] [phyTblIDs="[50]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.813 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.813 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=51] [version=25] [2025/04/04 10:55:14.814 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=25] ["take time"=2.180218ms] [job="ID:51, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.815 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=51] [job="ID:51, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:50, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.809 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.817 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=51] [2025/04/04 10:55:14.817 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.817 +00:00] [INFO] [session.go:4124] ["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\tKEY i_user (USER)\n\t);"] [user=] [2025/04/04 10:55:14.817 +00: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"=748000000000000032] [2025/04/04 10:55:14.818 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.818 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.819 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.819 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=62] ["first at"=748000000000000032] ["first new region left"="{Id:62 StartKey:7480000000000000ff3000000000000000f8 EndKey:7480000000000000ff3200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:63 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.819 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[62]"] [2025/04/04 10:55:14.820 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=25] [neededSchemaVersion=26] ["elapsed time"=167.987µs] [gotSchemaVersion=26] [phyTblIDs="[52]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.821 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.821 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=53] [version=26] [2025/04/04 10:55:14.823 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=26] ["take time"=3.049372ms] [job="ID:53, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.824 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=53] [job="ID:53, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:52, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.817 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.826 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=53] [2025/04/04 10:55:14.826 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.826 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.826 +00: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"=748000000000000034] [2025/04/04 10:55:14.827 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.827 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.828 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.828 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=64] ["first at"=748000000000000034] ["first new region left"="{Id:64 StartKey:7480000000000000ff3200000000000000f8 EndKey:7480000000000000ff3400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:65 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.828 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[64]"] [2025/04/04 10:55:14.830 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=26] [neededSchemaVersion=27] ["elapsed time"=183.091µs] [gotSchemaVersion=27] [phyTblIDs="[54]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.830 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.830 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=55] [version=27] [2025/04/04 10:55:14.831 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=27] ["take time"=2.17922ms] [job="ID:55, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.833 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=55] [job="ID:55, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:54, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.826 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.834 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=55] [2025/04/04 10:55:14.834 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.834 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.834 +00: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"=748000000000000036] [2025/04/04 10:55:14.835 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.835 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.836 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.836 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=66] ["first at"=748000000000000036] ["first new region left"="{Id:66 StartKey:7480000000000000ff3400000000000000f8 EndKey:7480000000000000ff3600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:67 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.836 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[66]"] [2025/04/04 10:55:14.838 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=27] [neededSchemaVersion=28] ["elapsed time"=166.403µs] [gotSchemaVersion=28] [phyTblIDs="[56]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.838 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.838 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=57] [version=28] [2025/04/04 10:55:14.839 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=28] ["take time"=2.11727ms] [job="ID:57, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.840 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=57] [job="ID:57, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:56, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.835 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.842 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=57] [2025/04/04 10:55:14.842 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.842 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.842 +00: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"=748000000000000038] [2025/04/04 10:55:14.842 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(19372) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:14.843 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.843 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.844 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=68] ["first at"=748000000000000038] ["first new region left"="{Id:68 StartKey:7480000000000000ff3600000000000000f8 EndKey:7480000000000000ff3800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:69 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.844 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[68]"] [2025/04/04 10:55:14.844 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.846 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=28] [neededSchemaVersion=29] ["elapsed time"=200.279µs] [gotSchemaVersion=29] [phyTblIDs="[58]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.847 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.847 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=59] [version=29] [2025/04/04 10:55:14.848 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=29] ["take time"=2.179713ms] [job="ID:59, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.849 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=59] [job="ID:59, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:58, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.843 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.850 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=59] [2025/04/04 10:55:14.850 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.850 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.851 +00: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"=74800000000000003a] [2025/04/04 10:55:14.852 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.851 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.852 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.851 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.853 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=70] ["first at"=74800000000000003a] ["first new region left"="{Id:70 StartKey:7480000000000000ff3800000000000000f8 EndKey:7480000000000000ff3a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:71 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.853 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[70]"] [2025/04/04 10:55:14.853 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.851 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.855 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=29] [neededSchemaVersion=30] ["elapsed time"=221.125µs] [gotSchemaVersion=30] [phyTblIDs="[60]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.855 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.855 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=61] [version=30] [2025/04/04 10:55:14.857 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=30] ["take time"=2.179414ms] [job="ID:61, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.851 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.858 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=61] [job="ID:61, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:60, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.851 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.859 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=61] [2025/04/04 10:55:14.859 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.859 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.859 +00: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"=74800000000000003c] [2025/04/04 10:55:14.861 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.861 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.862 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=72] ["first at"=74800000000000003c] ["first new region left"="{Id:72 StartKey:7480000000000000ff3a00000000000000f8 EndKey:7480000000000000ff3c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:73 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.862 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[72]"] [2025/04/04 10:55:14.862 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.864 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=30] [neededSchemaVersion=31] ["elapsed time"=240.452µs] [gotSchemaVersion=31] [phyTblIDs="[62]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.864 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.864 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=63] [version=31] [2025/04/04 10:55:14.865 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=31] ["take time"=2.138686ms] [job="ID:63, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.867 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=63] [job="ID:63, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:62, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.86 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.868 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=63] [2025/04/04 10:55:14.868 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.868 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.868 +00: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"=74800000000000003e] [2025/04/04 10:55:14.870 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.870 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [2025/04/04 10:55:14.871 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=74] ["first at"=74800000000000003e] ["first new region left"="{Id:74 StartKey:7480000000000000ff3c00000000000000f8 EndKey:7480000000000000ff3e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:75 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.871 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[74]"] [2025/04/04 10:55:14.871 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.874 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=31] [neededSchemaVersion=32] ["elapsed time"=351.37µs] [gotSchemaVersion=32] [phyTblIDs="[64]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.874 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.874 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=65] [version=32] [2025/04/04 10:55:14.875 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=32] ["take time"=2.175091ms] [job="ID:65, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.877 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=65] [job="ID:65, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:64, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.869 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.878 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=65] [2025/04/04 10:55:14.878 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.878 +00:00] [INFO] [session.go:4124] ["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\tINDEX idx_schema_table_state (table_schema, table_name, state),\n\t\tINDEX idx_schema_table_partition_state (table_schema, table_name, partition_name, state)\n\t);"] [user=] [2025/04/04 10:55:14.878 +00: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"=748000000000000040] [2025/04/04 10:55:14.880 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.880 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.advisory_locks (\n\t\tlock_name VARCHAR(64) NOT NULL PRIMARY KEY\n\t);"] [2025/04/04 10:55:14.881 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.881 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=76] ["first at"=748000000000000040] ["first new region left"="{Id:76 StartKey:7480000000000000ff3e00000000000000f8 EndKey:7480000000000000ff4000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:77 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.881 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[76]"] [2025/04/04 10:55:14.882 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=32] [neededSchemaVersion=33] ["elapsed time"=125.189µs] [gotSchemaVersion=33] [phyTblIDs="[66]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.883 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.883 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=67] [version=33] [2025/04/04 10:55:14.884 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=33] ["take time"=2.180198ms] [job="ID:67, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.885 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=67] [job="ID:67, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:66, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.879 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.886 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=67] [2025/04/04 10:55:14.886 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.886 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.886 +00: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"=748000000000000042] [2025/04/04 10:55:14.888 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.888 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.888 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.888 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE SQL SECURITY INVOKER VIEW mysql.tidb_mdl_view as (\n\t\tSELECT tidb_mdl_info.job_id,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.schema_name\")) as db_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.table_name\")) as table_name,\n\t\t\tJSON_UNQUOTE(JSON_EXTRACT(cast(cast(job_meta as char) as json), \"$.query\")) as query,\n\t\t\tsession_id,\n\t\t\tcluster_tidb_trx.start_time,\n\t\t\ttidb_decode_sql_digests(all_sql_digests, 4096) AS SQL_DIGESTS\n\t\tFROM mysql.tidb_ddl_job,\n\t\t\tmysql.tidb_mdl_info,\n\t\t\tinformation_schema.cluster_tidb_trx\n\t\tWHERE tidb_ddl_job.job_id=tidb_mdl_info.job_id\n\t\t\tAND CONCAT(',', tidb_mdl_info.table_ids, ',') REGEXP CONCAT(',(', REPLACE(cluster_tidb_trx.related_table_ids, ',', '|'), '),') != 0\n\t);"] [2025/04/04 10:55:14.889 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=78] ["first at"=748000000000000042] ["first new region left"="{Id:78 StartKey:7480000000000000ff4000000000000000f8 EndKey:7480000000000000ff4200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:79 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.889 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[78]"] [2025/04/04 10:55:14.889 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:queueing, SchemaState:none, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.888 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.891 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=33] [neededSchemaVersion=34] ["elapsed time"=193.967µs] [gotSchemaVersion=34] [phyTblIDs="[68]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:55:14.892 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.892 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=69] [version=34] [2025/04/04 10:55:14.893 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=34] ["take time"=2.169825ms] [job="ID:69, Type:create view, State:done, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.888 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.894 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=69] [job="ID:69, Type:create view, State:synced, SchemaState:public, SchemaID:1, TableID:68, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.888 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.896 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=69] [2025/04/04 10:55:14.896 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.896 +00: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"=748000000000000044] [2025/04/04 10:55:14.897 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.897 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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');"] [2025/04/04 10:55:14.898 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=80] ["first at"=748000000000000044] ["first new region left"="{Id:80 StartKey:7480000000000000ff4200000000000000f8 EndKey:7480000000000000ff4400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:81 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.898 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[80]"] [2025/04/04 10:55:14.898 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.900 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=34] [neededSchemaVersion=35] ["elapsed time"=191.037µs] [gotSchemaVersion=35] [phyTblIDs="[70]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.900 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.900 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=71] [version=35] [2025/04/04 10:55:14.902 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=35] ["take time"=2.113875ms] [job="ID:71, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.903 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=71] [job="ID:71, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:70, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.896 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.904 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=71] [2025/04/04 10:55:14.904 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.904 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.904 +00: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"=748000000000000046] [2025/04/04 10:55:14.906 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.906 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/04 10:55:14.907 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.907 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=82] ["first at"=748000000000000046] ["first new region left"="{Id:82 StartKey:7480000000000000ff4400000000000000f8 EndKey:7480000000000000ff4600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:83 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.907 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[82]"] [2025/04/04 10:55:14.908 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=35] [neededSchemaVersion=36] ["elapsed time"=166.128µs] [gotSchemaVersion=36] [phyTblIDs="[72]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.908 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.909 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=73] [version=36] [2025/04/04 10:55:14.910 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=36] ["take time"=2.173894ms] [job="ID:73, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.911 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=73] [job="ID:73, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:72, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.905 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.912 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=73] [2025/04/04 10:55:14.912 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.912 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.912 +00: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"=748000000000000048] [2025/04/04 10:55:14.914 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.914 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/04 10:55:14.915 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.915 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=84] ["first at"=748000000000000048] ["first new region left"="{Id:84 StartKey:7480000000000000ff4600000000000000f8 EndKey:7480000000000000ff4800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:85 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.915 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[84]"] [2025/04/04 10:55:14.916 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=36] [neededSchemaVersion=37] ["elapsed time"=149.671µs] [gotSchemaVersion=37] [phyTblIDs="[74]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.916 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.916 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=75] [version=37] [2025/04/04 10:55:14.918 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=37] ["take time"=2.151738ms] [job="ID:75, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.919 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=75] [job="ID:75, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:74, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.913 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.920 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=75] [2025/04/04 10:55:14.920 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.920 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.920 +00: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"=74800000000000004a] [2025/04/04 10:55:14.922 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.922 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.923 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=86] ["first at"=74800000000000004a] ["first new region left"="{Id:86 StartKey:7480000000000000ff4800000000000000f8 EndKey:7480000000000000ff4a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:87 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.923 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[86]"] [2025/04/04 10:55:14.923 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.926 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=37] [neededSchemaVersion=38] ["elapsed time"=361.418µs] [gotSchemaVersion=38] [phyTblIDs="[76]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.926 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.926 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=77] [version=38] [2025/04/04 10:55:14.927 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=38] ["take time"=2.117296ms] [job="ID:77, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.929 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=77] [job="ID:77, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:76, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.921 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.931 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=77] [2025/04/04 10:55:14.931 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.931 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.931 +00: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"=74800000000000004c] [2025/04/04 10:55:14.933 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.933 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/04 10:55:14.933 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=88] ["first at"=74800000000000004c] ["first new region left"="{Id:88 StartKey:7480000000000000ff4a00000000000000f8 EndKey:7480000000000000ff4c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:89 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.933 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[88]"] [2025/04/04 10:55:14.933 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.936 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=38] [neededSchemaVersion=39] ["elapsed time"=315.222µs] [gotSchemaVersion=39] [phyTblIDs="[78]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.936 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.936 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=79] [version=39] [2025/04/04 10:55:14.937 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=39] ["take time"=2.117007ms] [job="ID:79, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.939 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=79] [job="ID:79, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:78, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.932 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.940 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=79] [2025/04/04 10:55:14.940 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.940 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.941 +00: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"=74800000000000004e] [2025/04/04 10:55:14.942 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.942 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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);"] [2025/04/04 10:55:14.943 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=90] ["first at"=74800000000000004e] ["first new region left"="{Id:90 StartKey:7480000000000000ff4c00000000000000f8 EndKey:7480000000000000ff4e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:91 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.943 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[90]"] [2025/04/04 10:55:14.943 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.946 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=39] [neededSchemaVersion=40] ["elapsed time"=350.404µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.947 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.947 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=81] [version=40] [2025/04/04 10:55:14.948 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=40] ["take time"=2.129705ms] [job="ID:81, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.949 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.941 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.951 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=81] [2025/04/04 10:55:14.951 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.951 +00:00] [INFO] [session.go:4124] ["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=] [2025/04/04 10:55:14.951 +00: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"=748000000000000050] [2025/04/04 10:55:14.953 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.953 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/04 10:55:14.953 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=92] ["first at"=748000000000000050] ["first new region left"="{Id:92 StartKey:7480000000000000ff4e00000000000000f8 EndKey:7480000000000000ff5000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:93 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.953 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[92]"] [2025/04/04 10:55:14.954 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.956 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=40] [neededSchemaVersion=41] ["elapsed time"=373.969µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.957 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.957 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=83] [version=41] [2025/04/04 10:55:14.958 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=2.117826ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.959 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.952 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.961 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=83] [2025/04/04 10:55:14.961 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.961 +00:00] [INFO] [session.go:4124] ["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(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:55:14.961 +00: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"=748000000000000052] [2025/04/04 10:55:14.963 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.963 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [2025/04/04 10:55:14.964 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=94] ["first at"=748000000000000052] ["first new region left"="{Id:94 StartKey:7480000000000000ff5000000000000000f8 EndKey:7480000000000000ff5200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:95 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.964 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[94]"] [2025/04/04 10:55:14.964 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.968 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=41] [neededSchemaVersion=42] ["elapsed time"=578.506µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.968 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.968 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=85] [version=42] [2025/04/04 10:55:14.969 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=2.090506ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.970 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.962 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.972 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=85] [2025/04/04 10:55:14.972 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.972 +00:00] [INFO] [session.go:4124] ["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(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tmodify_params json,\n\t\tmax_node_count INT DEFAULT 0,\n\t\textra_params json,\n\t\tkey(state),\n\t\tUNIQUE KEY task_key(task_key)\n\t);"] [user=] [2025/04/04 10:55:14.973 +00: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"=748000000000000054] [2025/04/04 10:55:14.974 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.974 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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));"] [2025/04/04 10:55:14.975 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=96] ["first at"=748000000000000054] ["first new region left"="{Id:96 StartKey:7480000000000000ff5200000000000000f8 EndKey:7480000000000000ff5400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:97 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.975 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[96]"] [2025/04/04 10:55:14.976 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.979 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=42] [neededSchemaVersion=43] ["elapsed time"=351.49µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.979 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.979 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=87] [version=43] [2025/04/04 10:55:14.980 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=2.190948ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.982 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.973 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.983 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=87] [2025/04/04 10:55:14.984 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.984 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [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=] [2025/04/04 10:55:14.984 +00: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"=748000000000000056] [2025/04/04 10:55:14.985 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.984 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.985 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.984 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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;"] [2025/04/04 10:55:14.986 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=98] ["first at"=748000000000000056] ["first new region left"="{Id:98 StartKey:7480000000000000ff5400000000000000f8 EndKey:7480000000000000ff5600000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:99 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.986 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[98]"] [2025/04/04 10:55:14.986 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.984 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.988 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=43] [neededSchemaVersion=44] ["elapsed time"=268.891µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.989 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.989 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44] [2025/04/04 10:55:14.990 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=2.115003ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.984 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.991 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.984 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.993 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=89] [2025/04/04 10:55:14.993 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:14.993 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\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=] [2025/04/04 10:55:14.993 +00: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"=748000000000000058] [2025/04/04 10:55:14.995 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:14.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:14.995 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:55:14.996 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=100] ["first at"=748000000000000058] ["first new region left"="{Id:100 StartKey:7480000000000000ff5600000000000000f8 EndKey:7480000000000000ff5800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:101 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:14.996 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[100]"] [2025/04/04 10:55:14.996 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:14.998 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=44] [neededSchemaVersion=45] ["elapsed time"=285.73µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:14.999 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:14.999 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45] [2025/04/04 10:55:15.000 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=2.391447ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:14.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.002 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:14.994 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.003 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=91] [2025/04/04 10:55:15.004 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:15.004 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time TIMESTAMP NOT NULL,\n\t\trepeats int default 1,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(64) NOT NULL,\n\t\tsample_sql TEXT NOT NULL,\n\t\tsql_digest varchar(64) NOT NULL,\n\t\tplan_digest varchar(64) NOT NULL,\n\t\ttidb_server varchar(512),\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(start_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:55:15.004 +00: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"=74800000000000005a] [2025/04/04 10:55:15.006 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:15.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:15.006 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/04 10:55:15.006 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=102] ["first at"=74800000000000005a] ["first new region left"="{Id:102 StartKey:7480000000000000ff5800000000000000f8 EndKey:7480000000000000ff5a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:103 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:15.006 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[102]"] [2025/04/04 10:55:15.007 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.010 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=45] [neededSchemaVersion=46] ["elapsed time"=383.588µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:15.010 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:15.010 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46] [2025/04/04 10:55:15.011 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=2.066785ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.013 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.005 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.015 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=93] [2025/04/04 10:55:15.015 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:15.015 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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=] [2025/04/04 10:55:15.015 +00: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"=74800000000000005c] [2025/04/04 10:55:15.016 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:15.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:15.016 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [2025/04/04 10:55:15.017 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=104] ["first at"=74800000000000005c] ["first new region left"="{Id:104 StartKey:7480000000000000ff5a00000000000000f8 EndKey:7480000000000000ff5c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:105 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:15.017 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[104]"] [2025/04/04 10:55:15.017 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.019 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=46] [neededSchemaVersion=47] ["elapsed time"=259.713µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:15.020 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:15.020 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47] [2025/04/04 10:55:15.021 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=2.006477ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.022 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.015 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.024 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=95] [2025/04/04 10:55:15.024 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:15.024 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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\tswitch_group_name VARCHAR(32) DEFAULT '',\n\t\trule VARCHAR(512) DEFAULT '',\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=] [2025/04/04 10:55:15.024 +00: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"=74800000000000005e] [2025/04/04 10:55:15.025 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:15.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:15.025 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [2025/04/04 10:55:15.026 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.026 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=106] ["first at"=74800000000000005e] ["first new region left"="{Id:106 StartKey:7480000000000000ff5c00000000000000f8 EndKey:7480000000000000ff5e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:107 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:15.026 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[106]"] [2025/04/04 10:55:15.028 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=47] [neededSchemaVersion=48] ["elapsed time"=180.096µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:15.028 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:15.028 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48] [2025/04/04 10:55:15.030 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=2.117695ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.031 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.025 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.032 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=97] [2025/04/04 10:55:15.032 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:15.032 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n host VARCHAR(261) NOT NULL PRIMARY KEY,\n role VARCHAR(64),\n cpu_count int default 0,\n keyspace_id bigint(8) NOT NULL DEFAULT -1\n );"] [user=] [2025/04/04 10:55:15.032 +00: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"=748000000000000060] [2025/04/04 10:55:15.034 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:15.033 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:15.034 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.033 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [2025/04/04 10:55:15.034 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=108] ["first at"=748000000000000060] ["first new region left"="{Id:108 StartKey:7480000000000000ff5e00000000000000f8 EndKey:7480000000000000ff6000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:109 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:15.034 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[108]"] [2025/04/04 10:55:15.035 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.033 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.036 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=48] [neededSchemaVersion=49] ["elapsed time"=191.662µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:15.037 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:15.037 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49] [2025/04/04 10:55:15.038 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=2.138334ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.033 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.039 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.033 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.041 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=99] [2025/04/04 10:55:15.041 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:15.041 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=] [2025/04/04 10:55:15.041 +00: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"=748000000000000062] [2025/04/04 10:55:15.041 +00:00] [INFO] [add_column.go:1316] ["Automatically convert BLOB(524288) to MEDIUMBLOB"] [category=ddl] [2025/04/04 10:55:15.042 +00:00] [INFO] [job_submitter.go:133] ["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:1, start time: 2025-04-04 10:55:15.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:15.042 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [2025/04/04 10:55:15.043 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=110] ["first at"=748000000000000062] ["first new region left"="{Id:110 StartKey:7480000000000000ff6000000000000000f8 EndKey:7480000000000000ff6200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:111 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:15.043 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[110]"] [2025/04/04 10:55:15.043 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.045 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=49] [neededSchemaVersion=50] ["elapsed time"=200.703µs] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:15.045 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:15.045 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50] [2025/04/04 10:55:15.047 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=2.175931ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.048 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.041 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.049 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=101] [2025/04/04 10:55:15.049 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:15.049 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=50] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_pitr_id_map (\n\t\trestored_ts BIGINT NOT NULL,\n\t\tupstream_cluster_id BIGINT NOT NULL,\n\t\tsegment_id BIGINT NOT NULL,\n\t\tid_map BLOB(524288) NOT NULL,\n\t\tupdate_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\tPRIMARY KEY (restored_ts, upstream_cluster_id, segment_id));"] [user=] [2025/04/04 10:55:15.049 +00: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"=748000000000000064] [2025/04/04 10:55:15.050 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:15.050 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE DATABASE IF NOT EXISTS sys;"] [2025/04/04 10:55:15.051 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:queueing, SchemaState:none, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.051 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=112] ["first at"=748000000000000064] ["first new region left"="{Id:112 StartKey:7480000000000000ff6200000000000000f8 EndKey:7480000000000000ff6400000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:113 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:15.051 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[112]"] [2025/04/04 10:55:15.052 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=50] [neededSchemaVersion=51] ["elapsed time"=43.256µs] [gotSchemaVersion=51] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"] [2025/04/04 10:55:15.052 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:15.053 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51] [2025/04/04 10:55:15.054 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=2.1831ms] [job="ID:103, Type:create schema, State:done, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.055 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=103] [job="ID:103, Type:create schema, State:synced, SchemaState:public, SchemaID:102, TableID:0, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.05 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.056 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=103] [2025/04/04 10:55:15.056 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=51] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=] [2025/04/04 10:55:15.058 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:15.058 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"] [2025/04/04 10:55:15.059 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:queueing, SchemaState:none, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.060 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=51] [neededSchemaVersion=52] ["elapsed time"=162.608µs] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"] [2025/04/04 10:55:15.061 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:15.061 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52] [2025/04/04 10:55:15.062 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=2.183004ms] [job="ID:105, Type:create view, State:done, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.063 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=105] [job="ID:105, Type:create view, State:synced, SchemaState:public, SchemaID:102, TableID:104, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.057 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.065 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=105] [2025/04/04 10:55:15.065 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:15.065 +00: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] [2025/04/04 10:55:15.067 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:15.067 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [2025/04/04 10:55:15.067 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=114] ["first at"=748000000000000068] ["first new region left"="{Id:114 StartKey:7480000000000000ff6400000000000000f8 EndKey:7480000000000000ff6800000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:115 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:15.067 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[114]"] [2025/04/04 10:55:15.068 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.071 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=52] [neededSchemaVersion=53] ["elapsed time"=350.5µs] [gotSchemaVersion=53] [phyTblIDs="[106]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:15.072 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:15.072 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=107] [version=53] [2025/04/04 10:55:15.073 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=2.316086ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.075 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=107] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:106, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.066 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.076 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=107] [2025/04/04 10:55:15.076 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:15.076 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=53] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.index_advisor_results (\n id bigint primary key not null auto_increment,\n created_at datetime not null,\n updated_at datetime not null,\n\n schema_name varchar(64) not null,\n table_name varchar(64) not null,\n index_name varchar(127) not null,\n index_columns varchar(500) not null COMMENT 'split by \",\", e.g. \"c1\", \"c1,c2\", \"c1,c2,c3,c4,c5\"',\n\n index_details json, -- est_index_size, reason, DDL to create this index, ...\n top_impacted_queries json, -- improvement, plan before and after this index, ...\n workload_impact json, -- improvement and more details, ...\n extra json, -- for the cloud env to save more info like RU, cost_saving, ...\n index idx_create(created_at),\n index idx_update(updated_at),\n unique index idx(schema_name, table_name, index_columns));"] [user=] [2025/04/04 10:55:15.076 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=114] ["first split key"=74800000000000006a] [2025/04/04 10:55:15.078 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.077 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:15.078 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.077 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [2025/04/04 10:55:15.079 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=116] ["first at"=74800000000000006a] ["first new region left"="{Id:116 StartKey:7480000000000000ff6800000000000000f8 EndKey:7480000000000000ff6a00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:117 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:15.079 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[116]"] [2025/04/04 10:55:15.079 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.077 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.080 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=53] [neededSchemaVersion=54] ["elapsed time"=242.358µs] [gotSchemaVersion=54] [phyTblIDs="[108]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:15.081 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:15.081 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=109] [version=54] [2025/04/04 10:55:15.082 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=2.182627ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.077 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.084 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=109] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:108, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.077 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.085 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=109] [2025/04/04 10:55:15.085 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:15.085 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=54] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_kernel_options (\n module varchar(128),\n name varchar(128),\n value varchar(128),\n updated_at datetime,\n status varchar(128),\n description text,\n primary key(module, name));"] [user=] [2025/04/04 10:55:15.085 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=116] ["first split key"=74800000000000006c] [2025/04/04 10:55:15.087 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:15.087 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [2025/04/04 10:55:15.087 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=118] ["first at"=74800000000000006c] ["first new region left"="{Id:118 StartKey:7480000000000000ff6a00000000000000f8 EndKey:7480000000000000ff6c00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:119 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:15.087 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[118]"] [2025/04/04 10:55:15.087 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.089 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=54] [neededSchemaVersion=55] ["elapsed time"=216.301µs] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:15.090 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:15.090 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55] [2025/04/04 10:55:15.091 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=2.181041ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.092 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=111] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:110, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.086 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.094 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=111] [2025/04/04 10:55:15.094 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:15.094 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=55] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_workload_values (\n\t\tid bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\tversion bigint(20) NOT NULL,\n\t\tcategory varchar(64) NOT NULL,\n\t\ttype varchar(64) NOT NULL,\n\t\ttable_id bigint(20) NOT NULL,\n\t\tvalue json NOT NULL,\n\t\tindex idx_version_category_type (version, category, type),\n\t\tindex idx_table_id (table_id));"] [user=] [2025/04/04 10:55:15.094 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=118] ["first split key"=74800000000000006e] [2025/04/04 10:55:15.096 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=120] ["first at"=74800000000000006e] ["first new region left"="{Id:120 StartKey:7480000000000000ff6c00000000000000f8 EndKey:7480000000000000ff6e00000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:121 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:15.096 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[120]"] [2025/04/04 10:55:15.108 +00:00] [INFO] [bootstrap.go:823] ["bootstrap successful"] ["take time"=537.80943ms] [2025/04/04 10:55:15.109 +00:00] [INFO] [job_scheduler.go:270] ["scheduleLoop quit due to context canceled"] [category=ddl] [2025/04/04 10:55:15.109 +00:00] [INFO] [mock.go:101] ["owner manager retire owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=47ed1d84-ca46-4463-9768-da34f64d8410] [2025/04/04 10:55:15.109 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:55:15.109 +00:00] [INFO] [ddl_workerpool.go:78] ["closing workerPool"] [category=ddl] [2025/04/04 10:55:15.109 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 6, tp general"] ["take time"=4.198µs] [2025/04/04 10:55:15.109 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 7, tp general"] ["take time"=2.662µs] [2025/04/04 10:55:15.109 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 8, tp general"] ["take time"=2.462µs] [2025/04/04 10:55:15.109 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 9, tp general"] ["take time"=2.205µs] [2025/04/04 10:55:15.109 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 10, tp general"] ["take time"=2.029µs] [2025/04/04 10:55:15.109 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 1, tp general"] ["take time"=2.258µs] [2025/04/04 10:55:15.109 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 2, tp general"] ["take time"=1.947µs] [2025/04/04 10:55:15.109 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 3, tp general"] ["take time"=1.934µs] [2025/04/04 10:55:15.109 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 4, tp general"] ["take time"=2.17µs] [2025/04/04 10:55:15.109 +00:00] [INFO] [job_worker.go:217] ["DDL worker closed"] [category=ddl] [worker="worker 5, tp general"] ["take time"=1.855µs] [2025/04/04 10:55:15.109 +00:00] [INFO] [mock.go:113] ["owner manager is canceled"] [ownerKey=/tidb/ddl/fg/owner] [ID=47ed1d84-ca46-4463-9768-da34f64d8410] [2025/04/04 10:55:15.109 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl] [2025/04/04 10:55:15.109 +00:00] [INFO] [session_pool.go:94] ["closing session pool"] [category=ddl] [2025/04/04 10:55:15.110 +00:00] [INFO] [ddl.go:1047] ["DDL closed"] [category=ddl] [ID=47ed1d84-ca46-4463-9768-da34f64d8410] ["take time"=946.09µs] [2025/04/04 10:55:15.110 +00:00] [INFO] [ddl.go:767] ["stop DDL"] [category=ddl] [ID=47ed1d84-ca46-4463-9768-da34f64d8410] [2025/04/04 10:55:15.110 +00:00] [INFO] [domain.go:951] ["globalConfigSyncerKeeper exited."] [2025/04/04 10:55:15.110 +00:00] [INFO] [domain.go:975] ["topologySyncerKeeper exited."] [2025/04/04 10:55:15.110 +00:00] [INFO] [domain.go:1624] ["closestReplicaReadCheckLoop exited."] [2025/04/04 10:55:15.110 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:55:15.110 +00:00] [INFO] [domain.go:1142] ["loadSchemaInLoop exited."] [2025/04/04 10:55:15.110 +00:00] [INFO] [domain.go:925] ["infoSyncerKeeper exited."] [2025/04/04 10:55:15.110 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:55:15.110 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:55:15.110 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:55:15.110 +00:00] [INFO] [domain.go:897] ["topNSlowQueryLoop exited."] [2025/04/04 10:55:15.110 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:55:15.110 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:55:15.110 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:55:15.110 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:55:15.572 +00:00] [WARN] [ru_stats.go:275] ["group ru consumption statistics data is empty"] [name=default] [id=1] [2025/04/04 10:55:15.573 +00:00] [INFO] [ru_stats.go:97] ["[ru_stats] finish write ru historical data"] [end_time="2025-04-04 00:00:00"] [interval=24h0m0s] [cost=1.002310002s] [] [2025/04/04 10:55:15.573 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:55:15.573 +00:00] [INFO] [domain.go:1323] ["domain closed"] ["take time"=464.383457ms] [2025/04/04 10:55:15.573 +00:00] [INFO] [tidb.go:92] ["new domain"] [store=9e96d325-ef08-4e0c-9aca-bc7e3f40ec74] ["ddl lease"=45s] ["stats lease"=3s] [2025/04/04 10:55:15.578 +00:00] [WARN] [controller.go:216] ["[resource group controller] server does not save config, load config failed"] [2025/04/04 10:55:15.578 +00:00] [INFO] [controller.go:200] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"ltb-token-rpc-max-delay\":\"1s\",\"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\",\"token-rpc-params\":{\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":20}}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":20,\"DegradedModeWaitDuration\":0}"] [2025/04/04 10:55:15.592 +00:00] [INFO] [domain.go:421] ["full load InfoSchema success"] [isV2=true] [currentSchemaVersion=0] [neededSchemaVersion=55] ["elapsed time"=13.50513ms] [2025/04/04 10:55:15.592 +00:00] [INFO] [domain.go:824] ["full load and reset schema validator"] [2025/04/04 10:55:15.592 +00:00] [INFO] [ddl.go:798] ["start DDL"] [category=ddl] [ID=767eb7fd-497f-4d73-845d-5ab52cc62fde] [runWorker=true] [jobVersion=v2] [2025/04/04 10:55:15.592 +00:00] [INFO] [ddl.go:775] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true] [2025/04/04 10:55:15.592 +00:00] [INFO] [env.go:123] ["the ingest sorted directory"] [category=ddl-ingest] ["data path"=/tmp/tidb/tmp_ddl-4000] [2025/04/04 10:55:15.592 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl] [2025/04/04 10:55:15.592 +00:00] [WARN] [env.go:61] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false] [2025/04/04 10:55:15.592 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/ddl/fg/owner] [ID=767eb7fd-497f-4d73-845d-5ab52cc62fde] [2025/04/04 10:55:15.592 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSchemaInLoop] [2025/04/04 10:55:15.592 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=mdlCheckLoop] [2025/04/04 10:55:15.592 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topNSlowQueryLoop] [2025/04/04 10:55:15.593 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=infoSyncerKeeper] [2025/04/04 10:55:15.593 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper] [2025/04/04 10:55:15.593 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:55:15.593 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=requestUnitsWriterLoop] [2025/04/04 10:55:15.593 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=topologySyncerKeeper] [2025/04/04 10:55:15.593 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop] [2025/04/04 10:55:15.593 +00:00] [WARN] [domain.go:1588] ["pd / etcd client not provided, won't begin Advancer."] [2025/04/04 10:55:15.593 +00:00] [INFO] [runaway.go:68] ["try to start runaway manager loop"] [2025/04/04 10:55:15.593 +00:00] [INFO] [job_scheduler.go:360] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false] [2025/04/04 10:55:15.593 +00:00] [INFO] [job_scheduler.go:372] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none] [2025/04/04 10:55:15.594 +00:00] [WARN] [ru_stats.go:275] ["group ru consumption statistics data is empty"] [name=default] [id=1] [2025/04/04 10:55:15.594 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop] [2025/04/04 10:55:15.594 +00:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"] [2025/04/04 10:55:15.594 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/bindinfo/owner] [ID=767eb7fd-497f-4d73-845d-5ab52cc62fde] [2025/04/04 10:55:15.594 +00:00] [INFO] [ru_stats.go:97] ["[ru_stats] finish write ru historical data"] [end_time="2025-04-04 00:00:00"] [interval=24h0m0s] [cost=1.88982ms] [] [2025/04/04 10:55:15.596 +00:00] [INFO] [sysvar.go:2967] ["set resource control"] [enable=true] [2025/04/04 10:55:15.596 +00:00] [INFO] [controller.go:498] ["[resource group controller] create resource group cost controller"] [name=default] [2025/04/04 10:55:15.596 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadPrivilegeInLoop] [2025/04/04 10:55:15.598 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop] [2025/04/04 10:55:15.600 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:15.600 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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"] [2025/04/04 10:55:15.601 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=113] [job="ID:113, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.603 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=55] [neededSchemaVersion=56] ["elapsed time"=233.104µs] [gotSchemaVersion=56] [phyTblIDs="[112]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:15.604 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:15.604 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56] [2025/04/04 10:55:15.605 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=2.111023ms] [job="ID:113, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:112, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.606 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=113] [job="ID:113, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:112, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.599 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.608 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=113] [2025/04/04 10:55:15.608 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:15.608 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=56] [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=] [2025/04/04 10:55:15.609 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=120] ["first split key"=748000000000000070] [2025/04/04 10:55:15.609 +00:00] [WARN] [session.go:4520] ["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)"] [2025/04/04 10:55:15.610 +00:00] [INFO] [job_submitter.go:133] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.61 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2; "] [fast_create=true] [2025/04/04 10:55:15.610 +00:00] [INFO] [executor.go:6781] ["DDL job submitted"] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.61 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [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)"] [2025/04/04 10:55:15.611 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=122] ["first at"=748000000000000070] ["first new region left"="{Id:122 StartKey:7480000000000000ff6e00000000000000f8 EndKey:7480000000000000ff7000000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:123 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:15.611 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[122]"] [2025/04/04 10:55:15.611 +00:00] [INFO] [job_worker.go:787] ["run one job step"] [category=ddl] [jobID=115] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.61 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.613 +00:00] [INFO] [domain.go:363] ["diff load InfoSchema success"] [isV2=true] [currentSchemaVersion=56] [neededSchemaVersion=57] ["elapsed time"=158.727µs] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"] [2025/04/04 10:55:15.613 +00:00] [INFO] [domain.go:1103] ["session manager is nil"] [2025/04/04 10:55:15.613 +00:00] [INFO] [domain.go:1122] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57] [2025/04/04 10:55:15.615 +00:00] [INFO] [schema_version.go:390] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=2.175604ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:114, RowCount:0, ArgLen:1, start time: 2025-04-04 10:55:15.61 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.616 +00:00] [INFO] [job_worker.go:387] ["finish DDL job"] [category=ddl] [jobID=115] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:114, RowCount:0, ArgLen:0, start time: 2025-04-04 10:55:15.61 +0000 UTC, Err:, ErrCount:0, SnapshotVersion:0, Version: v2"] [2025/04/04 10:55:15.617 +00:00] [INFO] [executor.go:6901] ["DDL job is finished"] [category=ddl] [jobID=115] [2025/04/04 10:55:15.617 +00:00] [WARN] [executor.go:1391] ["get system variable met problem, won't scatter region"] [category=ddl] [2025/04/04 10:55:15.617 +00:00] [INFO] [session.go:4124] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=57] [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=] [2025/04/04 10:55:15.617 +00:00] [WARN] [session.go:4520] ["unexpected no source type context, if you see this warning, the `RequestSourceTypeKey` is missing in the context"] [internal=true] [sql="select * from mysql.whitelist"] [2025/04/04 10:55:15.617 +00:00] [INFO] [split_region.go:85] ["split batch regions request"] ["split key count"=1] ["batch count"=1] ["first batch, region ID"=122] ["first split key"=748000000000000072] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpFileGcChecker] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=HistoricalStatsWorker] [2025/04/04 10:55:15.619 +00:00] [INFO] [domain.go:2350] ["PlanReplayerTaskDumpHandle started"] [2025/04/04 10:55:15.619 +00:00] [INFO] [domain.go:2328] ["PlanReplayerTaskCollectHandle started"] [2025/04/04 10:55:15.619 +00:00] [INFO] [domain.go:2382] ["dumpFileGcChecker started"] [2025/04/04 10:55:15.619 +00:00] [INFO] [plan_replayer.go:410] ["planReplayerTaskDumpWorker started."] [2025/04/04 10:55:15.619 +00:00] [INFO] [domain.go:2415] ["HistoricalStatsWorker started"] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadStatsWorker] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=indexUsageWorker] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=asyncLoadHistogram] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=deltaUpdateTickerWorker] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=dumpColStatsUsageWorker] [2025/04/04 10:55:15.619 +00:00] [INFO] [mock.go:89] ["owner manager gets owner"] [ownerKey=/tidb/stats/owner] [ID=767eb7fd-497f-4d73-845d-5ab52cc62fde] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=gcStatsWorker] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=autoAnalyzeWorker] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=analyzeJobsCleanupWorker] [2025/04/04 10:55:15.619 +00:00] [INFO] [domain.go:2836] ["deltaUpdateTickerWorker started."] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=RemoveInitStatsFromInternalSessions] [2025/04/04 10:55:15.619 +00:00] [INFO] [domain.go:2811] ["dumpColStatsUsageWorker started."] [2025/04/04 10:55:15.619 +00:00] [INFO] [domain.go:2608] ["start load stats sub workers"] [workerCount=6] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheEvictTrigger] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=planCacheMetricsAndVars] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=readTableCostWorker] [2025/04/04 10:55:15.619 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=loadSigningCertLoop] [2025/04/04 10:55:15.619 +00:00] [INFO] [domain.go:1826] ["initialize node resource"] [total-cpu=16] [total-mem=64GiB] [total-disk=435.7GiB] [2025/04/04 10:55:15.619 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2025/04/04 10:55:15.619 +00:00] [INFO] [task_manager.go:248] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4] [2025/04/04 10:55:15.619 +00:00] [INFO] [job_manager.go:510] ["TTL leader to collect delay metrics"] [ttl-worker=job-manager] [2025/04/04 10:55:15.620 +00:00] [INFO] [split_region.go:187] ["batch split regions complete"] ["batch region ID"=124] ["first at"=748000000000000072] ["first new region left"="{Id:124 StartKey:7480000000000000ff7000000000000000f8 EndKey:7480000000000000ff7200000000000000f8 RegionEpoch:{ConfVer:1 Version:2} Peers:[id:125 store_id:1 ] EncryptionMeta: IsInFlashback:false FlashbackStartTs:0}"] ["new region count"=1] [2025/04/04 10:55:15.620 +00:00] [INFO] [split_region.go:236] ["split regions complete"] ["region count"=1] ["region IDs"="[124]"] [2025/04/04 10:55:15.620 +00:00] [INFO] [bootstrap.go:713] ["complete to load the meta in the lite mode"] [category=stats] [2025/04/04 10:55:15.620 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=distTaskFrameworkLoop] [2025/04/04 10:55:15.620 +00:00] [WARN] [misc.go:469] ["Automatic TLS Certificate creation is disabled"] [] [2025/04/04 10:55:15.620 +00:00] [INFO] [manager.go:113] ["task executor manager start"] [2025/04/04 10:55:15.620 +00:00] [INFO] [domain.go:1839] ["dist task executor manager started"] [2025/04/04 10:55:15.620 +00:00] [INFO] [cpu.go:97] ["sql cpu collector started"] [2025/04/04 10:55:15.620 +00:00] [INFO] [http_status.go:102] ["for status and metrics report"] ["listening on addr"=0.0.0.0:10080] [2025/04/04 10:55:15.621 +00:00] [INFO] [bootstrap.go:719] ["complete to load the histogram in the lite mode"] [category=stats] [2025/04/04 10:55:15.624 +00:00] [INFO] [domain.go:2645] ["init stats info time"] [lite=true] ["take time"=4.935161ms] [2025/04/04 10:55:15.624 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=RemoveInitStatsFromInternalSessions] [2025/04/04 10:55:15.624 +00:00] [INFO] [domain.go:2772] ["gcStatsWorker started."] [2025/04/04 10:55:15.624 +00:00] [INFO] [server.go:313] ["server is running MySQL protocol"] [addr=0.0.0.0:4000] [2025/04/04 10:55:15.624 +00:00] [INFO] [server.go:327] ["server is running MySQL protocol"] [socket=/tmp/tidb-4000.sock] [2025/04/04 10:55:16.304 +00:00] [INFO] [pd.go:432] ["adaptive update ts interval state transition"] [configuredInterval=2s] [prevAdaptiveUpdateInterval=2s] [newAdaptiveUpdateInterval=2s] [requiredStaleness=0s] [prevState=unknown(0)] [newState=normal] [2025/04/04 10:55:16.595 +00:00] [INFO] [runaway.go:77] ["preparations for the runaway manager are finished and start runaway manager loop"] [2025/04/04 10:55:16.595 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayRecordFlushLoop] [2025/04/04 10:55:16.595 +00:00] [INFO] [wait_group_wrapper.go:141] ["background process started"] [source=domain] [process=runawayWatchSyncLoop] [2025/04/04 10:55:16.595 +00:00] [INFO] [wait_group_wrapper.go:150] ["background process exited"] [source=domain] [process=runawayStartLoop] [2025/04/04 10:55:16.620 +00:00] [INFO] [runtime.go:172] ["TimerGroupRuntime loop started"] [groupID=ttl] [2025/04/04 10:55:16.620 +00:00] [INFO] [runtime.go:450] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true] [2025/04/04 10:55:16.620 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16] [2025/04/04 10:55:16.621 +00:00] [INFO] [scheduler_manager.go:198] ["schedule task loop start"] [2025/04/04 10:55:16.621 +00:00] [INFO] [scheduler_manager.go:442] ["collect loop start"] [2025/04/04 10:55:16.621 +00:00] [INFO] [scheduler_manager.go:366] ["cleanup loop start"] [2025/04/04 10:55:16.621 +00:00] [INFO] [scheduler_manager.go:302] ["subtask table gc loop start"] [2025/04/04 10:55:17.593 +00:00] [INFO] [info.go:1254] [SetTiFlashGroupConfig] [2025/04/04 10:55:18.619 +00:00] [INFO] [read.go:659] ["Table statistics item not found, possibly due to table being dropped"] [category=stats] [sampled=] [tableID=281474976710651] [columnID=1] [2025/04/04 10:55:18.634 +00:00] [INFO] [queue.go:247] ["Fetched all tables"] [category=stats] [tableCount=0] [duration=8.153463ms] [2025/04/04 10:55:18.634 +00:00] [INFO] [queue.go:147] ["Priority queue initialized"] [category=stats] [duration=9.048849ms] [2025/04/04 10:55:18.634 +00:00] [INFO] [refresher.go:193] ["No tables to analyze"] [category=stats] [sampled=] + ps aux + grep tidb-server jenkins 205624 5.1 0.1 4096576 481728 ? Sl 10:55 0:01 ./tidb/bin/tidb-server -plugin-dir=./plugin-so -plugin-load=audit-1,whitelist-1 jenkins 205673 0.0 0.0 9288 1244 ? S 10:55 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 --2025-04-04 10:55:45-- 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% 628M=0s 2025-04-04 10:55:46 (628 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